summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5/kwin/follow-symlinks.patch
blob: 60b8f5ef541f357ea803c54106c23e10dc9ff5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: kwin-5.7.3/plugins/kdecorations/aurorae/src/aurorae.cpp
===================================================================
--- kwin-5.7.3.orig/plugins/kdecorations/aurorae/src/aurorae.cpp
+++ kwin-5.7.3/plugins/kdecorations/aurorae/src/aurorae.cpp
@@ -211,7 +211,7 @@ void Helper::init()
     // so let's try to locate our plugin:
     QString pluginPath;
     for (const QString &path : m_engine->importPathList()) {
-        QDirIterator it(path, QDirIterator::Subdirectories);
+        QDirIterator it(path, QDirIterator::Subdirectories | QDirIterator::FollowSymlinks);
         while (it.hasNext()) {
             it.next();
             QFileInfo fileInfo = it.fileInfo();