xfce4-dict.desktop does no longer validate properly with desktop-file-utils-0.16. $ desktop-file-validate xfce4-dict-0.6.0/src/xfce4-dict.desktop xfce4-dict-0.6.0/src/xfce4-dict.desktop: error: (will be fatal in the future): value "Dictionary" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Office;TextTools $ diff -u src/xfce4-dict.desktop.in.orig src/xfce4-dict.desktop.in --- src/xfce4-dict.desktop.in.orig 2010-09-09 11:40:52.000000000 +0200 +++ src/xfce4-dict.desktop.in 2010-09-09 11:41:17.000000000 +0200 @@ -8,4 +8,4 @@ Exec=xfce4-dict Terminal=false StartupNotify=true -Categories=Office;Dictionary;GTK; +Categories=Office;TextTools;Dictionary;GTK;
Thanks for the report and the fix. Commit to master.