Consolatis
Consolatis
Regarding the PR relying on a change to wlroots 0.16: I don't think a API change like this (even if its just an addition) will be allowed into the 0.16...
Hm.. It seems we do indeed not set the keyboard focus correctly on layer surfaces < top layer: https://github.com/labwc/labwc/blob/master/src/layers.c#L121 I am not sure I follow the logic for the `&&...
> Clicks passing through sounds like maybe XWayland's idea of the window stacking order is out-of-sync with labwc's. Yes, absolutely agree. Might also be related to my earlier comment in...
> The `exclusive` case treats top+overlay lay differently in the definition. I can't remember, but guess I just followed that when I first wrote it (see link below). > >...
> It looks there is a similar issue in lxqt-panel too (branch `wayland-taskbar`): main menu and other menus can't be navigated by keyboard. You may be able to work around...
There were talks by the wlroots devs doing more releases, once a year at the current stage of development indeed seems a bit long. I also didn't manage to get...
I think all issues pointed out here have been fixed by the layershell focus rewrite. AFAIR there was only one thing remaining that is tracked #1572: focusing the desktop of...
For panels all you need is usually - the wlr-layershell protocol - wlr-foreign-toplevel-management protocol - hopefully at some point in the future the ext-workspace protocol I am not sure about...
I am sorry but I will not read through a general wayland support issue with > 400 comments and search for (possibly long fixed) issues with labwc. But again, feel...
> with qt apps the wlr-layershell does not allow auto placement We support the wlr-layershell protocol and (as far as I know) it works just fine as can be seen...