https://bugs.kde.org/show_bug.cgi?id=423141
--- Comment #28 from Mikhail Zolotukhin <zom...@protonmail.com> --- Git commit 9323a96a9e7ec93f735e10ee671c3824b35429df by Mikhail Zolotukhin. Committed on 21/07/2020 at 15:18. Pushed by gikari into branch 'master'. Provide an unified interface for setting GTK theme GTK configuration in Plasma depends on xsettings daemon, that has no separation between GTK2 and GTK3 theme, therefore separate themes for GTK2 and GTK3 are impossible, while this daemon is working. The daemon itself provides the functionality to apply settings to GTK applications without restarting them. The functionality to apply different themes to applications, depending on the framework version isn't necessary, when 99% of the themes are compatible with both versions and when most of the applications are using the last GTK version anyway. Given all that, I think, that a theme selection must be narrowed to one and only one theme for both versions of the GTK framework. M +0 -1 CMakeLists.txt D +0 -12 gtkproxies/CMakeLists.txt D +0 -130 gtkproxies/preview.c D +0 -576 gtkproxies/preview.ui D +0 -71 gtkproxies/reload.c M +21 -1 kconf_update/gtktheme.cpp M +3 -28 kded/configeditor.cpp M +0 -2 kded/configeditor.h M +3 -17 kded/gtkconfig.cpp M +3 -8 kded/gtkconfig.h M +0 -60 kded/themepreviewer.cpp M +0 -10 kded/themepreviewer.h https://invent.kde.org/plasma/kde-gtk-config/commit/9323a96a9e7ec93f735e10ee671c3824b35429df -- You are receiving this mail because: You are watching all bug changes.