Looking in my home folder with ls -altr, I saw a file called .xsession-errors. Besides a couple of other warnings and errors, it shows:
[Java framework] Error in function createSettingsDocument (elements.cxx).Invoking openopffice from the command line with
javaldx failed!
openoffice4revealed the same error message.
The simple cause of the problem was that I had a folder called ".openoffice" in my user home-directory which was owned by "root" user (for whatever reaseon).
After changing the ownership back to my user,
chown -R myuser:mygroup .openofficeeverything continued to work
No comments:
Post a Comment