Bug 32418 - OpenOffice 1.1.0 Gnome Launcher Path Incorrect
Bug#: 32418 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: openoffice@gentoo.org Reported By: mhughes@hugheshome.net
Component: Applications
URL: 
Summary: OpenOffice 1.1.0 Gnome Launcher Path Incorrect
Keywords:  
Status Whiteboard: 
Opened: 2003-10-31 12:01 0000
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