Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Missing menu bar in virtualbox

  1. #1
    Join Date
    Jul 2015
    Beans
    15

    Missing menu bar in virtualbox

    Does anyone have any idea what is causing this? It just dissappeard, and did not come back. Otherwise, VirtualBox works fine.


    Screenshot from 2017-01-21 17-14-41.jpg

    Thanks

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing menu bar in virtualbox

    Thread moved to Virtualisation.

  3. #3
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing menu bar in virtualbox

    Copy and paste this command into the terminal:

    Code:
    initctl restart unity-panel-service
    does that bring the menu bar back?

  4. #4
    Join Date
    Jul 2015
    Beans
    15

    Re: Missing menu bar in virtualbox

    No unfortunately. It is still gone. Restarting does not help.

    Thanks

  5. #5
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing menu bar in virtualbox

    To be clear the bar you are talking about is the one that has the x, minus and maximize buttons on it right?

  6. #6
    Join Date
    Jul 2015
    Beans
    15

    Re: Missing menu bar in virtualbox

    No, I am talking about the one with the start, new and settings buttons. In my screenshot they are missing.

    IlikeTech

  7. #7
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing menu bar in virtualbox

    Please go into the following file and make sure that both say true then save and exit.

    XML config is located in: ~/.config/VirtualBox/VirtualBox.xml
    Code:
    sudo -H home/username/.config/VirtualBox/VirtualBox.xml
    Code:
    <ExtraDataItem name="GUI/Toolbar" value="true"/>
    <ExtraDataItem name="GUI/Statusbar" value="true"/>
    I hope the file is still located their I can not confirm it on the system I am on at the moment.

    Make sure that you have virtualbox completely shut down before you do the above procedure.
    Last edited by wildmanne39; January 22nd, 2017 at 12:50 AM.

  8. #8
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: Missing menu bar in virtualbox

    Quote Originally Posted by wildmanne39 View Post
    XML config is located in: ~/.config/VirtualBox/VirtualBox.xml
    ...
    Code:
    <ExtraDataItem name="GUI/Toolbar" value="true"/>
    <ExtraDataItem name="GUI/Statusbar" value="true"/>
    I hope the file is still located their I can not confirm it on he system I am on at the moment.
    That's where it is on my system.
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

  9. #9
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing menu bar in virtualbox

    Quote Originally Posted by halogen2 View Post
    That's where it is on my system.
    Thanks for confirming the file is still in the same location.

  10. #10
    Join Date
    Jul 2015
    Beans
    15

    Re: Missing menu bar in virtualbox

    WOOT! fixed! I did not have the status bar option, but toolbar was false. It is fixed now.

    Thanks for your time!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •