LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Staroffice multiple user access (https://www.linuxquestions.org/questions/linux-general-1/staroffice-multiple-user-access-18680/)

zLinuxz 04-16-2002 05:49 PM

Staroffice multiple user access
 
Hi all,
I hope you guys can help me with this. I downloaded Staroffice and installed it in the /usr/local folder so that all users may access the program and work with it.
The problem is that after i change from root to my personal user, and I run staroffice it always says there are some instalation files missing and then it automatically quits. I run it again as root and it runs fine!!, but it never wants to run under another user!! it always says it's missing some instalation files.
I appreciate all your help guys!, thanks!

zLinuxz:confused:

Aussie 04-16-2002 08:08 PM

If you want a system install you should install SO as root with the --network switch, then you have to do a smaller install as each user to install the needed components into their ~/.

zmedico 04-17-2002 05:05 PM

Here is a duplicate thread:
http://www.linuxquestions.org/questi...=&postid=81160

I found that you can copy the ".sversionrc" file to everyone's home directory and it works fine.

Also, apparently people need "write" access to the Star Office directory tree. In order to accomplish this, I made a group called "soffice" and added all users who use Star Office to that group. THen I did this:

find /usr/local/staroffice6.0 -type d | xargs chgrp soffice
find /usr/local/staroffice6.0 -type d | xargs chmod g+rwxs
find /usr/local/staroffice6.0 -type d | xargs chmod +t

This gave me some error messages because "find" didn't quote the file names that contained spaces, but Star Office still worked okay.

You can get the latest release from http://www.openoffice.org/


All times are GMT -5. The time now is 10:49 AM.