Changes between Initial Version and Version 1 of Ticket #11952


Ignore:
Timestamp:
2015-10-09T21:09:36+02:00 (10 years ago)
Author:
sebastic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11952

    • Property Summary Patch to add Keywords to josm{,-latest}.desktopPatch to add Keywords to josm{,-latest}.desktop + validation fixes
  • Ticket #11952 – Description

    initial v1  
    11The lintian QA tool reports a [https://lintian.debian.org/tags/desktop-entry-lacks-keywords-entry.html desktop-entry-lacks-keywords-entry] issue when desktop entries don't contain the Keywords key or when it does not contain any keywords not already present in the "Name" or "GenericName" entries as documented in the lintian tag description.
    22
    3 The attached patch adds the Keywords entry for both tested & latest.
     3The attached patch adds the Keywords entry for both tested & latest, and also fixes the following issues reported by the `desktop-file-validate` utility:
     4{{{
     5linux/tested/usr/share/applications/josm.desktop: error: (will be fatal in the future): value "josm.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
     6linux/tested/usr/share/applications/josm.desktop: error: value "application/x-osm+xml;application/x-gpx+xml" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character
     7linux/tested/usr/share/applications/josm.desktop: error: value "Education;Geoscience;Maps" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
     8linux/tested/usr/share/applications/josm.desktop: error: value "OpenStreetMap;OSM" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
     9
     10linux/latest/usr/share/applications/josm-latest.desktop: error: (will be fatal in the future): value "josm-latest.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
     11linux/latest/usr/share/applications/josm-latest.desktop: error: value "application/x-osm+xml;application/x-gpx+xml" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character
     12linux/latest/usr/share/applications/josm-latest.desktop: error: value "Education;Geoscience;Maps" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
     13linux/latest/usr/share/applications/josm-latest.desktop: error: value "OpenStreetMap;OSM" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
     14}}}