LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SOLVED: OOo v3.0 FATAL ERROR: Unable to determine user interface language (https://www.linuxquestions.org/questions/linux-software-2/solved-ooo-v3-0-fatal-error-unable-to-determine-user-interface-language-704421/)

stress_junkie 02-13-2009 08:47 AM

SOLVED: OOo v3.0 FATAL ERROR: Unable to determine user interface language
 
The problem is caused by incorrect permissions on the files in /usr/lib/ooo-3.0. The following two lines, executed as root or sudo, will fix the problem.
Code:

find /usr/lib/ooo-3.0 -exec chmod -c a+r {} \;
find /usr/lib/ooo-3.0 -type d -exec chmod -c a+rx {} \;



All times are GMT -5. The time now is 04:42 PM.