Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105949 - Add gcolor2 menu entry in Gnome
Summary: Add gcolor2 menu entry in Gnome
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-09-14 03:38 UTC by Homme Zwaagstra
Modified: 2005-09-14 13:07 UTC (History)
0 users

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


Attachments
Patch updating gcolor2-0.4.ebuild to install a menu icon (gcolor2-0.4.ebuild.patch,775 bytes, patch)
2005-09-14 03:46 UTC, Homme Zwaagstra
Details | Diff
.desktop file for gcolor2 (gcolor2.desktop,208 bytes, text/plain)
2005-09-14 03:49 UTC, Homme Zwaagstra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Homme Zwaagstra 2005-09-14 03:38:04 UTC
gcolor2 installs an icon but no menu entry for Gnome.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Homme Zwaagstra 2005-09-14 03:46:43 UTC
Created attachment 68447 [details, diff]
Patch updating gcolor2-0.4.ebuild to install a menu icon

Adds 'gnome' to IUSE and checks this, installing gcolor2.desktop file if
required.
Comment 2 Homme Zwaagstra 2005-09-14 03:49:21 UTC
Created attachment 68448 [details]
.desktop file for gcolor2
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2005-09-14 13:07:17 UTC
eutils.eclass provides a make_desktop_entry() function just for this purpose. 
0.4-r1 uses this function to create the .desktop file.

Thanks for the bug.