First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 32418
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: OpenOffice Team <openoffice@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mark Hughes <mhughes@hugheshome.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 32418 depends on: Show dependency tree
Bug 32418 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: 2003-10-31 12:01 0000
I suspect that this may not be the right place for this.  If so, just tell me
where it should go and squash it.  

The default ebuild adds a links and icons to gnome's Application -> Office
menu.  The "OpenOffice.org 1.1.0 From Template" launcher has an extra "o" in
the command line.  It should read: "/usr/bin/ooffice slot:5500" NOT :
"/usr/bin/oooffice slot:5500"

------- Comment #1 From Yi Quang (RETIRED) 2003-12-24 23:20:53 0000 -------
Looks like a issue with openoffice install scripts for the gnome menus, I don't
see anything wrong in the ebuild, can anyone confirm?

------- Comment #2 From Paul de Vrieze 2003-12-25 13:49:38 0000 -------
I can confirm the bug. Although I don't really know the cause.

------- Comment #3 From Andreas Proschofsky 2004-01-13 17:26:59 0000 -------
The following perl line causes that:

perl -pi -e "s:${INSTDIR}/program/s:/usr/bin/oo:g" ${x}

The problem is, that soffice is the only program which already has  on "o" in the name, so if you exchange "s" for "oo" you get "oooffice" instead of "ooffice" while "swriter" is correctly mapped to "oowriter" and so on. So we will have to provide a special case for ooffice.

This should also be broken in the KDE menu entry

------- Comment #4 From Andreas Proschofsky 2004-01-17 09:32:30 0000 -------
This is fixed now in cvs, thanks for the report, closing

First Last Prev Next    No search results available      Search page      Enter new bug