<table><tr><td style="">yuyichao created this revision.<br />yuyichao added reviewers: apol, davidedmundson.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />yuyichao 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/D28113">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When the auto start entry is first loaded, the module only take into account<br />
the "Name" entry in the desktop file. However, after editing or when adding<br />
a new one, <tt style="background: #ebebeb; font-size: 13px;">KService::name</tt> is used which uses the file name as a fallback.<br />
This causes the name to "mysteriously" appear and disappear when<br />
checking the setting or reopenning the setting page.</p>

<p>This change fixes the issue by using the same function <tt style="background: #ebebeb; font-size: 13px;">KService::name</tt><br />
in all cases. This is less efficient but easier to maintain than<br />
duplicating the logic from <tt style="background: #ebebeb; font-size: 13px;">KService</tt>.</p>

<p>Also use the newly available <tt style="background: #ebebeb; font-size: 13px;">KService</tt> instance to replace some of<br />
the manual reading of the desktop file.<br />
The handling of <tt style="background: #ebebeb; font-size: 13px;">NotShowIn</tt> and <tt style="background: #ebebeb; font-size: 13px;">OnlyShowIn</tt> are left in place since<br />
<tt style="background: #ebebeb; font-size: 13px;">KService::showInCurrentDesktop()</tt> takes into account the current running<br />
environment rather than only <tt style="background: #ebebeb; font-size: 13px;">KDE</tt>.<br />
Changing that behavior should be a separate issue.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tested on 5.18.3. Unable to test on master (5.18.80)</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</div></div></div><br /><div><strong>BRANCH</strong><div><div>names (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28113">https://phabricator.kde.org/D28113</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kcms/autostart/autostart.cpp</div></div></div><br /><div><strong>To: </strong>yuyichao, apol, davidedmundson<br /><strong>Cc: </strong>plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>