Skip to content

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

David Edmundson requested to merge work/startup_sound into master

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.

Do not cherry-pick this to 5.18 as the comment in main.cpp was relevant then.

BUG: 422948

Merge request reports