<table><tr><td style="">kossebau created this revision.<br />kossebau added reviewers: broulik, davidedmundson, mart.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.<br />kossebau 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/D10259" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Using one argument with "KSharedConfig::openConfig(filename)" actually<br />
results in using the default value for the second argument, "FullConfig".<br />
Which results also in "Blend kdeglobals into the config object."<br />
As a result the color scheme file opened in KCMLookandFeel::setColors(...)<br />
this way has the complete global config groups and settings (with the data<br />
as stored on the disc, not in any runtime working copies) mapped into the<br />
profile (incl. e.g. the group "[General]" with the entry "ColorScheme").<br />
So when then all the groups are copied over from the scheme config, actually<br />
also all the stored global config groups and settings are copied over,<br />
overwriting the not yet synced [General]/ColorScheme entry which was just<br />
set a few lines before with the old value from the storage.</p>

<p>Possibly the old code which was doing the sync right after setting the new<br />
scheme value had been there exactly to protect against that<br />
(cmp. change in <a href="https://phabricator.kde.org/R119:cf49d415e7bb30e98c0e7529e7307d8449b8ffcd" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">cf49d415e7bb30e98c0e7529e7307d8449b8ffcd</a>).</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</div></div></div><br /><div><strong>BRANCH</strong><div><div>fixsettingcolorschemelnf</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10259" rel="noreferrer">https://phabricator.kde.org/D10259</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kcms/lookandfeel/kcm.cpp</div></div></div><br /><div><strong>To: </strong>kossebau, broulik, davidedmundson, mart<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>