After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782156 - window/wayland: Don't try to resize window on tear down
window/wayland: Don't try to resize window on tear down
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
: 782948 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2017-05-04 10:03 UTC by Jonas Ådahl
Modified: 2017-05-22 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window/wayland: Don't try to resize window on tear down (1.32 KB, patch)
2017-05-04 10:03 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2017-05-04 10:03:40 UTC
This fixes a crash during logging out, reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1410725
Comment 1 Jonas Ådahl 2017-05-04 10:03:44 UTC
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.
Comment 2 Florian Müllner 2017-05-04 11:17:16 UTC
Review of attachment 351040 [details] [review]:

Makes sense to me
Comment 3 Jonas Ådahl 2017-05-22 13:15:43 UTC
*** Bug 782948 has been marked as a duplicate of this bug. ***
Comment 4 Jonas Ådahl 2017-05-22 13:16:19 UTC
Attachment 351040 [details] pushed as a8cecee - window/wayland: Don't try to resize window on tear down