https://bugs.kde.org/show_bug.cgi?id=423141
--- Comment #29 from Mikhail Zolotukhin <zom...@protonmail.com> --- Git commit d9d49d5c8f831a289401c50470a46a2cd5778faa by Mikhail Zolotukhin. Committed on 21/07/2020 at 15:19. Pushed by gikari into branch 'master'. [GTK Integration] Apply the same theme for GTK2 and GTK3 applications 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 +1 -1 kcms/style/CMakeLists.txt D +0 -34 kcms/style/gtk2_themes.knsrc R +1 -1 kcms/style/gtk_themes.knsrc [from: kcms/style/gtk3_themes.knsrc - 095% similarity] M +13 -39 kcms/style/gtkpage.cpp M +7 -14 kcms/style/gtkpage.h M +1 -17 kcms/style/gtkthemesmodel.cpp M +1 -2 kcms/style/gtkthemesmodel.h M +17 -95 kcms/style/package/contents/ui/GtkStylePage.qml https://invent.kde.org/plasma/plasma-desktop/commit/d9d49d5c8f831a289401c50470a46a2cd5778faa -- You are receiving this mail because: You are watching all bug changes.