Bug 147930
| Summary: | oowriter, oocalc wrappers for ooffice do not launch respective components. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Loh Siu Yin <siuyin> |
| Component: | openoffice.org | Assignee: | Dan Williams <dcbw> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | caolanm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-16 13:00:55 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: | |||
*** This bug has been marked as a duplicate of 147889 *** close as dup |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: oowriter, oocalc symlinks to the ooffice script do not launch writer, calc etc when executed. Instead only a blank screen is presented. The bug is due to the setting of $BinSuffix in ooffice to 1.1 while the wrapper scripts installed lack the 1.1 suffix. To fix either set $BinSuffix to '' (null string) or install the wrapper symlinks as oowriter1.1, oocalc1.1 etc. Version-Release number of selected component (if applicable): openoffice.org-1.1.3-5.5.0.fc3 How reproducible: Always Steps to Reproduce: 1. Run oowriter from command line or click on writer icon on gnome desktop / menu system. 2. 3. Actual Results: Open office application runs but presents a blank screen. Expected Results: A blank writer / calc / impress document should be presented. Additional info: