GNOME Bugzilla – Bug 690344
App menu shouldn't include VM specific items
Last modified: 2016-03-31 13:54:07 UTC
Properties and Force Shutdown are VM specific shortcuts (maybe even Fullscreen, as it's only available when something is playing). Those should instead be in a menu button in the toolbar (in fact, fullscreen and properties are already are).
" Force Shutdown" is already removed in 3.7.x. IIRC Marc-Andre was against removing "Force Shutdown" so I'd like to hear what he has to say on this.
(In reply to comment #1) > " Force Shutdown" is already removed in 3.7.x. IIRC Marc-Andre was against > removing "Force Shutdown" so I'd like to hear what he has to say on this. not much, as you said, force shutdown has already been moved. Fullscreen was in the original design, iirc, ask the designers.
I agree all of these are in the context of the VM/window. For purity's sake, even fullscreen, that was originally put in the app menu in the design, should probably find space in a toolbar.
Created attachment 232949 [details] [review] app: Remove 'fullscreen' & 'properties' from global menu These are VM-specific and don't really belong in the global menu.
Review of attachment 232949 [details] [review]: This just removes the actions, not the menus, like in: display_section.append (_("Properties"), "app.display.properties"); display_section.append (_("Fullscreen"), "app.display.fullscreen");
(In reply to comment #5) > Review of attachment 232949 [details] [review]: > > This just removes the actions, not the menus, like in: > display_section.append (_("Properties"), "app.display.properties"); > display_section.append (_("Fullscreen"), "app.display.fullscreen"); Oh? in practice, I didn't see the menu items after this patch though. weird.
Created attachment 233236 [details] [review] app: Remove 'fullscreen' & 'properties' from global menu These are VM-specific and don't really belong in the global menu.
Review of attachment 233236 [details] [review]: ack
Attachment 233236 [details] pushed as 6b9f9bd - app: Remove 'fullscreen' & 'properties' from global menu