Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166172 - media-video/realplayer missing desktop icon
Summary: media-video/realplayer missing desktop icon
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-10 08:14 UTC by Jakub Moc (RETIRED)
Modified: 2007-02-26 08:51 UTC (History)
0 users

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 Jakub Moc (RETIRED) gentoo-dev 2007-02-10 08:14:03 UTC
A trivial patch:

<snip>
--- realplayer-10.0.8-r1.ebuild	2007-02-10 09:12:03.000000000 +0100
+++ realplayer-10.0.8-r1.ebuild	2007-02-05 18:36:07.000000000 +0100
@@ -66,7 +66,6 @@
 
 		cd ${D}/opt/${MY_PN}/share
 		domenu realplay.desktop
-		newicon icons/realplay_32x32.png realplay.png
 
 		for res in 16 192 32 48; do
 			insinto /usr/share/icons/hicolor/${res}x${res}/apps
</snip>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-10 08:14:50 UTC
Eh, sorry, should be 

+               newicon icons/realplay_32x32.png realplay.png

obviously. :)
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-02-10 16:59:36 UTC
I would say "get your desktop environment fixed", as the icon is installed in the proper place.