Logs on 2022-02-19 (liberachat/#xmonad)
| 00:41:21 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 00:59:20 | → | rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
| 01:17:13 | → | dirtcastle joins (~dirtcastl@2409:4072:8e81:24cf:f8ae:e3ff:fea6:286a) |
| 01:21:24 | × | dirtcastle quits (~dirtcastl@2409:4072:8e81:24cf:f8ae:e3ff:fea6:286a) (Ping timeout: 240 seconds) |
| 01:21:58 | → | dirtcastle joins (~dirtcastl@2409:4072:8e81:24cf:a098:98ff:fe8c:720a) |
| 02:02:39 | × | jao quits (~jao@static-68-235-44-54.cust.tzulo.com) (Remote host closed the connection) |
| 02:31:29 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.5-dev) |
| 02:31:48 | × | dirtcastle quits (~dirtcastl@2409:4072:8e81:24cf:a098:98ff:fe8c:720a) (Ping timeout: 240 seconds) |
| 02:32:06 | → | dirtcastle joins (~dirtcastl@2409:4072:8e81:24cf:4829:3eff:fef8:8454) |
| 02:33:54 | → | catman joins (~catman@user/catman) |
| 02:45:37 | × | dirtcastle quits (~dirtcastl@2409:4072:8e81:24cf:4829:3eff:fef8:8454) (Ping timeout: 240 seconds) |
| 02:45:50 | → | dirtcastle joins (~dirtcastl@103.43.203.228) |
| 03:03:23 | × | dirtcastle quits (~dirtcastl@103.43.203.228) (Ping timeout: 272 seconds) |
| 03:03:48 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 03:07:49 | → | dirtcastle joins (~dirtcastl@103.43.203.227) |
| 03:22:57 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 03:27:27 | × | td_ quits (~td@94.134.91.32) (Ping timeout: 272 seconds) |
| 03:28:37 | → | td_ joins (~td@94.134.91.184) |
| 03:33:47 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 04:00:01 | × | haasn quits (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in) |
| 04:01:23 | → | haasn joins (~nand@haasn.dev) |
| 05:18:06 | × | dirtcastle quits (~dirtcastl@103.43.203.227) (Remote host closed the connection) |
| 05:19:13 | <Czernobog> | Please Help me build xmonad |
| 05:19:24 | <Czernobog> | I am on opensuse and getting this error: |
| 05:19:25 | <Czernobog> | configure: error: X11/extensions/Xrandr.h (from libXrandr) is required |
| 05:19:25 | <Czernobog> | cabal: Failed to build X11-1.10.2 (which is required by xmonad-contrib-0.17.0 |
| 05:19:26 | <Czernobog> | and exe:xmonad from xmonad-0.17.0). See the build log above for details. |
| 05:19:39 | <Czernobog> | I already have libxrandr |
| 05:31:05 | × | rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 256 seconds) |
| 05:39:39 | → | yauhsien joins (~Yau-Hsien@61-231-37-106.dynamic-ip.hinet.net) |
| 06:47:00 | <Solid> | Czernobog: you also need the relevant -devel packages |
| 06:47:14 | <Solid> | (probably libxrandr-devel, or -dev; something like that) |
| 06:54:33 | <Czernobog> | Thanks! You did me a Solid :D |
| 06:54:45 | <Solid> | :) |
| 06:59:10 | <Czernobog> | I had to install like ~200 packages to install xmonad damn |
| 07:00:07 | <Solid> | on opensuse? Oo I hope they didn't go the "let's link everything dynamically" as well |
| 07:01:54 | <Solid> | oh, devel headers, so you probably built from source |
| 07:02:24 | <Solid> | in which case that's just the amount of contrib modules we have (though it should be closer to 300 now, actually) |
| 07:06:13 | → | the-third-realm[ joins (~the-third@2001:470:69fc:105::1:c326) |
| 07:12:49 | <Drishal[m]> | <galactic_starfis> "> <@galactic_starfish:kde.org..." <- nope |
| 07:13:18 | <Drishal[m]> | was I supposed to add it somewhere? |
| 07:13:58 | <the-third-realm[> | <Czernobog> "I had to install like ~200..." <- Doesn't opensuse do some kind of recommended packages thing that installs unnecessary stuff? Otherwise, it might just be the contrib. |
| 07:14:26 | <Drishal[m]> | <galactic_starfis> "> <@galactic_starfish:kde.org..." <- just for struts |
| 07:14:42 | <galactic_starfis> | I'm not sure then |
| 07:14:43 | <galactic_starfis> | ¯\_(ツ)_/¯ |
| 07:15:28 | <galactic_starfis> | Drishal[m]: In this context, no... But in general - yes. |
| 07:15:51 | <galactic_starfis> | https://hoogle.haskell.org/ <- your new best friend :) |
| 07:17:04 | <Drishal[m]> | however if I use this keybind before pressing M-f I can do a proper fullscreen then |
| 07:17:04 | <Drishal[m]> | ```haskell |
| 07:17:04 | <Drishal[m]> | , ("M-S-m", setLayout $ Layout myLayout) |
| 07:17:04 | <Drishal[m]> | ``` |
| 07:21:22 | → | thunderrd joins (~thunderrd@183.182.111.253) |
| 07:40:21 | → | dirtcastle joins (~dirtcastl@103.43.203.226) |
| 07:50:49 | → | wonko_ joins (~wjc@2a0e:1c80:11::50) |
| 07:53:38 | × | wonko_ quits (~wjc@2a0e:1c80:11::50) (Client Quit) |
| 08:18:54 | <Solid> | I can't figure out why the xdotool invocation works and the destroyWindow one doesn't http://ix.io/3Q1D |
| 08:19:15 | <Solid> | xdotool windowclose pretty much just invokes XDestroyWindow, there's no additional magic that it does |
| 09:16:40 | → | rd__ joins (~TheThirdR@43.224.158.244) |
| 09:22:31 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 09:35:19 | <liskin> | Solid: "d" isn't safe to be used after fork |
| 09:35:55 | <liskin> | Perhaps we even mark the fd to be closed in forks, although I doubt it |
| 09:36:25 | <liskin> | You'll need an additional openDisplay |
| 09:37:31 | <Solid> | oh, I see |
| 09:50:16 | → | seschwar joins (~seschwar@user/seschwar) |
| 09:52:59 | <Solid> | liskin: seems to work, thanks! |
| 10:36:13 | → | bla joins (~bla@79.191.153.179.ipv4.supernova.orange.pl) |
| 10:59:28 | × | catman quits (~catman@user/catman) (Ping timeout: 256 seconds) |
| 11:12:13 | × | rd__ quits (~TheThirdR@43.224.158.244) (Ping timeout: 256 seconds) |
| 11:32:03 | × | dirtcastle quits (~dirtcastl@103.43.203.226) (Ping timeout: 256 seconds) |
| 11:44:43 | → | dirtcastle joins (~dirtcastl@2409:4072:6d8b:19c2:84cd:d4ff:feb5:27b2) |
| 11:58:56 | ← | azahi[m] parts (~azahiazah@2001:470:69fc:105::1:c263) () |
| 12:20:38 | → | azg256 joins (~user@78-56-98-5.static.zebra.lt) |
| 12:22:29 | → | jao joins (~jao@68.235.43.84) |
| 12:46:52 | Hash | is now known as stoned |
| 12:51:02 | stoned | is now known as Hash |
| 13:15:56 | → | rd_ joins (~TheThirdR@43.224.158.247) |
| 13:16:16 | × | jao quits (~jao@68.235.43.84) (Ping timeout: 250 seconds) |
| 13:22:36 | × | dirtcastle quits (~dirtcastl@2409:4072:6d8b:19c2:84cd:d4ff:feb5:27b2) (Ping timeout: 240 seconds) |
| 13:22:46 | → | dirtcastle joins (~dirtcastl@2409:4072:6d8b:19c2:34e9:d9ff:fe48:fe15) |
| 13:29:11 | × | rd_ quits (~TheThirdR@43.224.158.247) (Quit: Lost terminal) |
| 13:38:21 | × | azg256 quits (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 27.1)) |
| 13:54:57 | × | dirtcastle quits (~dirtcastl@2409:4072:6d8b:19c2:34e9:d9ff:fe48:fe15) (Ping timeout: 240 seconds) |
| 13:55:34 | → | dirtcastle joins (~dirtcastl@2409:4072:6d8b:19c2:6436:f3ff:fed0:a166) |
| 14:08:27 | → | azg256 joins (~user@78-56-98-5.static.zebra.lt) |
| 14:27:37 | × | dirtcastle quits (~dirtcastl@2409:4072:6d8b:19c2:6436:f3ff:fed0:a166) (Ping timeout: 240 seconds) |
| 14:27:50 | → | dirtcastle joins (~dirtcastl@2409:4072:6d8b:19c2:fc18:4cff:fed7:bc67) |
| 14:59:57 | × | dirtcastle quits (~dirtcastl@2409:4072:6d8b:19c2:fc18:4cff:fed7:bc67) (Ping timeout: 240 seconds) |
| 15:00:08 | → | dirtcastle joins (~dirtcastl@2409:4072:6e81:3d60:cc40:a3f:c010:96ad) |
| 15:08:34 | × | azg256 quits (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 27.1)) |
| 15:38:19 | × | dirtcastle quits (~dirtcastl@2409:4072:6e81:3d60:cc40:a3f:c010:96ad) (Ping timeout: 256 seconds) |
| 16:00:28 | × | TheWizardTower[m quits (~thewizard@2001:470:69fc:105::a5b) (Quit: You have been kicked for being idle) |
| 16:00:28 | × | dissociate[m] quits (~jessehorn@2001:470:69fc:105::1:41af) (Quit: You have been kicked for being idle) |
| 16:24:28 | × | bmccormick quits (~bmccormic@h75-100-225-142.lactwa.broadband.dynamic.tds.net) (Quit: Leaving) |
| 16:45:12 | tremon | is now known as tremon_ |
| 17:59:37 | → | dirtcastle joins (~dirtcastl@103.43.203.227) |
| 18:28:10 | × | ^[ quits (~user@user//x-8473491) (Quit: ^[) |
| 18:34:10 | → | c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) |
| 18:43:00 | × | dirtcastle quits (~dirtcastl@103.43.203.227) (Ping timeout: 256 seconds) |
| 18:43:08 | → | dirtcastle joins (~dirtcastl@2409:4072:6d06:3aa3:4091:84ff:fe90:b14) |
| 18:49:26 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 18:50:47 | × | dirtcastle quits (~dirtcastl@2409:4072:6d06:3aa3:4091:84ff:fe90:b14) (Quit: Quit) |
| 18:51:01 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 19:02:42 | → | joaquinmg[m] joins (~joaquinmg@2001:470:69fc:105::1:67d2) |
| 19:10:56 | → | ^[ joins (~user@user//x-8473491) |
| 19:41:36 | × | mvk quits (~mvk@2607:fea8:5cdc:bf00::99e7) (Quit: Going elsewhere) |
| 19:42:34 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::99e7) |
| 19:48:15 | × | mvk quits (~mvk@2607:fea8:5cdc:bf00::99e7) (Quit: Going elsewhere) |
| 19:49:23 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::99e7) |
| 19:55:23 | × | mvk quits (~mvk@2607:fea8:5cdc:bf00::99e7) (Quit: Going elsewhere) |
| 19:57:23 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::99e7) |
| 20:12:16 | × | ^[ quits (~user@user//x-8473491) (Ping timeout: 250 seconds) |
| 20:20:16 | → | ^[ joins (~user@user//x-8473491) |
| 20:24:29 | × | ^[ quits (~user@user//x-8473491) (Ping timeout: 256 seconds) |
| 21:04:02 | → | chomwitt joins (~chomwitt@2a02:587:dc04:5f00:97ff:5c76:a7e3:730d) |
| 22:27:21 | → | lambda1 joins (~lambda@2a01:e0a:26c:a700:42b0:76ff:fe47:2c5) |
| 22:29:27 | → | ^[ joins (~user@user//x-8473491) |
| 23:11:38 | × | lambda1 quits (~lambda@2a01:e0a:26c:a700:42b0:76ff:fe47:2c5) (Quit: WeeChat 3.4) |
| 23:26:40 | → | nilay joins (~nilay@207.181.208.45) |
| 23:46:26 | × | chomwitt quits (~chomwitt@2a02:587:dc04:5f00:97ff:5c76:a7e3:730d) (Remote host closed the connection) |
All times are in UTC on 2022-02-19.