Johan Malm
Johan Malm
> I like the general idea, we do have to update `src/input/cursor.c` as well though, currently we just give any layer surface focus on click. We should likely have a...
Superseded by #1599
@ludg1e If you bulid with commans below you'll get debug symbols for both labwc+wlroots. It also enables ASAN which means you get a backtrace on crash. ``` meson setup --force-fallback-for=wlroots...
`wlroots` only broadcasts modifiers to the client with the surface that currently has keyboard-focus. IIRC the protocol is not clear on approach here. Many compositors have opted to take the...
Thanks for reporting. Looks like we've got some sorting out to do here for the `on_demand` case. > Hm.. It seems we do indeed not set the keyboard focus correctly...
Very exciting that layer-shell-qt6 is out in the Arch repo. Feel like a big step in wayland native desktop components (supporting Qt popups)
> Hm, right. So I assume we need to treat `ONDEMAND` the same as `EXCLUSIVE && layer < top`. Aye. I think so.
> Now, with layer-shell-qt6 and without any rule, Waybar always pushes the desktop downward, whether it starts after or before the desktop. It makes no difference if the background layer...
I've written a small Qt6 test panel and tooltips show on that one, so not sure what's going on with that. Regarding popup keyboard-interactivity, I think it's the same story...