Skip to content

[startkde] Block plasma-session exiting until startup sound completes

David Edmundson requested to merge cherry-pick-ef4b8486 into Plasma/5.19

The initial comment about disabling quitLock is deprecated since we added a QCoreApplication around the startup.

We can then use Qt's mechanism to delay application exit till the notification thread finishes.

This presumably has been a bug for a while, but noticable in 5.19 after even more startup performance improvements.

BUG: 422948

(cherry picked from commit ef4b8486)

Merge request reports