GNOME Bugzilla – Bug 694334
Syntax errors in the desktop file
Last modified: 2013-02-23 18:02:07 UTC
desktop-file-validate complains on the desktop file from git master: anjuta.desktop: error: value "IDE??????????????????????????" for locale string list key "Keywords[el]" in group "Desktop Entry" does not have a semicolon (';') as trailing character anjuta.desktop: error: value "IDE;desenvolvemento;programaci?n" for locale string list key "Keywords[gl]" in group "Desktop Entry" does not have a semicolon (';') as trailing character anjuta.desktop: error: value "application/x-anjuta;application/x-anjuta-project-template;x-anjuta-compressed-project-template;inode/directory" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character
Created attachment 237007 [details] [review] Fix desktop file syntax errors String lists in the desktop files are semicolon (;) separated, and also need to end with a semicolon.
Review of attachment 237007 [details] [review]: Thanks for you patch, I have committed it without any change.