Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,783 events total
2024-03-09 21:15:44 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 260 seconds)
2024-03-09 21:17:56 × hightower3 quits (~hightower@cpe-94-253-237-140.st.cable.xnet.hr) (Ping timeout: 268 seconds)
2024-03-09 21:20:16 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-09 21:25:41 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 240 seconds)
2024-03-09 21:28:25 ghormoon joins (~ghormoon@ghorland.net)
2024-03-09 21:52:38 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-09 21:59:13 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 264 seconds)
2024-03-09 22:09:14 hightower3 joins (~hightower@dh207-82-239.xnet.hr)
2024-03-09 22:11:17 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-09 22:12:25 × hightower4 quits (~hightower@cpe-94-253-191-38.zg.cable.xnet.hr) (Ping timeout: 264 seconds)
2024-03-09 22:16:58 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 255 seconds)
2024-03-09 22:24:25 × ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 4.2.1)
2024-03-09 22:27:38 ectospasm joins (~ectospasm@user/ectospasm)
2024-03-09 22:29:16 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-09 22:31:16 hightower4 joins (~hightower@dh207-113-247.xnet.hr)
2024-03-09 22:34:04 × hightower3 quits (~hightower@dh207-82-239.xnet.hr) (Ping timeout: 255 seconds)
2024-03-09 22:40:45 hightower3 joins (~hightower@dh207-114-168.xnet.hr)
2024-03-09 22:44:03 × hightower4 quits (~hightower@dh207-113-247.xnet.hr) (Ping timeout: 272 seconds)
2024-03-09 23:03:32 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 260 seconds)
2024-03-09 23:16:45 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-09 23:22:40 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 260 seconds)
2024-03-09 23:23:51 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-09 23:29:54 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 268 seconds)
2024-03-09 23:33:49 defjam joins (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7)
2024-03-10 00:19:47 hightower4 joins (~hightower@dh207-81-101.xnet.hr)
2024-03-10 00:22:35 × hightower3 quits (~hightower@dh207-114-168.xnet.hr) (Ping timeout: 252 seconds)
2024-03-10 01:16:01 <fizzie> Ugh. Steam has never played terribly well with my Xmonad configuration (context menus sometimes don't want to show up), but this latest update just got it into a completely broken "window borders keeps flickering between active/inactive, xmonad process uses 100% CPU and mostly doesn't accept any keyboard/mouse input" mode. Wonder what's up with that.
2024-03-10 01:18:42 <geekosaur> "focus war", usually means the app has decided to steal focus back every time xmonad reassigns it
2024-03-10 01:23:12 <geekosaur> I am curious as to what X events are happening in that situation, but getting that information is moderately nightmarish even for an expert
2024-03-10 01:23:28 <fizzie> Yeah. It's happened very rarely in some other situations as well, but now it seems very constant.
2024-03-10 01:24:28 <fizzie> Tried it with no other windows (to speak of; there's a few bars) visible, and it did the same thing for its "waiting for network" splash dialog; then Xmonad just exited. Have to check what it wrote in the log.
2024-03-10 01:24:57 <fizzie> "xmonad-x86_64-linux: user error (Error in function getWindowAttributes)" apparently.
2024-03-10 01:25:16 <fizzie> This might not be a very up-to-date copy of Xmonad, should probably fix that first before digging any deeper.
2024-03-10 01:25:35 <geekosaur> race condition (although that means we missed a bracket somewhere) where a window went away before it could be queried
2024-03-10 01:26:53 <geekosaur> which suggests that instead of a focus war, the program is spamming window creations/deletions
2024-03-10 01:48:09 <fizzie> Mhm. It did seem to do it even after updating to latest commit. However removing `withUrgencyHook NoUrgencyHook` from my config (as suggested in https://github.com/ValveSoftware/steam-for-linux/issues/9376#issuecomment-1904614763 for similar issues) does seem to have fixed it.
2024-03-10 01:50:03 <geekosaur> that seems odd; with `NoUrgencyHook` it only tracks urgency
2024-03-10 01:51:53 <fizzie> I do also have a logHook that calls `readUrgents` as well. (And then includes the results in a thing that gets written to DBus.)
2024-03-10 01:53:01 <geekosaur> right, but that shouldn't do anything that would cause steam to delete/recreate a window
2024-03-10 01:54:43 <geekosaur> it does getWindowAttributes to look for the X11-style urgency flag, then checks _NET_WM_STATE for the EWMH/Wayland-like urgency flag
2024-03-10 02:04:33 <fizzie> Yeah, I can't really see how that'd affect Steam either. Over on the other end of that DBus signal, my bar does change the style in which a workspace is displayed, but that seems quite unrelated too.
2024-03-10 02:05:26 <fizzie> TBH, I don't think I have anything that actually sets the urgency hint for anything meaningful, so I'd be fine just not having that (modulo being annoyed at not understanding a problem).
2024-03-10 02:06:12 <geekosaur> ironically, I'm using one right now (hexchat 🙂 )
2024-03-10 02:08:28 <fizzie> Definitely had something when I originally set it up (an email client of some sort maybe), but...
2024-03-10 02:09:32 <fizzie> The Steam menu bar is still broken (as described in that issue; clicking just makes the menu flash briefly open but then close itself immediately) even after the urgency thing, but that's how it's been for a while and sounds like an unrelated problem.
2024-03-10 02:42:09 catman_ joins (~catman@user/catman)
2024-03-10 02:42:21 × catman quits (~catman@user/catman) (Killed (zirconium.libera.chat (Nickname regained by services)))
2024-03-10 02:42:21 catman_ is now known as catman
2024-03-10 03:53:33 × catman quits (~catman@user/catman) (Ping timeout: 255 seconds)
2024-03-10 03:55:52 catman joins (~catman@user/catman)
2024-03-10 03:56:00 × catman quits (~catman@user/catman) (Client Quit)
2024-03-10 03:56:21 catman joins (~catman@user/catman)
2024-03-10 03:58:44 × td_ quits (~td@i5387090F.versanet.de) (Ping timeout: 252 seconds)
2024-03-10 04:00:27 td_ joins (~td@i53870927.versanet.de)
2024-03-10 04:30:35 werneta joins (~werneta@024-205-076-158.res.spectrum.com)
2024-03-10 04:31:23 × werneta quits (~werneta@024-205-076-158.res.spectrum.com) (Client Quit)
2024-03-10 05:17:06 werneta joins (~werneta@024-205-076-158.res.spectrum.com)
2024-03-10 07:51:30 × werneta quits (~werneta@024-205-076-158.res.spectrum.com) (Quit: leaving)
2024-03-10 08:09:20 <liskin> I think my config has an event hook to ignore some Steam stuff
2024-03-10 08:09:31 <liskin> Don't quite remember what exactly and am on holiday
2024-03-10 08:55:48 hightower3 joins (~hightower@dh207-81-101.xnet.hr)
2024-03-10 08:57:51 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Ping timeout: 268 seconds)
2024-03-10 08:58:37 × hightower4 quits (~hightower@dh207-81-101.xnet.hr) (Ping timeout: 264 seconds)
2024-03-10 09:07:46 × hightower3 quits (~hightower@dh207-81-101.xnet.hr) (Ping timeout: 256 seconds)
2024-03-10 09:09:29 × ft quits (~ft@p508db2e6.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2024-03-10 09:11:27 ft joins (~ft@p3e9bce6e.dip0.t-ipconnect.de)
2024-03-10 09:24:25 × defjam quits (~defjam@2a02:c7e:2807:b900:f943:4123:f3e5:47e7) (Ping timeout: 264 seconds)
2024-03-10 09:35:43 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 09:36:20 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2024-03-10 09:39:55 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 246 seconds)
2024-03-10 09:52:02 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 09:57:35 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 256 seconds)
2024-03-10 09:58:17 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-03-10 10:10:10 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 10:16:17 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 272 seconds)
2024-03-10 10:29:39 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 10:36:53 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 240 seconds)
2024-03-10 10:49:04 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 10:56:52 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 268 seconds)
2024-03-10 11:09:17 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 11:15:07 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 246 seconds)
2024-03-10 11:16:30 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 11:22:37 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 264 seconds)
2024-03-10 11:35:10 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 11:41:06 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 255 seconds)
2024-03-10 11:53:51 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 12:24:07 hightower2 joins (~hightower@141-136-232-46.dsl.iskon.hr)
2024-03-10 12:48:45 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2024-03-10 15:23:51 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 255 seconds)
2024-03-10 15:45:25 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 16:42:49 × Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Ping timeout: 268 seconds)
2024-03-10 17:50:37 × defjam quits (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61) (Ping timeout: 246 seconds)
2024-03-10 17:55:02 defjam joins (~defjam@2a02:c7e:2807:b900:34f2:d7b3:58a5:9b61)
2024-03-10 18:30:29 × yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
2024-03-10 18:39:26 yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de)
2024-03-10 18:59:30 srz joins (~srz@181.228.49.93)
2024-03-10 19:32:02 × srz quits (~srz@181.228.49.93) (Remote host closed the connection)
2024-03-10 19:33:22 srz joins (~srz@181.228.49.93)
2024-03-10 19:48:10 srz_ joins (~srz@181.228.49.93)
2024-03-10 19:49:28 × srz quits (~srz@181.228.49.93) (Remote host closed the connection)

All times are in UTC.