LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   OpenOffice Failure (https://www.linuxquestions.org/questions/linux-software-2/openoffice-failure-95775/)

kajensen 09-23-2003 02:40 AM

OpenOffice Failure
 
Hi,

After many futile attempts, I finally configured and installed OpenOffice via terminal and its GUI interface (wizard).

But where is the application? I've combed through my Program menu and submenus, my desktop. . .

Where is it supposed to be and how am I supposed to open it?

Thanks.

guygriffiths 09-23-2003 04:23 AM

You will possibly need to add it to the menus yourself. If you're using KDE, right-click on the 'K' button (or the red hat if you're using redhat) and select Menu Editor. I don't know how to do this in Gnome, sorry, but it's probably not too tricky.

Anyway, to find where it installed to, go into a console as root, and type:
updatedb
And then:
locate openoffice | grep bin
That should give you a list of files containing the word 'openoffice', and also 'bin' (you want the executable files). They should be somewhere like /usr/bin or /usr/local/bin. There should be a few of them, hopefully it'll be easy to tell which file is which. You can now add these to the menu.

If this comes up with no results, try doing a broader search, eg: "locate office | grep bin", "locate openoffice", etc. These should give lots of results, but you should find the files you want. Remember, they will almost certainl be in a "bin" directory

If this doesn't work, I'd probably try:
cd /usr/bin
ls -lt
To list by modification time. Try and find some files matching the time you installed it.
Try the same thing in /usr/local/bin, /bin and you should find the files.
Guy

lachlan 09-23-2003 04:32 AM

If you have installed it properly ,you could right click on your desktop,select run command and input soffice.Another way is to double click on the OpenOffice folder in the directory where you installed it from and start soffice from there.

Lachlan

Vlad_M 09-23-2003 06:30 AM

or just use the app names, like oowriter, oocalc etc...


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