https://bugs.kde.org/show_bug.cgi?id=491745
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/66795a882afffb4f2d236952e | |d6cb4cb543e524c Version| |6.8.0 Fixed/Implemented| | In| | --- Comment #10 from Nate Graham <[email protected]> --- Git commit 66795a882afffb4f2d236952ed6cb4cb543e524c by Nate Graham, on behalf of Ramil Nurmanov. Committed on 26/08/2026 at 15:46. Pushed by ngraham into branch 'master'. ksmserver: Only wait for exit sound to *complete* before logout Previously, `ksmserver` waited for the `exitkde` notification to finish before calling `startKilling()`. This caused several seconds of inactivity before applications started exiting. Now `startKilling()` is called immediately after starting the logout sound. Once all clients have exited, final session termination is deferred until the sound finishes playing. There is currently no visual feedback while the sound is playing, so the desktop may remain visually static during this period. Improving the visual feedback can be handled separately. FIXED-IN: 6.8.0 M +23 -15 ksmserver/logout.cpp M +4 -1 ksmserver/server.h https://invent.kde.org/plasma/plasma-workspace/-/commit/66795a882afffb4f2d236952ed6cb4cb543e524c -- You are receiving this mail because: You are watching all bug changes.
