Post date: 02-Aug-2011 14:30:25
Chances are that using Unity you've noticed that sometimes it takes too much mouse travel, just to get to an application menu item, all the way to the top of the screen. This is especially true if you use mostly non-maximized windows. Fortunately the Unity Global Application Menu can be disabled by simply uninstalling it. This won't break anything but will force Unity to leave menus in the applications. In order to do that follow these steps:
sudo apt-get remove indicator-appmenu
sudo apt-get autoremove
Enjoy your less globalized desktop.
If you decide that you want to re-enable the global application menu at a later time you simply have to install "indicator-appmenu" again. This is done simply by doing this:
sudo apt-get install indicator-appmenu
Done.