Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182669 - eutils.eclass make_desktop_entry creates desktop files with unregistered category entry
Summary: eutils.eclass make_desktop_entry creates desktop files with unregistered cate...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 12:35 UTC by Jakub Moc (RETIRED)
Modified: 2007-06-21 04:44 UTC (History)
1 user (show)

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-06-20 12:35:11 UTC
Application is not a valid Category according to FDO specs, see http://standards.freedesktop.org/menu-spec/latest/apa.html. So, running desktop-file-validate on stuff created by make_desktop_entry will produce this:

<snip>
warning: The 'Application' category is not defined by the desktop entry specification.  Please use one of "AudioVideo", "Audio", "Video", "Development", "Education", "Game", "Graphics", "Network", "Office", "Settings", "System", "Utility" instead
</snip>

The offending line is:

Categories=Application;${type};
Comment 1 SpanKY gentoo-dev 2007-06-21 04:44:48 UTC
fixed in cvs