summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrjb330 <[email protected]>2024-10-27 00:15:11 -0700
committerMichele Calgaro <[email protected]>2024-10-31 12:48:04 +0900
commitbe71c38f05ca67c230e24f273c9c77372e9ac167 (patch)
tree474265b83c91440a99b0018f2dec33d9964633cb
parent1b21ccebfcd16108637904f0b9a6305db4ffa8a7 (diff)
downloadgtk-qt-engine-be71c38f05ca67c230e24f273c9c77372e9ac167.tar.gz
gtk-qt-engine-be71c38f05ca67c230e24f273c9c77372e9ac167.zip
Use TDE icon theme in gtkrc
Signed-off-by: rjb330 <[email protected]> (cherry picked from commit c93c18e30d50101bb1490576dc7fc9407c58cb63)
-rw-r--r--kcm_gtk/kcmgtk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp
index 74f6950..55056a0 100644
--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -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";