Consolatis
Consolatis
So to sum up the log: it seems that labwc is sending mouse movements and clicks to Qt. Qt fails to translate those into its internal events. The question then...
Thanks, so this might explain why it works on kwin_wayland then. I am not sure if that is correct though: - the first pixel goes from `0` to `0.9999` -...
@jlindgren90 what is the classification of this issue from your point of view? - not our bug and Qt (and apparently kwin_wayland) are wrong - labwc / wlroots are wrong...
> I imagine we could work around it on the labwc side. How, by clamping all cursor coordinates we send to clients to surface height / width - 1? I...
I only see two options for the A-Tab OSD in combination with workspaces: 1. List all windows 2. List windows from current workspace Labwc is currently using the 2nd option....
I guess we could also loop over the unmanged window tree.. but I guess there are other unmanged windows that are not popups as well. Maybe we could filter them...
> In openbox, the menu's close on titlebar click - so if you want to drag, you first have to click, then press+drag. That should be possible for wayland native...
Is this still relevant?
What mousebind context are you using?
Hmm, that one (and the `Frame` one) should eat all events. We might not treat axis events correctly in this regard.