Created attachment 3085 Patch to make .desktop entries validate in Thunar master The attached patch fixes the following problems as reported by desktop-file-validate from desktop-file-utils-0.16, also see related discussion here: https://bugzilla.redhat.com/show_bug.cgi?id=580944 Thunar-folder-handler.desktop: error: (will be fatal in the future): value "FileManager" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: System;FileTools /usr/share/applications/Thunar-folder-handler.desktop: warning: value "x-directory/gnome-default-handler;x-directory/normal;inode/directory;" for key "MimeType" in group "Desktop Entry" contains value "x-directory/gnome-default-handler" which is a MIME type that should probably not be used: "x-directory" is an old media type that should be replaced with a modern equivalent /usr/share/applications/Thunar-folder-handler.desktop: warning: value "x-directory/gnome-default-handler;x-directory/normal;inode/directory;" for key "MimeType" in group "Desktop Entry" contains value "x-directory/normal" which is a MIME type that should probably not be used: "x-directory" is an old media type that should be replaced with a modern equivalent Thunar-bulk-rename.desktop: warning: value "Application;System;Utility;Core;GTK;Filesystem;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" Thunar.desktop: warning: value "Application;System;Utility;Core;GTK;FileManager;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" /usr/share/applications/Thunar.desktop: error: (will be fatal in the future): value "FileManager" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: System;FileTools
Thanks, fixed in master: commit 1baae0fad5e4e2dec3897ec9a6a121601f18a732 Author: Jannis Pohlmann <jannis@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@gentoo.org>.