On Thu, 2005-12-15 at 12:14 -0800, David Kann wrote: > Anyone: > > I have a Linux machine which is running O.O. 1.1. I downloaded O.O. 2.0 > and followed the instructions for unpacking and installing the program. > According to the screen, everything went as it should and the program > was successfully installed. However, for I can't find it. It didn't > overwrite the earlier version, and I can find no folder where the > installed 2.0 landed. >
The default location is in /opt. However, you should be able to simply enter soffice on the commandline to start OOo. This is a link to /etc/openoffice.org-2.0/program/soffice. If you want you can link to /etc/openoffice.org-2.0/program/soffice/swriter or make a shell script to invoke writer. For example, #/bin/sh soffice -writer $1 would open the file specified by $1 in OOo Writer. Hope this helps. -- PLEASE KEEP MESSAGES ON THE LIST. OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
