Opened 8 years ago
Closed 8 years ago
#3178 closed defect (fixed)
grass.desktop has invalid key "URL"
Reported by: | opoplawski | Owned by: | |
---|---|---|---|
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"
Note:
See TracTickets
for help on using tickets.
Thanks: desktop file fixed in r70066 (7.0.svn), r70065 (7.2.svn), r70064 (trunk).