Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 389635 - net-misc/spice-gtk-0.7 invalid category in desktop file
Summary: net-misc/spice-gtk-0.7 invalid category in desktop file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-05 14:58 UTC by Ulrich Müller
Modified: 2012-01-19 17:26 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 Ulrich Müller gentoo-dev 2011-11-05 14:58:39 UTC
The desktop file sets Categories=net; which is not a valid category. XFCE doesn't recognise it and displays it under "other".

$ desktop-file-validate /usr/share/applications/spicy-spice-gtk.desktop 
/usr/share/applications/spicy-spice-gtk.desktop: error: value "net;" for key "Categories" in group "Desktop Entry" contains an unregistered value "net"; values extending the format should start with "X-"
/usr/share/applications/spicy-spice-gtk.desktop: error: (will be fatal in the future): value "net;" for key "Categories" in group "Desktop Entry" does not contain a registered main category

Something like Categories=Network;RemoteAccess; would be appropriate for spicy, see <http://standards.freedesktop.org/menu-spec/latest/apa.html>.
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2012-01-19 17:26:09 UTC
Fixed in 0.7.159-r1, thanks.