Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421515 - x11-terms/rxvt-unicode-9.15: urxvt-rxvt-unicode.desktop is not compatible with freedesktop.org standard
Summary: x11-terms/rxvt-unicode-9.15: urxvt-rxvt-unicode.desktop is not compatible wi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: .desktop
  Show dependency tree
 
Reported: 2012-06-17 03:02 UTC by Jekyll Wu
Modified: 2012-11-21 18:51 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 Jekyll Wu 2012-06-17 03:02:55 UTC
$ desktop-file-validate /usr/share/applications/urxvt-rxvt-unicode.desktop

urxvt-rxvt-unicode.desktop: error: (will be fatal in the future): value "TerminalEmulator" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: System
urxvt-rxvt-unicode.desktop: error: (will be fatal in the future): value "TerminalEmulator;" for key "Categories" in group "Desktop Entry" does not contain a registered main category

This is because urxvt-rxvt-unicode.desktop contains this line: 

   Categories=TerminalEmulator;

That line has two problems: 

1. it does not contain any main category. So it is shown in the "Lost & Found" menu under KDE.
2. FDO suggests[1] adding the "System" category when the "TerminalEmulator" additional category is used.

To fix it, just change that line to :

   Categories=System;TerminalEmulator;


[1] http://standards.freedesktop.org/menu-spec/latest/apa.html
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-18 02:43:01 UTC
Fixed in 9.15-r1.