GNOME Bugzilla – Bug 782156
window/wayland: Don't try to resize window on tear down
Last modified: 2017-05-22 13:16:25 UTC
This fixes a crash during logging out, reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1410725
Created attachment 351040 [details] [review] window/wayland: Don't try to resize window on tear down When terminating mutter running as a display server, don't try to resize maximized windows when unmanaging, as at this point, they will have no MetaWaylandSurface. Originally this was done instead of setting the net_wm_state to not mess with future window managers, but when we're a Wayland compositor, this does not matter.
Review of attachment 351040 [details] [review]: Makes sense to me
*** Bug 782948 has been marked as a duplicate of this bug. ***
Attachment 351040 [details] pushed as a8cecee - window/wayland: Don't try to resize window on tear down