mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-09 00:04:30 -05:00
Fix desktop-file-valide issues.
The desktop-file-valide utility reported the following issues:
```
debian/qbrowser.desktop: hint: value "Qt;Education;Science;Geography;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
debian/qbrowser.desktop: error: value "map;globe;postgis;wms;wfs;ogc;osgeo" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
debian/qgis.desktop: hint: value "Qt;Education;Science;Geography;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
debian/qgis.desktop: error: value "map;globe;postgis;wms;wfs;ogc;osgeo" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
```
Only the Keywords syntax error is addressed, the Categories hint is left as-is.
This commit is contained in:
parent
7102c522d4
commit
b730fa0c78
2
debian/qbrowser.desktop
vendored
2
debian/qbrowser.desktop
vendored
@ -53,4 +53,4 @@ Exec=/usr/bin/qbrowser %F
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Qt;Education;Science;Geography;
|
||||
Keywords=map;globe;postgis;wms;wfs;ogc;osgeo
|
||||
Keywords=map;globe;postgis;wms;wfs;ogc;osgeo;
|
||||
|
||||
2
debian/qgis.desktop
vendored
2
debian/qgis.desktop
vendored
@ -54,4 +54,4 @@ Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Qt;Education;Science;Geography;
|
||||
MimeType=application/x-qgis-project;image/tiff;image/jpeg;image/jp2;application/x-raster-aig;application/x-raster-ecw;application/x-raster-mrsid;application/x-mapinfo-mif;application/x-esri-shape;
|
||||
Keywords=map;globe;postgis;wms;wfs;ogc;osgeo
|
||||
Keywords=map;globe;postgis;wms;wfs;ogc;osgeo;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user