Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15984 - gnome-base/nautilus-2.2.1 duplicated menu entrie + fix
Summary: gnome-base/nautilus-2.2.1 duplicated menu entrie + fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-19 05:38 UTC by Lapo Calamandrei
Modified: 2003-02-19 14:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
files/nautilus-2.2.1-menu.patch (nautilus-2.2.1-menu.patch,611 bytes, patch)
2003-02-19 05:39 UTC, Lapo Calamandrei
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Calamandrei 2003-02-19 05:38:47 UTC
The bonobo server entries in nautilus context menu are duplicated for if $LANG
!= C. Refer to
http://lists.gnome.org/archives/nautilus-list/2003-February/msg00089.html.


Here's an updated ebuild diff:
--- nautilus-2.2.1.ebuild       2003-02-13 13:51:16.000000000 +0100
+++ nautilus-2.2.1.ebuild.new   2003-02-19 11:34:19.000000000 +0100
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /home/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.2.1.ebuild,v
1.2 2003/02/13 12:15:06 vapier Exp $
  
-inherit gnome2
+inherit gnome2 eutils
  
 S=${WORKDIR}/${P}
 DESCRIPTION="A filemanager for the Gnome2 desktop"
@@ -42,3 +42,10 @@
 G2CONF="${G2CONF} --enable-gdialog=yes"
  
 DOCS="AUTHORS COPYIN* ChangeLo* HACKING INSTALL MAINTAINERS NEWS README THANKS
TODO"
+
+src_unpack() {
+       unpack ${A}
+       cd ${S}
+       # Get rid of dublicated bonobo server context menu entries.
+       # Patch from James Su.
+       epatch ${FILESDIR}/${PN}-2.2.1-menu.patch
+}
Comment 1 Lapo Calamandrei 2003-02-19 05:39:55 UTC
Created attachment 8477 [details, diff]
files/nautilus-2.2.1-menu.patch
Comment 2 foser (RETIRED) gentoo-dev 2003-02-19 14:47:47 UTC
i used the patch alexl put in the tree, which is a little more sophisticated. Both added to .0.2 and .1 .

Thanks for your report/help.