2023/05/12

2023-05-12 01:10:44 +0200lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f)
2023-05-12 01:22:44 +0200mncheck(~mncheck@193.224.205.254) (Ping timeout: 246 seconds)
2023-05-12 01:49:11 +0200_qw(~eqw@31.134.178.99) (Quit: leaving)
2023-05-12 01:51:54 +0200_qw(~eqw@31.134.178.99)
2023-05-12 03:22:18 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-12 04:19:01 +0200td_(~td@i53870913.versanet.de) (Ping timeout: 240 seconds)
2023-05-12 04:20:50 +0200td_(~td@i53870914.versanet.de)
2023-05-12 05:19:54 +0200defjam(~defjam@90.211.252.220)
2023-05-12 05:21:11 +0200rundown(~defjam@2a02:c7e:2807:b900:3175:6536:ecab:a604) (Ping timeout: 264 seconds)
2023-05-12 06:37:26 +0200lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Quit: WeeChat 3.8)
2023-05-12 07:24:08 +0200pl(sid98063@id-98063.helmsley.irccloud.com) (Ping timeout: 240 seconds)
2023-05-12 07:27:29 +0200pl(sid98063@id-98063.helmsley.irccloud.com)
2023-05-12 08:18:31 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-05-12 08:20:25 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-12 08:48:20 +0200mncheck(~mncheck@193.224.205.254)
2023-05-12 08:59:17 +0200yosafbridge(~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
2023-05-12 09:17:41 +0200yosafbridge(~yosafbrid@static.38.6.217.95.clients.your-server.de)
2023-05-12 09:28:53 +0200mc47(~mc47@xmonad/TheMC47)
2023-05-12 09:34:33 +0200cfricke(~cfricke@user/cfricke)
2023-05-12 10:07:44 +0200ft(~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving)
2023-05-12 11:17:33 +0200leohoo_sdu[m](~leohoosdu@2001:470:69fc:105::3:56ef)
2023-05-12 11:17:34 +0200leohoo_sdu[m](~leohoosdu@2001:470:69fc:105::3:56ef) ()
2023-05-12 11:58:08 +0200tanyastopguy(~tanyastop@2600:1700:4010:6d20:3aea:f984:552:57de) (Quit: Leaving)
2023-05-12 12:55:32 +0200f-a(~f-a@151.34.46.177)
2023-05-12 12:56:58 +0200 <f-a> today I had to launch a government java app
2023-05-12 12:57:06 +0200 <f-a> the screen was completely blank
2023-05-12 12:57:44 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy) (Ping timeout: 240 seconds)
2023-05-12 12:57:57 +0200 <f-a> after a bit of sleuthing another user — using xmonad too — pointed me to the solution, export _JAVA_AWT_WM_NONREPARENTING=1
2023-05-12 12:58:21 +0200 <f-a> can some good soul tell me what it is happening?
2023-05-12 12:58:38 +0200 <f-a> and why that export was needed?
2023-05-12 12:59:20 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy)
2023-05-12 13:12:23 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-05-12 13:14:29 +0200 <fizzie> https://github.com/xmonad/xmonad/issues/126 has some context. And https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Util-Hacks.html#g:2 has a thing you can put in the XMonad config to do it, if you prefer it that way, though it wouldn't necessarily get in every process that way (if they're not descendants of the XMonad one).
2023-05-12 13:16:09 +0200 <f-a> thanks. I appreciated the help and your explanation now, it is still a tad distressing though, I ended up with the solution with sheer luck, I would have not been able to diagnose this by myself.
2023-05-12 13:18:36 +0200 <fizzie> FWIW, it is in the XMonad troubleshooting FAQ as well, not sure how much more _can_ be done. https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Appl…
2023-05-12 13:26:16 +0200 <f-a> thanks, indeed I should have read that. It was a dig to java too :P
2023-05-12 13:26:18 +0200vistefan(~stefan@176.120.176.183)
2023-05-12 13:44:26 +0200 <vistefan> What the hell. I have recent xmonad-contrib-0.17.1 package from Arch repo. Tried to use `remapKeysP` from EZConfig which is described in xmonad-contrib v0.17.1 documentation. But there are no such variable in package. Looked at the dates. EXConfig.hs in official xmonad-contrib repo on girhub is changed 3 months ago. PKGFILE from arch repo is changed 1 month ago. And both are of the same version. But
2023-05-12 13:44:32 +0200 <vistefan> PKGFILE still links outdated commit, the one where EZConfig.remapKeysP didn't exist yet. What the hell.
2023-05-12 13:44:35 +0200 <vistefan> %)
2023-05-12 14:26:47 +0200f-a(~f-a@151.34.46.177) ()
2023-05-12 14:58:38 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2023-05-12 15:00:23 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net) (Client Quit)
2023-05-12 16:06:42 +0200 <geekosaur> `remapKeysP` wasn't in 0.17.1, it's in git. the docs version you linked to is git, not release
2023-05-12 16:06:55 +0200 <geekosaur> oh, sorry, no link
2023-05-12 16:07:10 +0200 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-EZConfig.html does not show `remapKeysP`
2023-05-12 16:07:42 +0200 <geekosaur> 0.17.2 won't either, we only cherrypicked the commits needed for 9.6.1 support into that
2023-05-12 16:08:23 +0200 <geekosaur> if you are using Arch packages you may like xmonad-git from AUR
2023-05-12 16:30:45 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-05-12 16:31:11 +0200ft(~ft@p4fc2a88b.dip0.t-ipconnect.de)
2023-05-12 16:44:27 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy) (Remote host closed the connection)
2023-05-12 16:45:00 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy)
2023-05-12 17:13:03 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy) (Remote host closed the connection)
2023-05-12 17:13:28 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy)
2023-05-12 17:22:28 +0200vistefan(~stefan@176.120.176.183) (Ping timeout: 268 seconds)
2023-05-12 18:37:10 +0200 <xmonadtrack> New xmonad-contrib branch created: pull/814 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/814
2023-05-12 18:58:26 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-12 19:27:56 +0200 <xmonadtrack> New branch created: pull/455 (1 commit) https://github.com/xmonad/xmonad/pull/455
2023-05-12 21:28:02 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-05-12 22:40:02 +0200Guest91(~Guest2@117.216.35.185)
2023-05-12 22:40:10 +0200Guest91(~Guest2@117.216.35.185) (Client Quit)