<table><tr><td style="">graesslin created this revision.<br />graesslin added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</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/D3160" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>KAboutData provides some information needed for the output of the<br />
command line options like version. Thus it needs to be called before<br />
processing the QCommandLineParser. But if done before any command line<br />
arguments are processed the switch like --desktopfile does not work.</p>

<p>This change reorders the calls so that the command line is first parsed,<br />
then the options of the KAboutData are processed. After that the about<br />
data is set on the application and the command line parser is processed.</p>

<p>With this change both the version option and the desktopfile option is<br />
working. It's important for kcmshell to have the desktopfile option<br />
working so that applications using kcmshell5 as a helper to show<br />
configuration can pass their own app id to kcmshell5, so that it e.g.<br />
registers to a Wayland compositor as org.kde.foo instead of<br />
org.kde.kcmshell5.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Run kcmshell5 --version, --help, --list and --desktopfile<br />
and compared to variant before</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKDECLITOOLS KDE CLI Utilities</div></div></div><br /><div><strong>BRANCH</strong><div><div>kaboutdata-parse</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3160" rel="noreferrer">https://phabricator.kde.org/D3160</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kcmshell/main.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, Plasma<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas<br /></div>