Martin Stransky
Martin Stransky
Ah look like PIP crash from Firefox I just reported: https://github.com/Rafostar/gnome-shell-extension-pip-on-top/issues/22 Perhaps wrong workspace management?
To get complete log, please try: - try to set different position that 50,50, say 200,200. CSD or any other restriction may be involved. - please run with WAYLAND_DEBUG=1 env...
Thanks for the logs. It confirms that with MOZ_ENABLE_WAYLAND=0 Wayland is not involved and you're using X11. So the positioning issue may come from somewhere else.
Which is you window manager / desktop environment? Do you run in headless or on screen? Can you confirm visually where the window is placed?
I see. Well, a window placement is managed by windows manager. From application POV there's nothing we can do more - we just say where to place the window and...
@whimboo sorry, looks like I missed the point here then.
And do you have DISPLAY env variable set? Just make sure we're on track, can you run your tests with MOZ_ENABLE_WAYLAND=0 DISPLAY=:0 env variables? Thanks.
Looks like Sommelier WM bug to me. Chrome may contain a workaround or fix to work in such environment. Firefox has been using the X11 window positioning code for ages...
If you get fixed placement ({'x': 125, 'y': 41}) for the X11 Firefox window, is there any window placement rule for instance? Also window managers may place/move windows according to...