From kde-bugs-dist Sat Feb 28 21:46:56 2015 From: Christoph Feck Date: Sat, 28 Feb 2015 21:46:56 +0000 To: kde-bugs-dist Subject: [frameworks-frameworkintegration] [Bug 344469] Icon themes from inside Qt5 application resources are Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=142516002924513 https://bugs.kde.org/show_bug.cgi?id=344469 Christoph Feck changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cfeck@kde.org --- Comment #4 from Christoph Feck --- Petr, could you test this patch for "kiconthemes" framework? If it works, I will discuss with frameworks developers if it can be integrated. diff --git a/src/kiconloader.cpp b/src/kiconloader.cpp index c47eecb..6015fc1 100644 --- a/src/kiconloader.cpp +++ b/src/kiconloader.cpp @@ -556,6 +556,8 @@ bool KIconLoaderPrivate::initIconThemes() searchPaths.append("icons"); // was xdgdata-icon in KStandardDirs // These are not in the icon spec, but e.g. GNOME puts some icons there anyway. searchPaths.append("pixmaps"); // was xdgdata-pixmaps in KStandardDirs + // Fallback to Qt resources + searchPaths.append(":/icons"); #ifndef NDEBUG QString dbgString = "Theme tree: "; -- You are receiving this mail because: You are watching all bug changes.