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 640229 - gnome-shell crashes after pressing alt-escape
gnome-shell crashes after pressing alt-escape
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-01-21 23:41 UTC by Mathias Hasselmann (IRC: tbf)
Modified: 2011-01-24 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
display: Don't crash on Alt-Escape. (1.07 KB, patch)
2011-01-22 01:38 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Mathias Hasselmann (IRC: tbf) 2011-01-21 23:41:45 UTC
with current master (c6baee26229972984abcf709f6e8516f504c51c5) gnome-shell crashes after pressing alt-escape (whatever this keybinding is supposed to do).
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-01-22 01:38:44 UTC
Created attachment 179014 [details] [review]
display: Don't crash on Alt-Escape.

Fix a crash caused by 286160646bc711dba85171059c28c4d49803cc85, where
we don't get a window when called from do_choose_window.
Comment 2 Florian Müllner 2011-01-22 02:03:17 UTC
Review of attachment 179014 [details] [review]:

Code looks good. The commit message is slightly unclear (e.g. switching workspaces with ctrl-alt-arrow is affected as well when using plain mutter, see handle_workspace_switch()), but well ...
Comment 3 Florian Müllner 2011-01-24 18:39:31 UTC
Attachment 179014 [details] pushed as b488810 - display: Don't crash on Alt-Escape.