https://bugs.kde.org/show_bug.cgi?id=491059
--- Comment #15 from Méven <me...@kde.org> --- (In reply to Patrick Silva from comment #14) > Thank you very much, the following command worked: > > $ cmake .. -DBUILD_TESTING=OFF > > Méven's merge request fixes the crash on my system. :) I merged to master https://invent.kde.org/plasma/plasma-workspace/-/commit/6893ad4d4c53ceb62b998b73e012f7f9f13ffff7. This should be fixed in master, can you (one last time) confirm :) If it does not fix it then it is missing: ``` disconnect(m_outputOrderWatcher, &OutputOrderWatcher::outputOrderChanged, this, nullptr); ``` in dtor, or another way to avoid the wallpaper config to get updated. I still don't quite pinpoint how the application can be in the stacktrace state exactly. > KDE Frameworks Version: 6.5.0 Do you still have this version @Patrick Silva ? -- You are receiving this mail because: You are watching all bug changes.