GNOME Bugzilla – Bug 644541
Don't show the overview on start
Last modified: 2011-03-12 00:22:07 UTC
When starting the shell with no windows, we'd enter the overview because it looked the same as closing the last window. This was unintentional, so fix by only entering the overview if we've actually closed windows.
Created attachment 183182 [details] [review] Don't show the overview on start
Created attachment 183184 [details] [review] Don't show the overview unless removing the workspace Don't enter the overview at startup, or when we we remove the last window on the first workspace, but only when we remove a desktop and there are windows on other workspaces.
Created attachment 183185 [details] [review] Don't show the overview unless removing the workspace What I meant to attach
Review of attachment 183185 [details] [review]: The code looks good and this is IMO the better option. As noted on IRC the commit message reads better when writing that as 'on the other workspaces' (and stick to either desktops or workspaces). Otherwise fine assuming no objections from the designers.
Attachment 183185 [details] pushed as 8a28022 - Don't show the overview unless removing the workspace