2025/09/09

2025-09-09 04:42:55 +0200terrorjack(~terrorjac@2a01:4f8:c17:9d11::) (Quit: The Lounge - https://thelounge.chat)
2025-09-09 04:45:27 +0200terrorjack(~terrorjac@2a01:4f8:c17:9d11::) terrorjack
2025-09-09 05:32:55 +0200FadedOften(~OftenFade@user/tisktisk) OftenFaded
2025-09-09 06:46:34 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Ping timeout: 256 seconds)
2025-09-09 07:29:06 +0200 <deebo> hmm something updated with flameshot and now it creates some sort of window that shifts my layout
2025-09-09 07:29:09 +0200 <deebo> anyone else ran into this?
2025-09-09 07:30:30 +0200 <deebo> i just have ", ((myModmask .|. shiftMask, xK_s), spawn "flameshot gui")", when i press it now i get the screenshot overlay but my windows are pushed out the top side of the monitor
2025-09-09 08:15:58 +0200ChubaDuba(~ChubaDuba@5.167.113.60) ChubaDuba
2025-09-09 08:54:11 +0200ft(~ft@p4fc2a25a.dip0.t-ipconnect.de) (Quit: leaving)
2025-09-09 09:43:50 +0200ChubaDuba(~ChubaDuba@5.167.113.60) (Quit: WeeChat 4.6.3)
2025-09-09 09:52:19 +0200Solid(~slot@xmonad/slotThe) slot
2025-09-09 09:53:08 +0200 <haskellbridge> <Solid (@slot-:matrix.org)> Perhaps you need to tell XMonad to not manage the window that flameshot creates?
2025-09-09 10:02:24 +0200 <deebo> indeed, but it's some new thing, and there's no way to use xprop on it
2025-09-09 10:15:33 +0200 <deebo> https://github.com/flameshot-org/flameshot/pull/4127 possibly related to this qt6 upgrade
2025-09-09 10:21:42 +0200 <Solid> Mh, I just downloaded flameshot 13.1.0 (which should include that PR) and I can't reproduce the behaviour you're talking about
2025-09-09 10:30:49 +0200 <deebo> this is what happens for me https://i.imgur.com/iQgRA8e.png, whole screen is offset somehow
2025-09-09 10:31:11 +0200 <deebo> but i do have a "weird" monitor layout with two side by side and tv on the wall above the other monitor
2025-09-09 10:31:29 +0200 <deebo> f42 is on flameshot 13.0.1 so not fixed yet
2025-09-09 10:33:37 +0200 <Solid> Perhaps you'll have to wait for 13.1.0 then
2025-09-09 11:23:55 +0200Mion(~Urist@archlinux/op/MrElendig) (Quit: aliens)
2025-09-09 11:24:50 +0200MrElendig(~Urist@archlinux/op/MrElendig) MrElendig
2025-09-09 12:05:50 +0200tremon(~tremon@83.80.159.219) tremon
2025-09-09 14:12:00 +0200Solid(~slot@xmonad/slotThe) (Quit: ERC 5.6.1-git (IRC client for GNU Emacs 31.0.50))
2025-09-09 14:23:12 +0200mkoskar(~mkoskar@user/mkoskar) (Ping timeout: 265 seconds)
2025-09-09 14:27:52 +0200mkoskar(~mkoskar@user/mkoskar) mkoskar
2025-09-09 14:51:13 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-09-09 15:35:03 +0200hightower2(~hightower@cpe-94-253-244-59.st.cable.xnet.hr) hightower2
2025-09-09 15:37:07 +0200hightower4(~hightower@cpe-94-253-190-65.zg.cable.xnet.hr) (Ping timeout: 255 seconds)
2025-09-09 17:58:39 +0200ft(~ft@p4fc2a25a.dip0.t-ipconnect.de) ft
2025-09-09 18:34:02 +0200mkoskar(~mkoskar@user/mkoskar) (Quit: mkoskar)
2025-09-09 18:35:09 +0200mkoskar(~mkoskar@user/mkoskar) mkoskar
2025-09-09 18:53:02 +0200yaslam(~yaslam@user/yaslam) (Ping timeout: 256 seconds)
2025-09-09 18:53:53 +0200yaslam(~yaslam@user/yaslam) yaslam
2025-09-09 20:55:38 +0200 <geekosaur> in light of https://opencollective.com/opensource/updates/public-service-announcement-re-salt-typhoon, can we prune release people on Hackage?
2025-09-09 20:56:56 +0200 <geekosaur> on the one hand, one might not expect us to be very involved in supply chain attacks… OTOH a window manager is a lovely place to insert code that can do pretty much anything on a system
2025-09-09 20:57:27 +0200 <geekosaur> (Wayland has some mitigations, but I expect is almost as bad in practice)
2025-09-09 21:29:09 +0200 <L29Ah> what kind of mitigations does wayland have?
2025-09-09 21:29:26 +0200 <L29Ah> i expect a wayland compositor having more permissions than X window manager
2025-09-09 21:29:53 +0200 <L29Ah> as it needs things like direct I/O access unlike the window manager
2025-09-09 21:30:30 +0200 <geekosaur> right, it's in effect the "X server"
2025-09-09 21:31:04 +0200 <geekosaur> and the window manager is a plugin to it, and has access to more things than clients do as a result… but can be simpler also, making it easier to audit
2025-09-09 21:32:12 +0200 <geekosaur> and a lot of stuff that's exposed for client<->window manager and client<->X server intended for window management isn't exposed in a way that lets any other client eavesdrop or potentially inject messages, like it is in X
2025-09-09 21:33:03 +0200 <geekosaur> ("potentially inject" itself being mitigated by the "send_message" flag, as long as you don't have XTEST or certain other extensions enabled that by default are disabled for very good reason)
2025-09-09 21:37:21 +0200 <geekosaur> there are ways to restrict those messages, but it's complicated and really easy to get wrong in both directions (that is, restricting either too little or too much)
2025-09-09 21:44:35 +0200ximn(~ximn@dslb-002-206-034-018.002.206.pools.vodafone-ip.de)
2025-09-09 21:44:55 +0200 <ximn> Hi is there xmonad on Wayland ? Also is xmonad similar to qtile?
2025-09-09 21:45:43 +0200 <ximn> I have Debian and would like to try it if it is like qtile any suggestions
2025-09-09 21:48:27 +0200 <geekosaur> not yet, there was some work going on but it seems to have stalled (you can find it on Discourse)
2025-09-09 21:50:40 +0200 <ximn> Is xmonad good for gaming?
2025-09-09 21:53:45 +0200 <ximn> How many months is xmonad on Debian forky behind ?
2025-09-09 21:58:30 +0200 <ximn> What's the display manager that can open xmonad ?
2025-09-09 21:58:33 +0200 <ximn> Light dm?
2025-09-09 22:07:22 +0200ximn(~ximn@dslb-002-206-034-018.002.206.pools.vodafone-ip.de) (Quit: Client closed)
2025-09-09 22:20:59 +0200ximn(~ximn@dslb-002-206-034-018.002.206.pools.vodafone-ip.de)
2025-09-09 22:25:58 +0200tremon(~tremon@83.80.159.219) (Quit: getting boxed in)
2025-09-09 22:31:12 +0200ximn(~ximn@dslb-002-206-034-018.002.206.pools.vodafone-ip.de) (Quit: Client closed)
2025-09-09 22:41:01 +0200 <L29Ah> i wonder how many of X security critics acutally run their desktops under a MAC
2025-09-09 22:57:41 +0200 <geekosaur> if you use an OS package then any XDG-compliant display manager should work
2025-09-09 22:58:37 +0200 <geekosaur> if you install it yourself, there's an example desktop file on the wiki or you can do it the old fashioned way with a "default X session" and .xsession file
2025-09-09 22:59:01 +0200 <L29Ah> he left
2025-09-09 22:59:23 +0200 <geekosaur> sigh
2025-09-09 23:55:54 +0200Guest65(~Guest65@dslb-002-206-034-018.002.206.pools.vodafone-ip.de)
2025-09-09 23:55:59 +0200 <Guest65> is there a prefinished xmonad desktop
2025-09-09 23:56:00 +0200 <Guest65> ?