[GRASS-dev] [GRASS GIS] #3178: grass.desktop has invalid key "URL"

#3178: grass.desktop has invalid key "URL"
-------------------------+-------------------------
Reporter: opoplawski | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.6
Component: Default | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
The URL key is only valid for .desktop files with type=Link. See
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-
spec-latest.html

{{{
$ desktop-file-validate ./grass-7.0.4/gui/icons/grass.desktop
./grass-7.0.4/gui/icons/grass.desktop: warning: value "Geographic
Information System" for key "Comment" in group "Desktop Entry" looks
redundant with value "Geographic Information System" of key "GenericName"
./grass-7.0.4/gui/icons/grass.desktop: hint: value
"Education;Science;Geoscience;Geography;" for key "Categories" in group
"Desktop Entry" contains more than one main category; application might
appear more than once in the application menu
./grass-7.0.4/gui/icons/grass.desktop: error: key "URL" is present in
group "Desktop Entry", but the type is "Application" while this key is
only valid for type "Link"
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/3178&gt;
GRASS GIS <https://grass.osgeo.org>

#3178: grass.desktop has invalid key "URL"
--------------------------+-------------------------
  Reporter: opoplawski | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.6
Component: Default | Version: svn-trunk
Resolution: fixed | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by neteler):

* status: new => closed
* resolution: => fixed

Comment:

Thanks: desktop file fixed in r70066 (7.0.svn), r70065 (7.2.svn), r70064
(trunk).

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3178#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>