Consolatis

Results 854 comments of Consolatis

Not sure why this is happening. In general I'd suggest using `SnapToRegion` rather than the `ResizeTo` and `MoveTo` combination.

Maybe we could add something to window rules that prevents X11 applications from requesting their own position. AFAIR we already support ignoring focus requests to fight misbehaving X11 applications. A...

Feel free to give https://github.com/Consolatis/labwc/tree/feature/ignore_x11_configure_request a try. Not tested at all.

> However, the commit did not fix the small issue where Xfe file manager windows open for a split second in one size (per Xfe's config file) before labwc applies...

Lets leave this open until the `ignoreConfigureRequest` thingie (or a variation thereof) is actually merged.

We should already do that, at least that is what [docs/rc.xml.all](https://github.com/labwc/labwc/blob/master/docs/rc.xml.all) seems to do (via `A-Left` / `A-Right` on the `Frame` context and via `TitleBar` for dragging that one). I...

Its missing a `Raise`. We should likely test if `labwc -C /dev/null` and `labwc -c docs/rc.xml.all` works correctly. It is quite possible that we broke it quite a while ago.

The main issue here is that we changed quite a lot in this area and this now needs to be rebased. It might be easier to start fresh using this...

That is indeed strange. Does it fix itself when you restart LibreWolf (so the titlebar is enabled from the start)?

Could you do a grep `zwp_linux` on a `WAYLAND_DEBUG=1` log? This seems like gstreamer using an unsupported version of the protocol. Either because labwc or wlroots for some reason announce...