<table><tr><td style="">heikobecker created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />heikobecker 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/D24087">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>After <a href="https://phabricator.kde.org/R99:a9f3a3ddcb0b197f96b750323201da438f15c4ad" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">a9f3a3d</a> saveSettingsPrivate() errors out if the config file<br />
doesn't exist. This is because QFile::open(QIODevice::ReadOnly... )<br />
doesn't create a new file for non-existant filenames, like the<br />
same invocation with the previously used QIODevice::WriteOnly does.</p>

<p>I'm not sure how likely the absence of the config file is, but it's<br />
easy to recover from by creating an empty file first. We're trying<br />
to save our settings afterwards anyway.</p>

<p>A place there this problem occurred is the configsave unit test. The<br />
filenames passed in ConfigSaveTest::testGtk2 don't exist when running<br />
the test, causing it to fail without this patch.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Moved ~/.gtkrc-2.0 out of the way, ran kcmshell5 kde-gtk-config, saving didn't error out</li>
</ul>

<p>-</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R99 KDE Gtk Configuration Tool</div></div></div><br /><div><strong>BRANCH</strong><div><div>Plasma/5.17</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24087">https://phabricator.kde.org/D24087</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/appearancegtk2.cpp</div></div></div><br /><div><strong>To: </strong>heikobecker<br /><strong>Cc: </strong>plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>