[PATCH v2 4/4] Fix categories for .desktop entries to be valid

Doug Goldstein cardoe at cardoe.com
Thu Nov 8 04:01:00 UTC 2012


The .desktop entries didn't validate with desktop-file-validate due to
incorrect categories. For more information see:

http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html
http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html#category-registry
---
 config/firewall-applet.desktop.in |    2 +-
 config/firewall-config.desktop.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/firewall-applet.desktop.in b/config/firewall-applet.desktop.in
index 9d0e697..1f5b06f 100644
--- a/config/firewall-applet.desktop.in
+++ b/config/firewall-applet.desktop.in
@@ -2,7 +2,7 @@
 _Name=Firewall Applet
 _Comment=Firewall Applet
 Icon=firewall-applet
-Categories=System;Settings;Security;
+Categories=Settings;Security;
 Exec=/usr/bin/firewall-applet
 Type=Application
 StartupNotify=true
diff --git a/config/firewall-config.desktop.in b/config/firewall-config.desktop.in
index 794d8e9..6d152f0 100644
--- a/config/firewall-config.desktop.in
+++ b/config/firewall-config.desktop.in
@@ -2,7 +2,7 @@
 _Name=Firewall
 _Comment=Firewall Configuration
 Icon=firewall-config
-Categories=System;Settings;Security;
+Categories=Settings;Security;
 Exec=/usr/bin/firewall-config
 Type=Application
 StartupNotify=true
-- 
1.7.8.6



More information about the firewalld-devel mailing list