Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-12-2006, 08:07 PM
|
#1
|
LQ Newbie
Registered: Feb 2006
Distribution: RHEL 4
Posts: 15
Rep:
|
Openoffice 2.0.2 doesn't start on RHEL 4
I have the following system:
DEll 380 Work Station
RHEL 4
Gnome desktop
I installed Openoffice 2.0.2. When I select one of the Openoffice components, nothing happens. No error messages, nothing. Since I'm new to RHEL, I followed the instructions at Openoffice.org carefully, at least I think I did. Openoffice 1.1.2 ran Ok.
|
|
|
04-12-2006, 10:01 PM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Run the command "ooffice" (or "soffice" on some systems) from the command line and post the output.
|
|
|
04-13-2006, 06:30 AM
|
#3
|
LQ Newbie
Registered: Feb 2006
Distribution: RHEL 4
Posts: 15
Original Poster
Rep:
|
Ok. I opened a terminal window and navigated to the soffice directory. I type in:
./soffice
Nothing happens and I don't get a prompt afterwards. So, I restart the terminal window and type in:
./soffice.bin
soffice loads and I can start the writer from within soffice. But, I can't start swriter from the terminal. There is not an swriter.bin either. Here is some additional info from my launcher, which doesn't work either 
Launcher Properties:
> command: openoffice.org -2.0 -writer %U
|
|
|
04-13-2006, 08:03 AM
|
#4
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Quote:
So, I restart the terminal window
|
Tip: No need to restart the terminal--just do ctrl-Z to get it to stop whatever it was trying to do.
How about permissions? Do you have execute permissions on all the relevant files?
Also, OOo is kind of slow and lazy....It takes several seconds to do anything noticeable when you start one of the startup scripts. a little disconcerting until you get used to it. Wait maybe 10-15 seconds before concluding that nothing is happening.
|
|
|
04-13-2006, 09:29 AM
|
#5
|
LQ Newbie
Registered: Feb 2006
Distribution: RHEL 4
Posts: 15
Original Poster
Rep:
|
My permissions are set to executable. In order for me to get Openoffice to work, I have to type in:
soffice.bin -swriter
The launcher icon doesn't work. I can't even edit the launcher properties to change it since it's greyed out. What does "openoffice.org -2.0 -writer %U" mean in the launcher properties? How can I modify the launcher properties? Many thanks.
|
|
|
04-13-2006, 09:49 AM
|
#6
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
Quote:
Originally Posted by pixellany
Tip: No need to restart the terminal--just do ctrl-Z to get it to stop whatever it was trying to do.
|
ctrl-z will suspend the foreground process, returning control to the shell. It won't stop it, in the sense of terminating it. The way to kill the suspended process is to use the "jobs" command to see what is still hanging around (running or stopped in the background) and use "kill %n", where n=job number.
Peace...
|
|
|
04-13-2006, 02:53 PM
|
#7
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
To find out where swriter is located do
Code:
#find / -name swriter
If you installed from the OOo rpms, then it should be found at /opt/openoffice.org2.0/program/swriter.
|
|
|
04-13-2006, 08:47 PM
|
#8
|
LQ Newbie
Registered: Feb 2006
Distribution: RHEL 4
Posts: 15
Original Poster
Rep:
|
Thankyou. I was able to locate swriter. How can I modify the launcher properties to put in the correct command? Everything is grey'ed out.
|
|
|
All times are GMT -5. The time now is 07:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|