Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 166172

Summary: media-video/realplayer missing desktop icon
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.