Results 1 to 5 of 5
Hello.
I have just installed OpenOffice 1.1.4
When I first installed it, it ran fine then froze as i dragged another window across the screen. It did not freeze freeze ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-21-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
Help starting OpenOffice.
Hello.
I have just installed OpenOffice 1.1.4
When I first installed it, it ran fine then froze as i dragged another window across the screen. It did not freeze freeze (hope that make sense) but the the other window I dragged left a permenant trail (like they do with very little video RAM) which did not dissapear. Open office was still working at this time. It would not close, and I couldnt get into the terminal to stop it so i did a Ctrl-Alt-BackSpace then started X again.
Now, if i try to run open office, the terminal just hangs:
I have tried doing aCode:jammin@Jupiter:/usr/share/OpenOffice-1.1.4/program$ ./soffice
even though I saw it pointless as i did a:Code:#chmod +x soffice
before I installed OO.Code:chmod 777 /usr/share/OpenOffice-1.1.4
?????????
Thanks much
<edit> Im using XFCE 4.2, Xorg 8.2 and slack 10.1
- 02-21-2005 #2Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
Ok, so after a reboot, it works fine?!?
Why is this??
Thanks much
- 02-21-2005 #3Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
It was probably still running even after you killed X. Some apps crash like this and don't exit. Use
to see if it's still running after it crashes. Use theCode:top
command to kill the PID of the application. Then you should have been able to start it again without the reboot.Code:kill
- 02-21-2005 #4Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
WOW!!!
the "top" command is excellent!!!!
Thanks much sether, NO more reboots!!!!!!!!(well, a lot less..)
- 02-21-2005 #5In addition to top, check out 'ps'. These are very useful programs in finding a rogue program to kill.
Originally Posted by Jammin1984 
^^That is the most common usage for ps. Play with it. Love it. And don't ever reboot except for kernel and hardware changes.Code:ps -aux
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
