From 985dee555db7fc96d8c4188b88574c340718aeaf Mon Sep 17 00:00:00 2001 From: Debian KDE Extras Team Date: Sun, 7 Oct 2018 15:43:33 +0100 Subject: [PATCH] _force_icon_theme Gbp-Pq: Name 03_force_icon_theme.patch --- src/qtui/qtuiapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtui/qtuiapplication.cpp b/src/qtui/qtuiapplication.cpp index de32aa8..701806f 100644 --- a/src/qtui/qtuiapplication.cpp +++ b/src/qtui/qtuiapplication.cpp @@ -150,7 +150,7 @@ bool QtUiApplication::init() // Set the icon theme if (Quassel::isOptionSet("icontheme")) QIcon::setThemeName(Quassel::optionValue("icontheme")); - else if (QIcon::themeName().isEmpty()) + else if (QIcon::themeName() != "oxygen" && QIcon::themeName() != "breeze") // Some platforms don't set a default icon theme; chances are we can find our bundled Oxygen theme though QIcon::setThemeName("oxygen"); -- 2.30.2