GNOME Bugzilla – Bug 678951
Missing trailing semicolon in desktop file Spanish translation
Last modified: 2012-06-28 22:33:26 UTC
Created attachment 217357 [details] [review] Add missing semicolon The missing semicolon causes desktop-file-validate to reject the consolidated desktop file with the translations added. Patch attached. This affects 2.2.3 as released.
Paul, what is the impact of this issue? is all of the .desktop file rejected on all languages? or is just the category in the menu for spanish users affected?
It's a validation issue, that shouldn't have any impact.
(In reply to comment #2) > It's a validation issue, that shouldn't have any impact. Agreed. In Fedora we run desktop-file-validate or equivalent when packaging desktop files, and that caused the build to fail. It doesn't happen on a standard install.
so we don't need to re-release 2.2.3, agreed? I've fixed it in SVN already. b.t.w.can we automate this check in make distcheck?
(In reply to comment #4) > so we don't need to re-release 2.2.3, agreed? Fine by me. > I've fixed it in SVN already. > > b.t.w.can we automate this check in make distcheck? Should be possible I'd have though. Just need to assemble the desktop file from the translations and run desktop-file-validate on it.
Fixed in r7551.