Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83300 - mldonkey - Missing menu icon
Summary: mldonkey - Missing menu icon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo net-p2p team
URL: http://www.mldoney.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 06:54 UTC by Kåre Baastrup
Modified: 2005-03-24 13:37 UTC (History)
1 user (show)

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


Attachments
icon for mldonkey (mldonkey.png,6.67 KB, image/png)
2005-03-14 21:16 UTC, Josh Nichols (RETIRED)
Details

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:54:49 UTC
Thre is no icon in the gnome menu after installing mldonkey.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-03 08:30:32 UTC
Reassigning to mldonkey maintainers.
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2005-03-14 21:16:11 UTC
Created attachment 53492 [details]
icon for mldonkey

Based on the icon at ${S}/icons/tux/mld_tux_on.xpm ... resized, added
transparency, etc. Should go in ${FILESDIR}
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2005-03-14 21:17:30 UTC
To add a desktop entry, the following needs to be added to src_install()

	doicon ${FILESDIR}/mldonkey.png
	make_desktop_entry mldonkey "MLDonkey" mldonkey.pngq "Network"
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2005-03-14 21:20:10 UTC
Whoops... it actually should be:
	doicon ${FILESDIR}/mldonkey.png
	make_desktop_entry mlgui "MLDonkey" mldonkey.pngq "Network"
Comment 5 Karol Wojtaszek (RETIRED) gentoo-dev 2005-03-24 13:37:02 UTC
Fixed in portage, thanks for info and help.