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?
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to