From: Debian KDE Extras Team Date: Sun, 7 Oct 2018 14:43:33 +0000 (+0100) Subject: _force_icon_theme X-Git-Tag: archive/raspbian/1%0.13.0-2+rpi1~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=985dee555db7fc96d8c4188b88574c340718aeaf;p=quassel.git _force_icon_theme Gbp-Pq: Name 03_force_icon_theme.patch --- 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");