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

John Frankish john.frankish at outlook.com
Mon Apr 15 15:13:17 UTC 2019


> > 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?
> 
Thanks for the reply.

This distro (tinycorelinux) works like a live CD, so nothing is saved on reboot - it seems libreoffice-6.2.2.2 is creating the folders/files you mention:

$ ls -a /home/tc/.config
./       ../      gtk-3.0/

$ libreoffice
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
LibreOffice 6.2 - Fatal Error: The application cannot be started. 
component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager of type com.sun.star.ui.XModuleUIConfigurationManager2: an error occurred during file opening

$ ls -a /home/tc/.config/libreoffice
./  ../ 4/

$ libreoffice --version
LibreOffice 6.2.2.2 20(Build:2)

$ rm -rf /home/tc/.config/libreoffice

$ libreoffice
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
LibreOffice 6.2 - Fatal Error: The application cannot be started. 
component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager of type com.sun.star.ui.XModuleUIConfigurationManager2: an error occurred during file opening

$ ls -a /home/tc/.config/libreoffice
./  ../ 4/


More information about the LibreOffice mailing list