Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

wayland-protocols xdg-shell v6 needs to be implemented #200

Closed patr-ck closed 7 years ago

patr-ck commented 8 years ago

GTK 3.22 uses the v6 of xdg shell, and GTK applications fail to load on compositors using wlc!

alive4ever commented 8 years ago

xdg shell v6 introduces backward incompatible behavior. #199 may be related to this issue.

alive4ever commented 8 years ago

After last commit, sway is able to launch gnome-terminal inside wayland compositor, but crashes immediately when using mouse to interact with gnome-terminal menu.

Cloudef commented 8 years ago

Probably needs positioner or more popup crap, which I don't plan to implement yet.

Cloudef commented 7 years ago

https://github.com/Cloudef/wlc/issues/210