! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-dict.desktop doesn't validate properly
Status:
RESOLVED: FIXED
Product:
Xfce4-dict
Component:
General

Comments

Description Christoph Wickert editbugs 2010-09-09 09:42:27 CEST
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;
Comment 1 Enrico Tröger editbugs 2010-09-19 10:43:53 CEST
Thanks for the report and the fix.
Commit to master.

Bug #6692

Reported by:
Christoph Wickert
Reported on: 2010-09-09
Last modified on: 2010-09-19

People

Assignee:
Enrico Tröger
CC List:
0 users

Version

Attachments

Additional information