summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLI Daobing <lidaobing@gmail.com>2008-10-04 22:04:05 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-10-05 14:48:13 +0800
commit601e1c4a77145144ca62d7565d834add2bdb287d (patch)
treebe1373bc4d90508c4c6302190a20f1934360dd6c
parent4b413844a94df44174147a50becfeaf1c8d537ca (diff)
downloadibus-601e1c4a77145144ca62d7565d834add2bdb287d.tar.gz
ibus-601e1c4a77145144ca62d7565d834add2bdb287d.tar.xz
ibus-601e1c4a77145144ca62d7565d834add2bdb287d.zip
fix desktop file format
This desktop entry lists a category that is not one of the registered Main or Additional Categories in the FreeDesktop specification. Refer to http://standards.freedesktop.org/menu-spec/1.0/apa.html for details.
-rw-r--r--launcher/ibus.desktop.in2
-rw-r--r--setup/ibus-setup.desktop.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ibus.desktop.in b/launcher/ibus.desktop.in
index 83d0a90..58dc7ef 100644
--- a/launcher/ibus.desktop.in
+++ b/launcher/ibus.desktop.in
@@ -6,4 +6,4 @@ Icon=ibus
Terminal=false
Type=Application
StartupNotify=false
-Categories=Applications;Utility;
+Categories=Utility;
diff --git a/setup/ibus-setup.desktop.in b/setup/ibus-setup.desktop.in
index 52c05e0..d6737de 100644
--- a/setup/ibus-setup.desktop.in
+++ b/setup/ibus-setup.desktop.in
@@ -6,4 +6,4 @@ Icon=ibus-setup
Terminal=false
Type=Application
StartupNotify=true
-Categories=Applications;Settings;
+Categories=Settings;