Logs on 2023-05-12 (liberachat/#xmonad)
| 01:22:18 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 02:19:01 | × | td_ quits (~td@i53870913.versanet.de) (Ping timeout: 240 seconds) |
| 02:20:50 | → | td_ joins (~td@i53870914.versanet.de) |
| 03:19:54 | → | defjam joins (~defjam@90.211.252.220) |
| 03:21:11 | × | rundown quits (~defjam@2a02:c7e:2807:b900:3175:6536:ecab:a604) (Ping timeout: 264 seconds) |
| 04:37:26 | × | lain1001 quits (~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Quit: WeeChat 3.8) |
| 05:24:08 | × | pl quits (sid98063@id-98063.helmsley.irccloud.com) (Ping timeout: 240 seconds) |
| 05:27:29 | → | pl joins (sid98063@id-98063.helmsley.irccloud.com) |
| 06:18:31 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 06:20:25 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 06:48:20 | → | mncheck joins (~mncheck@193.224.205.254) |
| 06:59:17 | × | yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
| 07:17:41 | → | yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 07:28:53 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 07:34:33 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:07:44 | × | ft quits (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving) |
| 09:17:33 | → | leohoo_sdu[m] joins (~leohoosdu@2001:470:69fc:105::3:56ef) |
| 09:17:34 | ← | leohoo_sdu[m] parts (~leohoosdu@2001:470:69fc:105::3:56ef) () |
| 09:58:08 | × | tanyastopguy quits (~tanyastop@2600:1700:4010:6d20:3aea:f984:552:57de) (Quit: Leaving) |
| 10:55:32 | → | f-a joins (~f-a@151.34.46.177) |
| 10:56:58 | <f-a> | today I had to launch a government java app |
| 10:57:06 | <f-a> | the screen was completely blank |
| 10:57:44 | × | stellacy quits (~stellacy@gateway/tor-sasl/stellacy) (Ping timeout: 240 seconds) |
| 10:57:57 | <f-a> | after a bit of sleuthing another user — using xmonad too — pointed me to the solution, export _JAVA_AWT_WM_NONREPARENTING=1 |
| 10:58:21 | <f-a> | can some good soul tell me what it is happening? |
| 10:58:38 | <f-a> | and why that export was needed? |
| 10:59:20 | → | stellacy joins (~stellacy@gateway/tor-sasl/stellacy) |
| 11:12:23 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 11:14:29 | <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). |
| 11:16:09 | <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. |
| 11:18:36 | <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_Applet_java_console |
| 11:26:16 | <f-a> | thanks, indeed I should have read that. It was a dig to java too :P |
| 11:26:18 | → | vistefan joins (~stefan@176.120.176.183) |
| 11:44:26 | <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 |
| 11:44:32 | <vistefan> | PKGFILE still links outdated commit, the one where EZConfig.remapKeysP didn't exist yet. What the hell. |
| 11:44:35 | <vistefan> | %) |
| 12:26:47 | ← | f-a parts (~f-a@151.34.46.177) () |
| 12:58:38 | → | Maeda joins (~Maeda@91-161-10-149.subs.proxad.net) |
| 13:00:23 | × | Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Client Quit) |
| 14:06:42 | <geekosaur> | `remapKeysP` wasn't in 0.17.1, it's in git. the docs version you linked to is git, not release |
| 14:06:55 | <geekosaur> | oh, sorry, no link |
| 14:07:10 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-EZConfig.html does not show `remapKeysP` |
| 14:07:42 | <geekosaur> | 0.17.2 won't either, we only cherrypicked the commits needed for 9.6.1 support into that |
| 14:08:23 | <geekosaur> | if you are using Arch packages you may like xmonad-git from AUR |
| 14:30:45 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8) |
| 14:31:11 | → | ft joins (~ft@p4fc2a88b.dip0.t-ipconnect.de) |
| 14:44:27 | × | stellacy quits (~stellacy@gateway/tor-sasl/stellacy) (Remote host closed the connection) |
| 14:45:00 | → | stellacy joins (~stellacy@gateway/tor-sasl/stellacy) |
| 15:13:03 | × | stellacy quits (~stellacy@gateway/tor-sasl/stellacy) (Remote host closed the connection) |
| 15:13:28 | → | stellacy joins (~stellacy@gateway/tor-sasl/stellacy) |
| 15:22:28 | × | vistefan quits (~stefan@176.120.176.183) (Ping timeout: 268 seconds) |
| 16:37:10 | <xmonadtrack> | New xmonad-contrib branch created: pull/814 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/814 |
| 16:58:26 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 17:27:56 | <xmonadtrack> | New branch created: pull/455 (1 commit) https://github.com/xmonad/xmonad/pull/455 |
| 19:28:02 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 20:40:02 | → | Guest91 joins (~Guest2@117.216.35.185) |
| 20:40:10 | × | Guest91 quits (~Guest2@117.216.35.185) (Client Quit) |
| 23:20:31 | × | mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 240 seconds) |
All times are in UTC on 2023-05-12.