https://bugs.kde.org/show_bug.cgi?id=488277
Bug ID: 488277 Summary: Unable to leave session when using custom window manager Classification: Plasma Product: plasmashell Version: 6.0.5 Platform: Manjaro OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: Session Management Assignee: plasma-b...@kde.org Reporter: nik...@reborn.com CC: natalie_clar...@yahoo.de Target Milestone: 1.0 SUMMARY Hello, I use i3 as window manager, and I can't log out using the splash screen, nor any standard way. STEPS TO REPRODUCE 1. Start plasma with `KDEWM` set (for my case, `i3`) 2. Try to log out using any method (krunner, `qdbus6 org.kde.Shutdown /Shutdown org.kde.Shutdown.logout`) 3. Fail OBSERVED RESULT Journal control gives: ``` plasma-shutdown[75648]: org.kde.plasma.shutdown: KWin failed to complete logout ``` EXPECTED RESULT Logout should be successful. It seems that the bug stems from "23cca93 shutdown: Introduce support for KWin closing wayland windows" which sends a DBus request to the non-existent service "org.kde.KWin". Creating a mock service returning true to `org.kde.KWin.Session.closeWaylandWindows` fixes the bug. This has been evoked by Bug 481938 Comment 77 Cheers, -- You are receiving this mail because: You are watching all bug changes.