Disable menu bar in gnome-terminal
You can easily hide menu bar for gnome-terminal at a runtime. Obviously it’s rarely used and you can save some screen space by hiding it.
To hide it for newly opened terminal windows by default change this flag in gnome config:
/apps/gnome-terminal/profiles/Default/default_show_menubar
to false.
gconftool --type boolean --set /apps/gnome-terminal/profiles/Default/default_show_menubar false
August 29th, 2011 at 9:51 pm
Thanks a lot for the tip !!
January 7th, 2012 at 1:24 pm
Perfect, thanks!
January 28th, 2012 at 3:07 pm
Thanks a bunch, now I can use gnome-terminal and having it configured to look like my aterm setup 😀
March 7th, 2012 at 5:03 am
Great tip, thanks!