Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71077 - duplicate KDE menu entries for xmms
Summary: duplicate KDE menu entries for xmms
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-13 12:00 UTC by ta2002
Modified: 2004-11-19 21:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ta2002 2004-11-13 12:00:33 UTC
I have always had two entries in my kde menus for
xmms. It seems like the ebuild adds an extra one
in /usr/share/applications (the only application
there). It looks like the following would fix it:

--- xmms-1.2.10-r9.ebuild.old   2004-11-09 00:12:25.000000000 +0000
+++ xmms-1.2.10-r9.ebuild       2004-11-13 00:00:00.000000000 +0000
@@ -113,9 +113,6 @@
        insinto /etc/X11/wmconfig
        donewins xmms/xmms.wmconfig xmms

-       insinto /usr/share/applications
-       doins ${FILESDIR}/xmms.desktop
-
        # Add the sexy Gentoo Ice skin
        insinto /usr/share/xmms/Skins/gentoo_ice
        doins ${WORKDIR}/gentoo_ice/*

Reproducible: Always
Steps to Reproduce:
1. emerge xmms
Actual Results:  
Two menu entries under Multimedia 

Expected Results:  
One menu entry
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-16 14:24:27 UTC
/usr/share/applications is the freedesktop.org location to put .desktop files.  If youu have a duplicate entry, then you need to remove the other one (which is most likely installed by kappfinder).

Perhaps the kde team will want to remove that .desktop from the kappfinder database...
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2004-11-17 00:34:24 UTC
The extra one is
        insinto /usr/share/applnk/Multimedia
        doins ${FILESDIR}/xmms.desktop

but it was removed in xmms-1.2.10-r9.ebuild.

If you haven't installed that version yet, maybe emerging it would be enough?
Comment 3 ta2002 2004-11-19 21:47:55 UTC
Yes, installing 1.2.10-r9 solved the problem. Thanks.
Sorry I didn't think of trying the unstable version.