mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
14 lines
686 B
Diff
14 lines
686 B
Diff
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();
|