From 20bed4175cd35786589ec33aa88a40f915ab98a3 Mon Sep 17 00:00:00 2001 From: Christoph J. Thompson Date: Thu, 17 Dec 2009 15:56:33 +0100 Subject: [PATCH] * add the Version (1.0) property * remove the deprecated Encoding property as all .desktop files are expected to be UTF-8 now According to http://live.gnome.org/GnomeGoals/ApplicationCategory * remove the Application category According to http://standards.freedesktop.org/menu-spec/menu-spec-latest.html#category-registry * add thunar to the FileTools category. * add the bulk renamer to the FileTools category rather than to the Filesystem one. * remove the bulk renamer from the Core and System categories. modified: Thunar-bulk-rename.desktop.in.in modified: Thunar-folder-handler.desktop.in.in modified: Thunar.desktop.in.in --- Thunar-bulk-rename.desktop.in.in | 4 ++-- Thunar-folder-handler.desktop.in.in | 4 ++-- Thunar.desktop.in.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Thunar-bulk-rename.desktop.in.in b/Thunar-bulk-rename.desktop.in.in index 6c11f58..37652c8 100644 --- a/Thunar-bulk-rename.desktop.in.in +++ b/Thunar-bulk-rename.desktop.in.in @@ -1,5 +1,5 @@ [Desktop Entry] -Encoding=UTF-8 +Version=1.0 _Name=Bulk Rename _Comment=Rename Multiple Files _GenericName=Bulk Rename @@ -8,6 +8,6 @@ Icon=Thunar Terminal=false StartupNotify=true Type=Application -Categories=Application;System;Utility;Core;GTK;Filesystem; +Categories=GTK;Utility;FileTools; # vi:set encoding=UTF-8: diff --git a/Thunar-folder-handler.desktop.in.in b/Thunar-folder-handler.desktop.in.in index e3dbb68..db6a17d 100644 --- a/Thunar-folder-handler.desktop.in.in +++ b/Thunar-folder-handler.desktop.in.in @@ -1,5 +1,5 @@ [Desktop Entry] -Encoding=UTF-8 +Version=1.0 _Name=Open Folder with Thunar _Comment=Open the specified folders in Thunar _GenericName=Open Folder @@ -10,7 +10,7 @@ NoDisplay=true Terminal=false StartupNotify=true Type=Application -Categories=System;Utility;Core;GTK;FileManager; +Categories=GTK;Core;System;Utility;FileTools;FileManager; MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory; # vi:set encoding=UTF-8: diff --git a/Thunar.desktop.in.in b/Thunar.desktop.in.in index bfeb9ad..361e0ae 100644 --- a/Thunar.desktop.in.in +++ b/Thunar.desktop.in.in @@ -1,5 +1,5 @@ [Desktop Entry] -Encoding=UTF-8 +Version=1.0 _Name=Thunar File Manager _Comment=Browse the filesystem with the file manager _GenericName=File Manager @@ -8,6 +8,6 @@ Icon=Thunar Terminal=false StartupNotify=true Type=Application -Categories=Application;System;Utility;Core;GTK;FileManager; +Categories=GTK;Core;System;Utility;FileTools;FileManager; # vi:set encoding=UTF-8: -- 1.6.4