Include user gtkrc for custom overrides

Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
(cherry picked from commit 4ff647a878)
r14.1.x
rjb330 11 months ago committed by Michele Calgaro
parent be71c38f05
commit 0c94b66711
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -448,6 +448,8 @@ void KcmGtk::save()
stream << "gtk-font-name=\"" << fontName << "\"\n";
stream << "gtk-icon-theme-name=\"tdegtk-icon-theme\"\n";
stream << "gtk-fallback-icon-theme-name=\"tdegtk-fallback-icon-theme\"\n";
stream << "\n";
stream << "include \"~/.gtkrc\"\n";
if (widget->emacsBox->isChecked())
stream << "gtk-key-theme-name=\"Emacs\"\n";

Loading…
Cancel
Save