Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56552 - [PATCH] make_desktop_entry: only use /usr/share/applications
Summary: [PATCH] make_desktop_entry: only use /usr/share/applications
Status: RESOLVED DUPLICATE of bug 25756
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 10:20 UTC by Gregorio Guidi (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
make_desktop_entry.patch (make_desktop_entry.patch,883 bytes, patch)
2004-07-09 10:20 UTC, Gregorio Guidi (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregorio Guidi (RETIRED) gentoo-dev 2004-07-09 10:20:10 UTC
in eclass/eutils.eclass we have:

make_desktop_entry() {
	...
	insinto /usr/share/applications
	doins ${desktop}
	...
	insinto /usr/share/applnk/${subdir}
	doins ${desktop}
	...
}

I propose to comment out the part that refers to /usr/share/applnk,
since in recent KDE's the .desktop files are correctly read also from
/usr/share/applications (as per freedesktop.org specification),
and otherwise this would result in KDE in duplicate menu entries.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-07-09 10:20:39 UTC
Created attachment 35068 [details, diff]
make_desktop_entry.patch
Comment 2 SpanKY gentoo-dev 2004-07-09 18:46:50 UTC

*** This bug has been marked as a duplicate of 25756 ***