Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


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/

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.