GNOME Bugzilla – Bug 605551
gnome-shell Applications segment in Activities inconsistency with gedit
Last modified: 2015-03-31 20:18:07 UTC
Description: If you have a gedit opened and selected and then go to Activities overlay and try to open a new window from menu it opens a new tab instead. OS: Linux Ubuntu 9.10 Build: 23.12.2009 Reproduce: 1. Open a gedit instance 2. Make two tabs in gedit and modify them so create new document will really open a new tab ( so the result will be more apparent ) 3. Keep gedit selected 4. Go to Activities 5. Right click on gedit icon in opened applications 6. Select New Window from the menu Actual Result: A new tab is opened in an already opened (and currently selected) gedit window Expected Result: A new instance (window) of gedit should be opened
i believe this is NOTABUG, or at least not the bug you think it is; the intent of the "New Window" option in the shell is to do the same thing as File->New in the application, and in gedit that means new tab rather than new window. It's confusing that the shell claims "New Window" in this case though; it would be nice if it could know that gedit would create a new tab rather than a new window
The part that is confusing is that if you have some other application selected then it opens a new window and in the case described above it opens a new tab... That inconsistency made me think that it's a bug since I didn't see this behaviour elsewhere.
OK that sounds a bit confusing... What I meant by inconsistency was if I have another application selected while gedit is running and go through steps 1 to 6 it opens a new window but if I have gedit selected it opens a new window... Same application, same steps and only different application selected and it behaves differently... Since activities view somehow represents all workspaces it would be better if activities view wouldn't bother with which application is currently selected and behave as if no application is currently selected.
Sorry once more: ...opens a new window but if I have gedit selected it opens a new tab not a window...
Probably we should change the shell to just say "New...". Opinions? Another alternative here is we require apps to opt in to the feature, and thus tell us exactly what they support (key in the .desktop file probably).
Does the new app menu stuff interact with this at all?
I think this bug does not exist in GNOME 3.16 now.
Indeed, though it was only fixed very recently. *** This bug has been marked as a duplicate of bug 744184 ***