Use TDE icon theme in gtkrc

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

@ -446,6 +446,8 @@ void KcmGtk::save()
stream << "\n";
stream << "gtk-theme-name=\"" << themeNameShort << "\"\n";
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";
if (widget->emacsBox->isChecked())
stream << "gtk-key-theme-name=\"Emacs\"\n";

Loading…
Cancel
Save