Could it be possible to hide the menu and status bar with some shortcuts win+something when in windowed mode?
sometimes you need to have your VM windowed side to side with some other not virtualized app. and this bars get a los of space wich could be useful.
Thanks!
-a space demon using ion3 window manager on ubuntu.
hide status and menubars (or at least menu bar)
-
DalaiDakkar
- Posts: 4
- Joined: 22. Nov 2008, 07:16
-
stephanecharette
- Volunteer
- Posts: 300
- Joined: 10. Nov 2007, 22:03
- Primary OS: Ubuntu other
- VBox Version: PUEL
- Guest OSses: Ubuntu-64bit, Windows
- Location: Kelowna, British Columbia, Canada
- Contact:
Re: hide status and menubars (or at least menu bar)
I was almost certain there was a menu option to do this, but I cannot find it!DalaiDakkar wrote:Could it be possible to hide the menu and status bar with some shortcuts win+something when in windowed mode?
Perhaps the menu was there in older releases and somehow isn't there anymore? Anyone else remember this?
Stéphane
-
DalaiDakkar
- Posts: 4
- Joined: 22. Nov 2008, 07:16
Solved (kindda..)
Hi found this in another page:
Hi, I regularly don't need the menubar so I have hidden it using:
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
source: http://www.virtualbox.org/ticket/923
For me it worked like:
VBoxManage startvm xpv setextradata global GUI noMenuBar,noStatusBar
xpv=name of my virtual machine
Works like a charm! a lot of more space!
>.< the thing now is how to access the menus (for usb device connection for example) if anyone has an answer please share.
Greetings
Hi, I regularly don't need the menubar so I have hidden it using:
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
source: http://www.virtualbox.org/ticket/923
For me it worked like:
VBoxManage startvm xpv setextradata global GUI noMenuBar,noStatusBar
xpv=name of my virtual machine
Works like a charm! a lot of more space!
>.< the thing now is how to access the menus (for usb device connection for example) if anyone has an answer please share.
Greetings
-
andrewsharpe79
- Posts: 8
- Joined: 25. Nov 2008, 06:37
Menu access when noMenuBar,noStatusBar set
If you have set noMenuBar,noStatusBar you should still be able to access the menu with HostKey + <HOME>.
You may need to press <DOWN> after that combination to show the menu. See http://www.virtualbox.org/ticket/923
You may need to press <DOWN> after that combination to show the menu. See http://www.virtualbox.org/ticket/923
-
DalaiDakkar
- Posts: 4
- Joined: 22. Nov 2008, 07:16
unhide menubar
I tried that with no success =(If you have set noMenuBar,noStatusBar you should still be able to access the menu with HostKey + <HOME>.
EDIT: I found that this works indeed but only when in fullscreen mode. weird solution but works.