tsloughter / tilda

A drop down terminal for GNU Operating Systems
http://tilda.sourceforge.net
GNU General Public License v2.0
37 stars 3 forks source link

Add the missing "System" category required by FDO menu specification #2

Closed adaptee closed 12 years ago

adaptee commented 12 years ago

Running "desktop-file-validte tilda.desktop" shows following warnings:

tilda.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

FDO menu specification[1] suggests(or requires?) "System" to be also used when "TerminalEmualtor" is used. That is what xterm and konsole do in their .desktop files.

[1] http://standards.freedesktop.org/menu-spec/latest/apa.html

lanoxx commented 12 years ago

Seems valid to me. I would suggest to merge this.