Tags
7
apache
automatic
boot
change
cinnamon
consumer
customize
Debian
delete
desktop
disable
files
Firefox
install
ISPConfig 2
ISPConfig 3
Linux & Unix
Linux & Unix
manager
menu
metro
mint
MySQL
OpenVZ
password
postfix
powershell
preview
pure-ftpd
registry
remove
screen
script
search
Shell
system
Thunderbird
Ubuntu
virtualbox
Vista
Windows
Windows 7
Windows 8
XP
Meta
Posts Tagged ‘global menu’
Remove global menu in Ubuntu’s Unity desktop environment (Linux)
Tuesday, July 31, 2012 posted by CSch
The default settings in the Unity desktop environment move a window’s control panel away from the actual window up to the top panel of the screen – this is called ‘global menu’.
Since that is a major change of paradigm and might hinder your workflow if you decided to switch, here is how to reverse the settings:
Open a terminal and enter following command:
sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt
Afterwards you need to log out or reboot your machine. To enable it again if you should change your mind, just reinstall the packages:
sudo apt-get install appmenu-gtk appmenu-gtk3 appmenu-qt
Comment 1
