2

All of a sudden (or so it seems), the LibreOffice modules won't start. All I get is the LibreOffice community banner for a second and then nothing. It has been working just fine up until today and I have no idea what changed. The version is

LibreOffice 7.3.6.2 30(Build:2)

This is what happens if I run it from the command prompt:

$ libreoffice
terminate called after throwing an instance of 'com::sun::star::deployment::DeploymentException'
Unspecified Application Error
John Birberg
  • 23
  • 1
  • 4

2 Answers2

2

Make sure you have libraoffice-gtk3 installed as this is a dependency and does throw those error messages.

sudo apt install libreoffice-gtk3

Let us know if you have sorted it out.

0

You may have an extension installed for the user locally, while the same extension was installed in the system in the meantime. Try removing the LibreOffice profile folders at ~/.libreoffice and ~/.config/libreoffice.

Jack
  • 16