GNOME Bugzilla – Bug 640229
gnome-shell crashes after pressing alt-escape
Last modified: 2011-01-24 18:39:35 UTC
with current master (c6baee26229972984abcf709f6e8516f504c51c5) gnome-shell crashes after pressing alt-escape (whatever this keybinding is supposed to do).
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.
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 ...
Attachment 179014 [details] pushed as b488810 - display: Don't crash on Alt-Escape.