Consolatis
Consolatis
Which branch / release of labwc are you using?
Pure speculation: - maybe something to do with X11 exclusive cursor grab - we suddenly hit a branch in cursor.c where we don't tell wlroots to update the cursor -...
I experience a related issue in that at some random point repeating is disabled completely. When restarting labwc (nested under X11) the issue is gone and repeating works as expected...
Alright, spent some more time on this bug and started by reverting e62bb51bfb33ee520e800cf98553d766824fe9cf + adding a bunch of debug logs based on this statement: > I'm not sure if we're...
Should be fixed by #438
Thanks to @Flrian via IRC we got some more information around this area: Crashing labwc, simple reproducer: `sleep 20; killall nautilus` and start a drag within nautilus. Once nautilus is...
A new datapoint from sway master using wlroots master. Tested via ```bash meson configure -Db_sanitize=address,undefined build # compile latest sway master with latest wlroots master # then in sway: thunar...
> I'm not sure the case is so convincing for labwc `S-1` will interfere with usual application usage. However, this is also relevant to keybindings like `W-S-1` or `A-S-1` which...
In the meantime you can generate your own bindings if required via `python3 -c 'print("S-0x%0x" % ord(">"))'` Just replace `>` with whatever character shows up when you do a `S-key`
> [01:14:15] this is weird > [01:14:20] bemenu just doesn't appear > [01:14:33] it appears to work - if I run bemenu-run and run a command it does it >...