5

I do not have the menu bar of LibreOffice in the top panel of my Unity desktop (the Global Menu functionality). Though I have installed lo-menubar.

Those are the characteristics of my system:

  • Ubuntu 11.04.
  • LibreOffice 3.3.3 installed from the appropriate PPA.
  • lo-menubar 0.1.1~pre1-0ubuntu2.

How do I fix it?

Jorge Castro
  • 73,717
Agmenor
  • 16,394

1 Answers1

4

It works now simply by removing the lo-menubar package and installing it again :

sudo apt-get remove lo-menubar

Then

sudo apt-get install lo-menubar


Why this happend?

As I suppose the lo-menubar is like a plugin for libreOffice. When you updated the program, the plugin needs to be re-installed, this solution worked for me after trying it.

And this must be done when you install this package by the above command :

 Synchronizing repository for bundled extensions



  Enabling: menubar
   Enabling: Jobs.xcu
   Enabling: menubar.uno.so

unopkg done.

This what I can explain for now.

Binarylife
  • 16,662