Author Topic: openoffice won't launch revisited [solved]  (Read 1215 times)

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
openoffice won't launch revisited [solved]
« on: May 24, 2010, 11:06:54 AM »
openoffice.org3 starts splash screen appears disappears and nothing. There is no error message even launching from the shell. ps -e does not show any openoffice executable still running.

I reinstalled Openoffice.org with get Openoffice. deleted the .ooo3 folder still the same result.

PCLOS 2010 fully up-to-date and current repo version of ooo. Running kernel 2.6.33.4-pclos1.pae my hardware is able to run a 64bit system and I have more than 4GB of ram.
« Last Edit: May 31, 2010, 11:21:15 PM by stealth »

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: openoffice won't launch revisited
« Reply #1 on: May 27, 2010, 12:40:00 PM »
Does no one have any suggestions? I can't get Openoffice to open. Help!

Offline Tuxfriend

  • Hero Member
  • *****
  • Posts: 1256
Re: openoffice won't launch revisited
« Reply #2 on: May 27, 2010, 12:51:04 PM »
Maybe a reinstall of Java does the trick?
Best regards

Eddie

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: openoffice won't launch revisited
« Reply #3 on: May 27, 2010, 12:59:21 PM »
Tried it no joy.

wwwauthor

  • Guest
Re: openoffice won't launch revisited
« Reply #4 on: May 27, 2010, 01:18:40 PM »
stealth is not alone, exact same thing here.
and i used it last week so had to be within last few updates.
hmmm.

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15310
  • ┌∩┐(◕_◕)┌∩┐
Re: openoffice won't launch revisited
« Reply #5 on: May 27, 2010, 01:30:59 PM »
Have you tried running it from a Konsole?

Or you could try creating a new user account and running it from there.

PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

wwwauthor

  • Guest
Re: openoffice won't launch revisited
« Reply #6 on: May 27, 2010, 02:21:26 PM »
whatever it is after a reboot, it's much worse, it now affects all of KDE Desktop.

btw.  mv .kde4 .kde4_old makes zero difference.

also .. in this safemode(session)
 
$ openoffice.org3 &    #works without an issue!
« Last Edit: May 27, 2010, 02:27:24 PM by wwwauthor »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: openoffice won't launch revisited
« Reply #7 on: May 27, 2010, 05:40:20 PM »
In a regular user session, do this from a console:

/opt/openoffice.org3/program/soffice.bin -writer &

You should see error message(s) in console.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: openoffice won't launch revisited
« Reply #8 on: May 27, 2010, 05:44:24 PM »
/opt/openoffice.org3/program/soffice.bin -writer &

[1]+  Exit 78

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: openoffice won't launch revisited
« Reply #9 on: May 27, 2010, 06:02:37 PM »
OK. If you do openoffice.org3 & ,

Tools>Options

(left panel) OpenOffice.org>Java

Is "Use a Java runtime environment" checked?
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

wwwauthor

  • Guest
Re: openoffice won't launch revisited
« Reply #10 on: May 27, 2010, 06:30:37 PM »
$cat ~/.ooo3/user/config/javasettings_Linux_x86.xml | grep enabled
<enabled xsi:nil="true"/>
$cat ~/.ooo3/user/config/javasettings_Linux_x86.xml | grep location
<location>file:///usr/lib/jvm/java-1.6.0-sun-1.6.0.19/jre</location>

Because going to "Tools>Options (left panel) OpenOffice.org>Java"
would imply the GUI opened! which it will not.

wwwauthor

  • Guest
Re: openoffice won't launch revisited
« Reply #11 on: May 27, 2010, 07:02:26 PM »
LOL

rm -f ~/.gtkrc-2.0-kde4
rm -f ~/.kde4/env/gtk-qt-engine.rc.sh

openoffice now works..

and desktop looks yucky lol

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: openoffice won't launch revisited
« Reply #12 on: May 27, 2010, 10:16:18 PM »
$cat ~/.ooo3/user/config/javasettings_Linux_x86.xml | grep enabled
<enabled xsi:nil="true"/>
$cat ~/.ooo3/user/config/javasettings_Linux_x86.xml | grep location
<location>file:///usr/lib/jvm/java-1.6.0-sun-1.6.0.19/jre</location>

Because going to "Tools>Options (left panel) OpenOffice.org>Java"
would imply the GUI opened! which it will not.

I was aiming that one at stealth, since he is able to execute it. Glad you found a fix, though.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: openoffice won't launch revisited
« Reply #13 on: May 28, 2010, 01:17:59 AM »
OK. If you do openoffice.org3 & ,

Tools>Options

(left panel) OpenOffice.org>Java

Is "Use a Java runtime environment" checked?


That would require Openoffice to launch and for me to be able to get into it. Therein lies the problem.

I tried a temp user account and OOO launched and came up.

So what else do I need to delete from my user account besides .ooo3 ? Because that is where the problem is.

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: openoffice won't launch revisited
« Reply #14 on: May 28, 2010, 01:40:52 AM »
What happened to Texstar? Is he alright? He never replied after I answered his question.