I recently upgraded from Ubuntu 12.04 to Ubuntu 12.10 and discovered that LibreOffice (version 3.6.2) now has an integrated “global menu” (the menu is located in the panel on the top of the screen). I would like the menu to show at the top of each window instead. How can I achieve this?
You could try uninstalling the package libreoffice-gtk
, which will make LibreOffice look a bit ugly.
Go into the Software Center, look for this package (eventually clicking “show technical packages”) and uninstall it.
I solved it, removing libreoffice 3.6.2 and installing 3.5.2 with synaptic
Run this:
$ sudo apt-get remove indicator-appmenu
After that close current session and login again.