Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 710 711 712 713 714 715 716 717 718 719 720 .. 1850
184,942 events total
2022-07-03 09:48:01 × sogens quits (~sogens@211.30.154.12) (Client Quit)
2022-07-03 09:48:24 sogens joins (~sogens@211.30.154.12)
2022-07-03 10:23:53 × alternateved quits (~alternate@5.253.206.52) (Remote host closed the connection)
2022-07-03 12:01:52 × sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection)
2022-07-03 12:37:25 jao joins (~jao@92.40.194.204.threembb.co.uk)
2022-07-03 12:47:10 sagax joins (~sagax_nb@user/sagax)
2022-07-03 13:08:06 eq_w joins (~eqw@31.134.178.99)
2022-07-03 13:14:24 alternateved joins (~alternate@82.180.151.10)
2022-07-03 13:14:24 × alternateved quits (~alternate@82.180.151.10) (Read error: Connection reset by peer)
2022-07-03 13:16:09 × jao quits (~jao@92.40.194.204.threembb.co.uk) (Ping timeout: 246 seconds)
2022-07-03 13:17:06 × sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection)
2022-07-03 13:32:32 sagax joins (~sagax_nb@213.138.71.146)
2022-07-03 13:32:32 × sagax quits (~sagax_nb@213.138.71.146) (Changing host)
2022-07-03 13:32:32 sagax joins (~sagax_nb@user/sagax)
2022-07-03 13:45:14 alternateved joins (~alternate@185.244.214.243)
2022-07-03 13:49:18 × alternateved quits (~alternate@185.244.214.243) (Remote host closed the connection)
2022-07-03 14:56:04 geekosaur is finally poking at the color mess
2022-07-03 14:56:41 <geekosaur> I will be surprised if just making it allocate colormap cells correctly fixes it, but it still is a prerequisite
2022-07-03 14:59:02 geekosaur does wonder how alpha even works, since XColor doesn't have a field for it
2022-07-03 14:59:28 <geekosaur> which may mean what the code was doing was acceptable because it's the only way to do it…
2022-07-03 15:30:59 <liskin> I've only briefly read some comments about it but I vaguely remember that it only happened with certain visuals - so one way we could proceed is using the simple code we had for cases where it does work, and then just giving up and doing something degraded (but not crashing) for the complicated cases
2022-07-03 15:31:24 <liskin> Might be a temporary measure if making it work perfectly in all cases is complicated
2022-07-03 15:33:00 × sogens quits (~sogens@211.30.154.12) (Ping timeout: 246 seconds)
2022-07-03 15:33:43 <geekosaur> no, I have code which compiles (but testing comes next, haven't restarted my xmonad yet). as written it only handles DirectColor, but we were already pretty much there
2022-07-03 15:34:24 <geekosaur> needs some more work if I want to have it fall back properly for PseudoColor, I think
2022-07-03 15:35:02 sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-07-03 15:35:14 <geekosaur> might install vnc and use a loopback session to see just how messed up it is there (although as I noted on the ticket, it seems like vnc might be doing DirectColor or at least TrueColor these days)
2022-07-03 15:36:39 <geekosaur> the main difference in this change is that the colormap entry is allocated for the pixel with the alpha value included, instead of stomping the result of allocating a normal colormap entry
2022-07-03 15:36:59 <geekosaur> basically swapping allocNamedColor for lookupColor and then doing allocColor afterward
2022-07-03 15:53:15 alternateved joins (~alternate@82.180.151.130)
2022-07-03 15:53:23 × alternateved quits (~alternate@82.180.151.130) (Remote host closed the connection)
2022-07-03 15:59:03 alternateved joins (~alternate@82.180.151.171)
2022-07-03 15:59:45 × sogens quits (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 276 seconds)
2022-07-03 16:23:25 × alternateved quits (~alternate@82.180.151.171) (Remote host closed the connection)
2022-07-03 16:27:26 alternateved joins (~alternate@82.180.151.102)
2022-07-03 16:30:00 × alternateved quits (~alternate@82.180.151.102) (Remote host closed the connection)
2022-07-03 16:37:35 kxjax joins (~user@206.62.170.243)
2022-07-03 16:38:32 <kxjax> hello, I want to use the keys F 1-9 in xmonad to configure a keyboard shortcut but I don't know how you can help me
2022-07-03 16:44:58 <geekosaur> how are you configuring keys now? (are you using a keys function, or additionalKeysP?)
2022-07-03 16:45:04 <geekosaur> @where paste
2022-07-03 16:45:04 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-07-03 16:46:14 <geekosaur> liskin, interestingly, an xmonad with my changes just plain hangs. I couldn't attach it in gdb for some reason so now I need to dig more
2022-07-03 16:49:08 <kxjax> geekosaur I have my keyboard shortcuts configured like this https://pastebin.com/4HBD5HPi
2022-07-03 16:49:18 <geekosaur> oh, I see they cam eup with new security options
2022-07-03 16:51:52 <geekosaur> kxjax, you should be able to use sequences like "M-<F1>"
2022-07-03 16:56:22 alternateved joins (~alternate@82.180.151.27)
2022-07-03 16:58:15 × alternateved quits (~alternate@82.180.151.27) (Remote host closed the connection)
2022-07-03 17:17:02 <kxjax> Thank you geekosaur it worked for me
2022-07-03 17:17:11 × kxjax quits (~user@206.62.170.243) (Quit: ERC 5.4 (IRC client for GNU Emacs 28.1))
2022-07-03 18:00:12 <liskin> https://gitlab.freedesktop.org/wayland/wayland/-/issues/233 :-/
2022-07-03 18:01:44 <liskin> reading any discussion involving gnome people always makes me sad
2022-07-03 18:32:13 rtypo_bot joins (~rtypo_bot@user/rtypo-bot/x-3951806)
2022-07-03 18:32:23 rtypo_bot parts (~rtypo_bot@user/rtypo-bot/x-3951806) ()
2022-07-03 18:52:39 <scotabroad[m]> I know I have seen people configure awesome wm and fvwm to get vertical window decorations. Is this possible in Xmonad?
2022-07-03 18:53:52 <geekosaur> there's nothing "out of the box" for it, but Decoration should be able to handle it
2022-07-03 19:00:12 <scotabroad[m]> Okay, I know have seen the window decorations in xmonad-contrib, so it seems with enough coding I should be able to get vertical window decorations?
2022-07-03 19:03:54 × noex_ quits (~null@2600:8804:14e0:104:8939:cf0c:32e2:8889) (Quit: :q!)
2022-07-03 19:04:06 <geekosaur> it should be possible to start with something like https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Layout/ImageButtonDecoration.hs and redesign it to put the decoration on the lleft instead of the top
2022-07-03 19:04:58 <geekosaur> (note that the "image buttons" are kind of a hack, they're bi9tmaps encoded as nested lists of Bool)
2022-07-03 19:05:04 <geekosaur> *bitmaps
2022-07-03 19:06:27 <geekosaur> drawing vertical text might be a bit of a challenge, I guess, not sure how much help Decoration would give you with it
2022-07-03 19:08:12 noex joins (~null@user/noex)
2022-07-03 19:22:23 <scotabroad[m]> Thanks! I'll look more into this
2022-07-03 19:48:47 <geekosaur> well, that was loads of cute. whatever is going on, it wedged gdb too
2022-07-03 19:49:01 <geekosaur> and it's not blocked in FFI like I expected to find
2022-07-03 19:49:40 <geekosaur> no errors logged, just the RTS blocked waiting on filehandles
2022-07-03 20:04:55 <geekosaur> and whatever's happening, it happens before the state file is read or removed, because it's retaining my state when I restart it manually
2022-07-03 20:14:24 <geekosaur> which makes it initColor
2022-07-03 20:16:49 alternateved joins (~alternate@82.180.151.30)
2022-07-03 20:17:54 <geekosaur> oops
2022-07-03 20:18:39 <geekosaur> need to read more closely; I have a tricky self-reference *blush*
2022-07-03 20:18:46 Guest28 joins (~Guest28@91EC764E.dsl.pool.telekom.hu)
2022-07-03 20:18:58 × Guest28 quits (~Guest28@91EC764E.dsl.pool.telekom.hu) (Client Quit)
2022-07-03 20:22:20 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-07-03 20:24:13 Ocelot joins (~ocelot@50-78-208-189-static.hfc.comcastbusiness.net)
2022-07-03 20:36:12 × Ocelot quits (~ocelot@50-78-208-189-static.hfc.comcastbusiness.net) (Remote host closed the connection)
2022-07-03 20:45:50 <geekosaur> [03 14:59:28] <geekosaur> which may mean what the code was doing was acceptable because it's the only way to do it…
2022-07-03 20:45:57 <geekosaur> sometimes I hate being right…
2022-07-03 20:57:14 geekosaur wipes his work, aside from the re-revert
2022-07-03 21:38:39 steve__ joins (~steve@ool-182c2b80.dyn.optonline.net)
2022-07-03 21:44:48 hexo joins (~hexo@user/hexo)
2022-07-03 21:45:09 sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-07-03 21:56:14 <liskin> So is there a way to degrade gracefully or do we really need to pick between transparent and navigation?
2022-07-03 21:59:04 <geekosaur> I said "for now"
2022-07-03 21:59:17 <geekosaur> since we get complaints about one if we go for the other
2022-07-03 21:59:56 <geekosaur> still ewant to debug what's wrong, just … it gets harder if you have to break the rules for transparency (or lack of) to work at all
2022-07-03 22:03:04 <geekosaur> guess the next step is to look more closely at what WN is doing, although my previous looks at it just showed it doing the same thing the core does
2022-07-03 22:03:13 <geekosaur> and even calling the core functions for it
2022-07-03 22:14:24 × alternateved quits (~alternate@82.180.151.30) (Remote host closed the connection)
2022-07-03 22:23:13 <geekosaur> hrm
2022-07-03 22:23:37 geekosaur wonders what `pixelToString` does when handed a pixel with alpha
2022-07-03 22:38:07 × chomwitt quits (~chomwitt@2a02:587:dc17:ef00:fd52:a6f3:ef09:f22e) (Ping timeout: 260 seconds)
2022-07-03 22:54:18 ChatSlayer[m] is now known as ChaoticMist[m]
2022-07-03 23:02:55 jao joins (~jao@guest2.nyenrode.nl)
2022-07-03 23:15:29 <geekosaur> got half of it. if the pixel value handed to pixelToString has an alpha, it returns #000000
2022-07-03 23:15:42 × sogens quits (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 264 seconds)
2022-07-03 23:16:39 <geekosaur> but there's still that weird BadValue and it's happening somewhere other than painting the border apparently
2022-07-03 23:17:37 sogens joins (~sogens@211.30.154.12)
2022-07-03 23:17:59 <geekosaur> (and in my case it only happens with the normal border color; the focused border color seems fine)
2022-07-03 23:28:20 henninb joins (~henninb@63-231-187-148.mpls.qwest.net)

All times are in UTC.