1

I'd like to always see the application menu, but by default that's hidden until I mouse onto the top line of the screen. Perhaps this is aesthetically pleasing, but it sucks in terms of usability.

I saw this old question about the same problem but the solutions there must be outdated. At least they don't work on my 14.04 system.

The purge-and-reinstall trick didn't work for me, it's the same as before.

How can I make the LibreOffice application menu always be visible?

2 Answers2

2

You can disable the global menu for all applications. Look here.

You can also make the menu appear on the window title bar, by going to Appearance > Behaviour.

nastys
  • 5,427
  • 3
  • 20
  • 28
1

Whilst this question is very specific about always displaying the menu in LibreOffice, you now have the ability in 14.04 (as long as you are fully up-to-date) to switch on the global & local window menus permanently on a Unity wide basis.

This ability was back-ported from 15.04 which has this ability (and is set permanently on)

To switch on permanently:

gsettings set com.canonical.Unity always-show-menus true

To switch off i.e. to autohide:

gsettings set com.canonical.Unity always-show-menus False
fossfreedom
  • 172,746