Simon Long
Simon Long
> The cursor emulation part is looking good to me. We still do have some asymmetry here (we only relay the touch_down on `->surface` but always relay touch_up and touch_move...
> Yes, this seems like a pre-existing issue with `touch.c`. I am actually not sure if wlroots may just turn the calls into a no-op if the currently focused surface...
> Just checking, dragging windows on their SSD title bar to another place works? On this point, yes, it does.
Suggestion from https://github.com/labwc/labwc/issues/1566 added to switch focus on touch.
I've had to work around this in the panel we use on Raspberry Pi - it seems to be a common problem with Wayland compositors. Wayfire is the same. The...
It might be worth checking my original report of this on the Wayfire repo at https://github.com/WayfireWM/wayfire/issues/1779 I found that setting interactivity to on_demand didn't completely fix the problem - it...
> You could set labwc to prefer CSD rather than SSD for the decorations: https://labwc.github.io/labwc-config.5.html#entry_core_decoration SSD fits better with the way our hardware draws to the screen, so we'd prefer...
Looking at gtk-shell, it looks as if it offers quite a few features we would want - in addition to supporting resizing restrictions, it also adds startup notification support, for...
> Note, various gtk-shell bits are upstream or being worked on. I would suggest spending time to try to get these standardized instead of spending time to implement the private...
Agree this shouldn't be in 0.7.2 - it's a quick hack I put together this morning, and needs a lot of testing for corner cases etc, but if the general...