gnome-terminal keeps the menubar even when the profile is configured to hide it

10,334

In my case it was related to Eliminate the top "mac-ish" file/edit/view/... menu after installing gnome?

When I moved my top bar away with Alt + Right click (for example to the right side of the screen) an extra menubar showed up on the top of the screen. It was probably hidden under the top bar I moved away.

After running sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt and a reboot gnome-terminal --hide-menubar worked again :-)

Share:
10,334
feniix
Author by

feniix

I am an Argentinian SysAdmin living in Buenos Aires

Updated on September 18, 2022

Comments

  • feniix
    feniix almost 2 years

    I am running gnome classic on 11.10 and even though I have configured the gnome-terminal profile to hide the menu bar it shows it.

    Even when I open the gnome-terminal --hide-menubar it shows the menu bar.

    Any idea how to resolve that?

    I even used gconf-editor to see if there is a problem with the profile but it has the parameter to show the menubar by default in false.

    • Admin
      Admin over 12 years
      This doesn't solve your problem, but you could always use xterm if you don't like the menu.
    • Admin
      Admin over 12 years
      thanks @bntser but I really like gnome-terminal, and if I were to use another terminal I'd use roxterm or eterm :)
    • Admin
      Admin over 12 years
      This is very annoying. I found a bug report for this issue here bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/875070
    • Admin
      Admin over 12 years
      I even used gconf-editor to see if there is a problem with the profile but it has the parameter to show the menubar by default in false.may be i can help you.
  • El Yobo
    El Yobo over 12 years
    Thanks, that's been hacking me off since I upgrade to gnome 3.
  • v2r
    v2r almost 10 years
    Excellent! Works on 11.10!