diff --git a/src/gui/uithememanager.cpp b/src/gui/uithememanager.cpp index 25412eb..77cd935 100644 --- a/src/gui/uithememanager.cpp +++ b/src/gui/uithememanager.cpp @@ -245,6 +245,7 @@ QColor UIThemeManager::getColor(const QString &id, const QColor &defaultColor) c QIcon UIThemeManager::getSystrayIcon() const { const TrayIcon::Style style = Preferences::instance()->trayIconStyle(); + QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << QString::fromUtf8("/usr/share/icons/hicolor")); switch (style) { #if defined(Q_OS_UNIX)