libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

Stephan Bergmann sbergman at redhat.com
Mon Apr 15 09:37:55 UTC 2019


On 15/04/2019 10:35, John Frankish wrote:
> Strace log attached.

I guess the problem shows in lines like

> 10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg", F_OK) = -1 ENOENT (No such file or directory)

There is previous lines like

> 10691 mkdir("/home/tc/.config/libreoffice/4/user/psprint", 0777) = -1 EEXIST (File exists)

indicating that the user profile at ~/.config/libreoffice/4/ is present 
in general (so has been generated by a previous run of soffice), but 
lacks important parts like the user/config/soffice.cfg/ sub-dir.  What 
happens if you `rm -fr ~/.config/libreoffice` before running soffice again?


More information about the LibreOffice mailing list