Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83301 - media-sound/audacity - Missing menu icon
Summary: media-sound/audacity - Missing menu icon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Sound Team
URL: http://audacity.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 06:57 UTC by Kåre Baastrup
Modified: 2005-04-15 10:47 UTC (History)
2 users (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 Kåre Baastrup 2005-02-25 06:57:07 UTC
After no icon in gnome menu after emerging audacity.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-25 07:39:36 UTC
K
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-25 07:39:36 UTC
Kåre: Please use "$CATEGORY/$EBUILD-x.y, missing menu icon" as summary in future.
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2005-03-14 21:37:26 UTC
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 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-20 09:25:44 UTC
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 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-15 10:47:07 UTC
fixed in cvs due to applying the patch provided by diego in bug #74224