[Xfce4-commits] <thunar:master> Make .desktop entries of Thunar valid (bug #6655).

Jannis Pohlmann noreply at xfce.org
Thu Nov 4 15:10:02 CET 2010


Updating branch refs/heads/master
         to 1baae0fad5e4e2dec3897ec9a6a121601f18a732 (commit)
       from b7279443bb3a2d98ab3cc86d50ea786b3c786dca (commit)

commit 1baae0fad5e4e2dec3897ec9a6a121601f18a732
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Thu Nov 4 15:06:38 2010 +0100

    Make .desktop entries of Thunar valid (bug #6655).
    
    This commit updates the .desktop entries installed by Thunar so that
    they validate against desktop-file-validate from desktop-file-utils
    0.16. Patch by Samuli Suominen <ssuominen at gentoo.org>.

 Thunar-bulk-rename.desktop.in.in    |    2 +-
 Thunar-folder-handler.desktop.in.in |    4 ++--
 Thunar.desktop.in.in                |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Thunar-bulk-rename.desktop.in.in b/Thunar-bulk-rename.desktop.in.in
index 5239d92..df8d58b 100644
--- a/Thunar-bulk-rename.desktop.in.in
+++ b/Thunar-bulk-rename.desktop.in.in
@@ -7,6 +7,6 @@ Icon=Thunar
 Terminal=false
 StartupNotify=true
 Type=Application
-Categories=Application;System;Utility;Core;GTK;Filesystem;
+Categories=System;Utility;Core;GTK;Filesystem;
 
 # vi:set encoding=UTF-8:
diff --git a/Thunar-folder-handler.desktop.in.in b/Thunar-folder-handler.desktop.in.in
index 603ffdc..9c4e131 100644
--- a/Thunar-folder-handler.desktop.in.in
+++ b/Thunar-folder-handler.desktop.in.in
@@ -9,7 +9,7 @@ NoDisplay=true
 Terminal=false
 StartupNotify=true
 Type=Application
-Categories=System;Utility;Core;GTK;FileManager;
-MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;
+Categories=System;Utility;Core;GTK;FileTools;FileManager;
+MimeType=inode/directory;
 
 # vi:set encoding=UTF-8:
diff --git a/Thunar.desktop.in.in b/Thunar.desktop.in.in
index d14ab2e..a97fe57 100644
--- a/Thunar.desktop.in.in
+++ b/Thunar.desktop.in.in
@@ -7,6 +7,6 @@ Icon=Thunar
 Terminal=false
 StartupNotify=true
 Type=Application
-Categories=Application;System;Utility;Core;GTK;FileManager;
+Categories=System;Utility;Core;GTK;FileTools;FileManager;
 
 # vi:set encoding=UTF-8:



More information about the Xfce4-commits mailing list