WayfireWM / wayfire

A modular and extensible wayland compositor
https://wayfire.org/
MIT License
2.4k stars 178 forks source link

net.sourceforge.chromium-bsu behaves wrong on wayfire #956

Open damianatorrpm opened 3 years ago

damianatorrpm commented 3 years ago

On gnome toggling screen size & full screen works fine.

On wayfire each time you change 'scree size' a new window is created for the new setting and the 'old' one stays still visible but unclickable and uncloseable (you have to kill the application). Also on wayfire the fullscreen size is not 'stretched' as in gnome, but it only fills the 'screen_size' set from settings as portion of the window.

EDIT: The first part is broken on gnome as well https://github.com/flathub/net.sourceforge.chromium-bsu/issues/3

damianatorrpm commented 3 years ago

maybe fixed with viewporter

ammen99 commented 3 years ago

After some debugging, I am quite sure that this needs EMU_RECTS to work properly, https://github.com/swaywm/wlroots/issues/2125