GNOME Bugzilla – Bug 719922
No way to close a window with compositor initiated action
Last modified: 2014-03-13 04:58:12 UTC
In the current design, GnomeShell provides a way to close windows from the overview (when your windows are zoomed out and visible with a close button on the top right corner). When clicking that close button, the compositor sends a delete request to the window. This is catched by the GTK+/Clutter application and it usually closes the window. In wayland there is currently no way to do such a thing, leaving an apparent bug in GnomeShell when running with a wayland client. Attached a patch to GTK+ and the xdg-surface protocol description to add a delete event in the xdg protocol so we can implement the close feature on all clients.
Created attachment 263616 [details] [review] gdk: wayland: add support for delete event
I want to wait until Weston/Wayland have this upstream, and talk with them about it.
this has been added with the delete event in xdg-shell