Comment 43 for bug 236676

Revision history for this message
Stunts (f-pinamartins) wrote :

You were right!
Some files were found:
francisco@MegalaptopII:~$ find /home/francisco -uid 0
/home/francisco/.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator
/home/francisco/.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB
/home/francisco/.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB/current.xml

using:
francisco@MegalaptopII:~$ chown francisco:francisco .openoffice.org2 -R
chown: changing ownership of `.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB/current.xml': Operation not permitted
chown: changing ownership of `.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB': Operation not permitted
chown: changing ownership of `.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator': Operation not permitted

had to change the permissions with sudo (which somewhat makes sense...)

However, changing owners back to my main user did not let me run openoffice.org again.
I'm still getting the very same error message.