Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 192833
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: OpenOffice Team <openoffice@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: George Deligeorgis <deligeo@physics.uoc.gr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 192833 depends on: Show dependency tree
Bug 192833 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-09-17 16:46 0000
The oofice script contains a wrong reference to
/usr/lib/openoffice/program/soffice as a result the script dies when invoked

Line 4 in /usr/bin/oofice is: /usr/lib/openoffice/program/soffice "$@"
whereas the correct is:       /usr/bin/soffice  "$@"


George

------- Comment #1 From Andreas Proschofsky 2007-09-17 16:53:32 0000 -------
Am I right that you use AMD64? If yes, try to fix the script to use
/usr/lib64/openoffice/program/soffice (if that is the right path), that should
be the correct way to do it. (And tell me if it helps). Forgot about that, oops

------- Comment #2 From George Deligeorgis 2007-09-17 16:58:37 0000 -------
Yes you're right amd64.

/usr/lib64/openoffice contains only a share directory.

which soffice --> returns /usr/bin/soffice

Glad I can help Andreas. ;-)

------- Comment #3 From George Deligeorgis 2007-09-17 17:00:12 0000 -------
Sorry for the multiple posting,

Forgot to clarify:

I have already checked this and it works OK using the
correction on my first post.

------- Comment #4 From George Deligeorgis 2007-09-17 17:03:07 0000 -------
Also tried:
/usr/lib32/openoffice/program/soffice  "$@"

works as expected.

I think this is what you had in mind.

------- Comment #5 From Andreas Proschofsky 2007-09-17 17:12:41 0000 -------
(In reply to comment #4)
> Also tried:
> /usr/lib32/openoffice/program/soffice  "$@"
> 
> works as expected.
> 
> I think this is what you had in mind.
> 

Yes this is what I had in mind, and yes this is the correct way to do.
/usr/bin/soffice is just a symlink

------- Comment #6 From Andreas Proschofsky 2007-09-18 05:38:31 0000 -------
This is fixed now, please give the mirrors some time, sync and re-emerge

Thanks for reporting

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug