https://bugs.kde.org/show_bug.cgi?id=357170
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/3e295c33d0ee9f06c0f723a93 | |2f094c202af0302 --- Comment #10 from David Edmundson <[email protected]> --- Git commit 3e295c33d0ee9f06c0f723a932f094c202af0302 by David Edmundson. Committed on 11/10/2024 at 13:56. Pushed by davidedmundson into branch 'master'. startkde: Avoid waiting when notifying ksplash is up During startup we send signals to ksplash to let it knows components are up. To avoid a previous race ksplash uses the "waitforname" trick so any calls to notify ksplash before ksplash is up wait around before being dispatched. This unfortunately means if ksplash is disabled or explicitly closed we still hit this path and any call to ksplash will be kept alive until timeout. This systemd service is just used to notify ksplash, we don't need to wait for a response for the service to be considered done. This can block the login process, which has the side effect of inhibiting logout too. Related: bug 492492 M +1 -1 startkde/systemd/plasma-ksplash-ready.service.in https://invent.kde.org/plasma/plasma-workspace/-/commit/3e295c33d0ee9f06c0f723a932f094c202af0302 -- You are receiving this mail because: You are watching all bug changes.
