<table><tr><td style="">gikari created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />gikari 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/D25147">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Previously GTK KCM wrote to gtkrc redundant settings lines:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">include "path to chosen gtk2 theme"</tt></li>
<li class="remarkup-list-item"></li>
</ol>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">style "user-font"
{
font-name="whatever font was chosen"
}
widget_style "*" style "user-font"</pre></div>

<p>Now GTK KCM does not write those lines to configuration file,<br />
but ones that was kept from previous versions of KCM<br />
are causing various glitches, when applying gtk2<br />
configuration, for theme and font configs respectively.</p>

<p>This patch fixes these issues removing these lines from gtkrc<br />
by force, after applying any configuration from GTK KCM.</p>

<p>BUG: 413678</p>

<p>BUG: 413107</p></div></div><br /><div><strong>TEST PLAN</strong><div><h2 class="remarkup-header">Open ~/gtkrc-2.0 and add those lines (theme and font name are arbitrary):</h2>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">include "/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc"
style "user-font"
{
    font_name="Noto Sans Regular"
}
widget_class "*" style "user-font"</pre></div>

<ol class="remarkup-list">
<li class="remarkup-list-item">Open GTK KCM and apply any configuration</li>
<li class="remarkup-list-item">Reopen ~/gtkrc-2.0 file and check, that those lines were removed</li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R99 KDE Gtk Configuration Tool</div></div></div><br /><div><strong>BRANCH</strong><div><div>remove-legacy-gtkrc-settings (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D25147">https://phabricator.kde.org/D25147</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/appearancegtk2.cpp<br />
src/appearancegtk2.h</div></div></div><br /><div><strong>To: </strong>gikari<br /><strong>Cc: </strong>plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>