<table><tr><td style="">apol created this revision.<br />apol added a reviewer: Frameworks.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />apol requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23381">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This is what the standard says is the separator:<br />
The multiple values should be separated by a semicolon and the value of the key may be optionally terminated by a semicolon. Trailing empty strings must always be terminated with a semicolon. Semicolons in these values need to be escaped using \;.<br />
<a href="https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html" class="remarkup-link" target="_blank" rel="noreferrer">https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html</a></p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Running: ktraderclient5 --servicetype Application --constraint "exist Exec and (exist [X-Flatpak-RenamedFrom] and 'telegramdesktop.desktop' in [X-Flatpak-RenamedFrom])"<br />
So far it was failing because flatpak generates these lists terminated with ;, so we were getting something like { "blah.desktop;" } instead of { "blah.desktop" }</p>

<p>Actually the fact that we are using , instead of ; has made that most of our desktop files use the wrong separator.<br />
Tests pass but there's the possibility that some string lists that used to have ; now will get doubly split.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R237 KConfig</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23381">https://phabricator.kde.org/D23381</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/core/kconfiggroup.cpp</div></div></div><br /><div><strong>To: </strong>apol, Frameworks<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>