Opened 8 years ago

Closed 7 years ago

#3178 closed defect (fixed)

grass.desktop has invalid key "URL"

Reported by: opoplawski Owned by: grass-dev@…
Priority: normal Milestone: 7.0.6
Component: Default Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

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"

Change History (1)

comment:1 by neteler, 7 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.