http://bugs.winehq.org/show_bug.cgi?id=58271 mata <sutupud@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud@yahoo.com --- Comment #4 from mata <sutupud@yahoo.com> --- "proper window decorations from the system window manager" isn't really a thing in wayland. The "system window manager" would be called "compositor", and wheter it supports server side decoration is up to its own decision, since the (unstable) protocol for implementing it is optional. Therfore, not all compositors support it: https://wayland.app/protocols/xdg-decoration-unstable-v1#compositor-support Specially the gnome world (mutter) seems to insist on decorations being done client side. So wine could only use that protocol if the compositor supports it. It has to implement supplying windows applications which expect to be decorated with client side decorations in any case for compositors that don't, and that always can be used, even if the compositor would support xdg-decoration. So this would be more a feature request to add support for switching to server side decoration using the xdg-decoration protocol if the compositor supports it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.