Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127450 - quake3-1.34 missing icon in desktop entry
Summary: quake3-1.34 missing icon in desktop entry
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 10:24 UTC by Anton Romanov
Modified: 2006-03-24 11:59 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 Anton Romanov 2006-03-24 10:24:03 UTC
ebuild does doicon quake3.xpm and tries to use it while there are only quake3.png and quake3.svg....
so fix is :
_____________________
-                doicon quake3.xpm
-                make_desktop_entry quake3 "Quake III Arena" quake3.xpm
+                doicon quake3.svg
+                doicon quake3.png
+                make_desktop_entry quake3 "Quake III Arena" quake3
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-03-24 11:59:51 UTC
Ehh... There is no 1.34... :P

I've fixed this in the 1.33_alpha510 and 1.34_alpha632 ebuilds.  Thanks for the bug report.