https://bugs.kde.org/show_bug.cgi?id=356190
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #2 from David Edmundson <[email protected]> --- Shutdown scripts are done by startkde after ksmserver quits. Which never happens because we've told systemd to shutdown. Older systems asked the DM to close us then they did the shutting down (because you need something that runs as root to do it) Obvious fix is to just move shutdown scripts into ksmserver before we call KDisplayManager::shutdown (which weirdly includes logout) and remove code from startkde. I'll do that tomorrow for 5.5.1 A more awesome (but less portable) method is to make ksmserver have a systemd delay inhibitor on shutdown; but then we'd need a separate path for logout...so maybe not worth it -- You are receiving this mail because: You are watching all bug changes.
