https://bugs.kde.org/show_bug.cgi?id=488277
Dhruv Maroo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dhruv Maroo <[email protected]> --- Hi, I can also confirm that I have been facing this issue. I have been using a mock KWin DBus service[1] for quite a while. Obviously, this is just a hacky fix and not a proper solution. This commit[2] introduced the call to `closeWaylandWindows` when shutting down. I believe adding a simple isValid()[3] check for the `OrgKdeKWinSessionInterface` before calling any DBus methods should fix the issue. [1]: https://github.com/DMaroo/fakwin [2]: https://github.com/KDE/plasma-workspace/commit/23cca93b879d0fcf9f430b03a482dbca1e0a1d79 [3]: https://doc.qt.io/qt-6/qdbusabstractinterface.html#isValid -- You are receiving this mail because: You are watching all bug changes.
