Package: lintian Version: 2.5.14
From 3f1c6d86f05c4ad8c26370861eea17aac8942d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <[email protected]> Date: Wed, 28 Aug 2013 19:45:18 +0200 Subject: [PATCH] Clarify the wording of desktop-entry-lacks-keywords-entry tag
Thanks to Gaudenz Steinlin <[email protected]> we could clarify the wording of keywords error in .desktop file from: Gaudenz Steinlin <[email protected]> --- checks/menu-format.desc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/checks/menu-format.desc b/checks/menu-format.desc index 78a7169..de1bbe7 100644 --- a/checks/menu-format.desc +++ b/checks/menu-format.desc @@ -320,9 +320,13 @@ Ref: http://standards.freedesktop.org/menu-spec/1.0/apa.html Tag: desktop-entry-lacks-keywords-entry Severity: wishlist Certainty: certain -Info: The categories for this desktop entry do not contain any - Keywords. Keywords should not be redundant with the values of Name - or GenericName. +Info: This .desktop file does either not contain a "Keywords" entry or it does + not contain any keywords not already present in the "Name" or + "GenericName" entries. + . + .desktop files are organized in key/value pairs (similar to .ini files). + "Keywords" is the name of the entry/key in the .desktop file containing + keywords relevant for this .desktop file. . The desktop-file-validate tool in the desktop-file-utils package is useful for checking the syntax of desktop entries. -- 1.7.10.4

