Bug 418934

Summary: Semicolon at end of *Keywords* line in desktop file leads to failing AppImage build
Product: [Translations] i18n Reporter: melvo
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description melvo 2020-03-16 18:44:54 UTC
SUMMARY
A missing semicolon at the end of a *Keywords* line in the desktop file (.desktop) leads to a failing AppImage build. That happened already before.

The current bug is at https://invent.kde.org/kde/kaidan/-/commit/b0f2868a4dadc40794aa243edf27ac3cfffe2781#5d887896945c138e9564c9bcd3098894cb96932c_59_62 and led to the failing build job at https://invent.kde.org/kde/kaidan/-/jobs/34294.

We would be pleased about a fix and a precaution against it so that the translators pay attention to it in the future.

Thanks for your work in advance!

STEPS TO REPRODUCE
1. Try to build an AppImage with a missing semicolon at the end of a *Keywords* line.

OBSERVED RESULT
The AppImage is not built.

EXPECTED RESULT
The AppImage is built.
Comment 1 Unknown 2020-03-16 21:51:35 UTC
SVN commit 1564124 by aacid:

Please be attentive to syntax of these files

You're breaking the build if the ; syntax is not properly followed

CCMAIL: kekcuha@gmail.com


 M  +2 -1      kaidan._desktop_.po  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1564124