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
Description:   Opened: 2005-02-25 06:57 0000
After no icon in gnome menu after emerging audacity.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Carsten Lohrke 2005-02-25 07:39:36 0000 -------
K

------- Comment #2 From Carsten Lohrke 2005-02-25 07:39:36 0000 -------
Kåre: Please use "$CATEGORY/$EBUILD-x.y, missing menu icon" as summary in
future.

------- Comment #3 From Josh Nichols (RETIRED) 2005-03-14 21:37:26 0000 -------
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.

------- Comment #4 From Diego E. 'Flameeyes' Pettenò 2005-03-20 09:25:44 0000 -------
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.

------- Comment #5 From Jan Brinkmann (RETIRED) 2005-04-15 10:47:07 0000 -------
fixed in cvs due to applying the patch provided by diego in bug #74224