Bug 151599

Summary: openoffice misses additional software
Product: [Fedora] Fedora Reporter: Quereller <marco_meyerhofer>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-23 15:03:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Quereller 2005-03-20 17:20:33 UTC
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

Comment 1 Caolan McNamara 2005-03-21 08:57:56 UTC
Actually libgcj should be sufficient, I've added a Requires on libgcj which is
what should be necessary rather than the Sun java offering.

Comment 2 Quereller 2005-04-16 17:35:30 UTC
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.


Comment 3 Caolan McNamara 2005-04-18 08:52:56 UTC
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


Comment 4 Quereller 2005-04-23 15:03:05 UTC
it was openoffice.org-core-1.9.89-3, it's fixed in 1.9.92-2

Thanks