Description of problem: openoffice.org needs additional software installed to run How reproducible: always Steps to Reproduce: 1. try to start oowriter 2. install J2RE 3. try to start oowriter Actual results: error 1: javaldx: Could not find a Java Runtime Environment! no suitable windowing system found, exiting. error 2: no suitable windowing system found, exiting. Expected results: office starts Additional info: solution: Install jre-1.5.0_02-fcs.i586 (external) and startup-notification.i386
Actually libgcj should be sufficient, I've added a Requires on libgcj which is what should be necessary rather than the Sun java offering.
Fresh network-install of FC4T2 "Standard Desktop" Had to remove libgcj.x86_64 and to install libgcj.i386 and startup-notification.i386 to make it run.
What version was in FC4T2, I believe this to be fixed in >= 1.9.89-4, in a current rawhide package. e.g. rpm -qRp openoffice.org-core-1.9.92-2.i386.rpm | grep libgcj libgcj >= 4.0.0 rpm -qRp openoffice.org-core-1.9.92-2.i386.rpm | grep startup libstartup-notification-1.so.0
it was openoffice.org-core-1.9.89-3, it's fixed in 1.9.92-2 Thanks