Bug 392139

Summary: desktop-entry-lacks-keywords-entry
Product: [Applications] KXStitch Reporter: Scarlett Moore <sgmoore>
Component: generalAssignee: Steve Allewell <steve.allewell>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Scarlett Moore 2018-03-21 15:07:13 UTC
I: kxstitch: desktop-entry-lacks-keywords-entry usr/share/applications/org.kde.kxstitch.desktop
N: 
N:    This .desktop file does either not contain a "Keywords" entry or it does
N:    not contain any keywords not already present in the "Name" or
N:    "GenericName" entries.
N:    
N:    .desktop files are organized in key/value pairs (similar to .ini files).
N:    "Keywords" is the name of the entry/key in the .desktop file containing
N:    keywords relevant for this .desktop file.
N:    
N:    The desktop-file-validate tool in the desktop-file-utils package is
N:    useful for checking the syntax of desktop entries.
N:    
N:    Refer to
N:    https://specifications.freedesktop.org/desktop-entry-spec/1.1/ar01s05.html,
N:    https://bugs.debian.org/693918, and
N:    https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords for
N:    details.
N:    
N:    Severity: wishlist, Certainty: certain
N:    
N:    Check: menu-format, Type: binary
Comment 1 Steve Allewell 2018-03-24 15:59:17 UTC
The Name and GenericName entries already contain sufficient values that would only be duplicated in the Keywords entry which is therefore not required.

desktop-file-validate does not show any errors against org.kde.kxstitch.desktop.

If you feel there are specific values that should be added to the Keywords entry, please file a new request specifying them.

Regards