Consolatis
Consolatis
If we use a new state we will miss other stacked changes like e.g. resolution changes when resizing a nested labwc window. The same thing could be done with `output->pending`...
The "or" stands for "override redirect" (not for `||`) and basically means an unmanaged surface. Those are used in X11 for popups / tooltips and the like. See https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/0.17/include/wlr/xwayland/xwayland.h?ref_type=heads#L262 for...
> On X11, in several places `/usr/share/icons/hicolor/scalable/places/start-here-lxqt.svg` is shown as the window icon, as a default/fallback icon. Two places are Session Settings and panel config dialogs, but there's possibly more....
I agree, this seems inconsistent. Having `MoveToEdge` move snapped-to-region windows to the next region in the given direction is an interesting idea but I am not sure how intuitive that...
@ahesford, thoughts?
> `[ 754288.319] -> [email protected](800, 600, array[0])` I don't understand the log above, where does that size come from? The debug log seems to miss `view->current.width/height` (although it should be...
A `WAYLAND_DEBUG=1` log of lxqt-panel when moving the cursor to the bottom of the screen should show if Qt receives those input events or not. If it does then its...
> partially mentioned it in my report ("the widget doesn't receive the wheel event"), Are you talking about the Qt events not being fired or the wayland events (`wl_pointer#xx.motion()`) not...
@Bluey26 > The left clicks were done in the conflicting area, the motion(mouse movement) also was made in the same area. Based on the logs I see various variants of...
Alright, so its a surface height of 32 and labwc sends y coordinates of 31.9. As `0,0` is the top-left of the surface labwc / wlroots might indeed send coordinates...