24

My LibreOffice installation looks like Windows 95. The rest of my Xubuntu looks okay. Why? How can I fix it?

current Libreoffice looks
Click on the image for a full-resolution picture.

On the screenshot Leafpad and Calculator are open for comparison.

Libreoffice Xubuntu dialog window
Click on the image for a full-resolution picture.

Libreoffice Xubuntu main screen
Click on the image for a full-resolution picture.

Honza Javorek
  • 1,357
  • 3
  • 12
  • 23

4 Answers4

33

By investigating with Synaptic and trial & error method I came up with the solution:

sudo apt-get install libreoffice-style-tango libreoffice-gtk libreoffice-gtk3

I have no idea why these packages were missing. I hope this helps someone.

Zanna
  • 72,312
Honza Javorek
  • 1,357
  • 3
  • 12
  • 23
7
sudo apt install --no-install-recommends libreoffice-gtk3

Just install what is needed to make your LibreOffice beautiful again.

Works on (X|L)Ubuntu 18.04+.

Alexsoyes
  • 171
2
sudo apt-get install libreoffice-gtk

Also upper command line works for lubuntu (LXDE). For example with flat gtk theme 'victory' and 'papirus' icons LibreOffice looks great.

Ia Boo
  • 21
1

The minimum requirements to get the correct look for LibreOffice in Xubuntu is libreoffice-gtk along with either libreoffice-style-tango or libreoffice-style-human

chaskes
  • 15,536