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

Bug 389635

Summary: net-misc/spice-gtk-0.7 invalid category in desktop file
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: Tiziano Müller (RETIRED) <dev-zero>
Status: RESOLVED FIXED    
Severity: normal CC: nirbheek
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.