| 3 | | The attached patch adds the Keywords entry for both tested & latest. |
| | 3 | The attached patch adds the Keywords entry for both tested & latest, and also fixes the following issues reported by the `desktop-file-validate` utility: |
| | 4 | {{{ |
| | 5 | linux/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 |
| | 6 | linux/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 |
| | 7 | linux/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 |
| | 8 | linux/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 | |
| | 10 | linux/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 |
| | 11 | linux/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 |
| | 12 | linux/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 |
| | 13 | linux/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 | }}} |