I created a new user on my Fedora 21 system so I could demo Fedora and apps to coworkers without leaving my personal account exposed. After logging into the account I launched Firefox and verified connectivity without any problems. Then I launched Libre office and got the following nastygram
Code:
The application cannot be started.
LibreOffice user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart LibreOffice:
/home/fedorademo/.config/libreoffice/4
This looks like a variation of the folders being owned by root but that isn't the case with this account as everything is owned by the new account.
Code:
[fedorademo@tesseract ~]$ pwd
/home/fedorademo
[fedorademo@tesseract ~]$ cd .config
[fedorademo@tesseract .config]$ ll
total 80
<snip>
drwxrwxr-x. 3 fedorademo fedorademo 4096 Feb 9 20:12 libreoffice
<snip>
[fedorademo@tesseract .config]$ cd libreoffice
[fedorademo@tesseract libreoffice]$ ll
total 4
drwx------. 3 fedorademo fedorademo 4096 Feb 9 20:12 4
[fedorademo@tesseract libreoffice]$ cd 4
[fedorademo@tesseract 4]$ ll
total 4
drwxrwxr-x. 9 fedorademo fedorademo 4096 Feb 9 20:42 user
[fedorademo@tesseract 4]$ cd user
[fedorademo@tesseract user]$ ll
total 32
drwxrwxr-x. 2 fedorademo fedorademo 4096 Feb 9 20:42 autotext
drwxrwxr-x. 3 fedorademo fedorademo 4096 Feb 9 20:42 basic
drwxrwxr-x. 2 fedorademo fedorademo 4096 Feb 9 20:42 config
drwxrwxr-x. 3 fedorademo fedorademo 4096 Feb 9 20:42 database
drwxrwxr-x. 2 fedorademo fedorademo 4096 Feb 9 20:12 extensions
drwxrwxr-x. 2 fedorademo fedorademo 4096 Feb 9 20:42 gallery
-rw-------. 1 fedorademo fedorademo 329 Feb 9 20:42 registrymodifications.xcu
drwxrwxr-x. 2 fedorademo fedorademo 4096 Feb 9 20:12 uno_packages
[fedorademo@tesseract user]$ cd config
[fedorademo@tesseract config]$ ll
total 404
-rw-r--r--. 1 fedorademo fedorademo 4308 Jan 16 18:28 arrowhd.soe
-rw-r--r--. 1 fedorademo fedorademo 48408 Jan 16 18:27 autotbl.fmt
-rw-r--r--. 1 fedorademo fedorademo 30852 Jan 16 18:28 classic.sog
-rw-r--r--. 1 fedorademo fedorademo 13132 Jan 16 18:28 cmyk.soc
-rw-r--r--. 1 fedorademo fedorademo 4408 Jan 16 18:28 gallery.soc
-rw-r--r--. 1 fedorademo fedorademo 5238 Jan 16 18:28 hatching.soh
-rw-r--r--. 1 fedorademo fedorademo 10766 Jan 16 18:28 html.soc
-rw-rw-r--. 1 fedorademo fedorademo 2329 Feb 9 20:12 javasettings_Linux_X86_64.xml
-rw-r--r--. 1 fedorademo fedorademo 2334 Jan 16 18:28 libreoffice.soc
-rw-r--r--. 1 fedorademo fedorademo 6840 Jan 16 18:28 modern.sog
-rw-r--r--. 1 fedorademo fedorademo 5271 Jan 16 18:28 palette.soc
-rw-r--r--. 1 fedorademo fedorademo 31320 Jan 16 18:28 scribus.soc
-rw-r--r--. 1 fedorademo fedorademo 155895 Jan 16 18:28 standard.sob
-rw-r--r--. 1 fedorademo fedorademo 11461 Jan 16 18:28 standard.soc
-rw-r--r--. 1 fedorademo fedorademo 2426 Jan 16 18:28 standard.sod
-rw-r--r--. 1 fedorademo fedorademo 4984 Jan 16 18:28 standard.soe
-rw-r--r--. 1 fedorademo fedorademo 5080 Jan 16 18:28 standard.sog
-rw-r--r--. 1 fedorademo fedorademo 2171 Jan 16 18:28 standard.soh
-rw-r--r--. 1 fedorademo fedorademo 1708 Jan 16 18:28 styles.sod
-rw-r--r--. 1 fedorademo fedorademo 2331 Jan 16 18:28 tango.soc
-rw-r--r--. 1 fedorademo fedorademo 14420 Jan 16 18:28 web.soc
[fedorademo@tesseract config]$
And so on
I've tried it with an admin account and a standard account in Fedora 21 and both fail.
I tried it with a standard account in Fedora 20 and it worked.
Fedora 20 is running a slightly older version of Libreoffice 4.2.8.2-2.fc20
Fedora 21 is running 4.3.5.2-11.fc21. Any thoughts on how to troubleshoot this would be appreciated. Right now I can't tell if it is a LibreOffice problem or a Fedora problem. Thanks for reading