https://issues.apache.org/ooo/show_bug.cgi?id=124948
--- Comment #3 from tseeling <[email protected]> --- the following as root solved the issue, most probably the last command. # chmod -R a+r /opt/openoffice4 # chmod -R u+w /opt/openoffice4 # find /opt/openoffice4 -type d | xargs chmod a+rx # chown -R root.root /opt/openoffice4 # rm -fr ~tseeling/.openoffice/ AOO started, went over the splash screen, asked my name, and works now as user tseeling. Thanks! -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
