Bug 83301 - media-sound/audacity - Missing menu icon
|
Bug#:
83301
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: trivial
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sound@gentoo.org
|
Reported By: spamme@mailme.dk
|
|
Component: Applications
|
|
|
URL:
http://audacity.sourceforge.net/
|
|
Summary: media-sound/audacity - Missing menu icon
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-02-25 06:57 0000
|
After no icon in gnome menu after emerging audacity.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Kåre: Please use "$CATEGORY/$EBUILD-x.y, missing menu icon" as summary in
future.
The following need to be added to src_install() of the ebuilds:
cp ${S}/images/AudacityLogo48x48.xpm audacity.xpm
doicon audacity.xpm
I could whip up a png version based on that xpm with transparency and whatnot.
I've added a fix for this (using fd.o's hicolor structure) and changed the way
the .desktop is added (using make_desktop_entry instead of using a separed
.desktop file) in attachment to bug #74224.
fixed in cvs due to applying the patch provided by diego in bug #74224