Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 5466cddc6a9303fede909e8cb663082c > files > 2

kde-gtk-config-5.12.2-1.mga6.src.rpm

diff --git a/src/iconthemesmodel.cpp b/src/iconthemesmodel.cpp
index a30f745..001ca4c 100644
--- a/src/iconthemesmodel.cpp
+++ b/src/iconthemesmodel.cpp
@@ -51,7 +51,7 @@ QList<QDir> IconThemesModel::installedThemesPaths()
             QString currentPath = it.next();
             QDir dir(currentPath);
             
-            if(dir.exists() && !dir.exists("cursors") && dir.exists("index.theme")) {
+            if(dir.exists() && (!dir.exists("cursors") || dir.dirName()=="Adwaita") && dir.exists("index.theme")) {
                 availableIcons << dir;
             }
         }