Skip to content

[plasma-session] Fix application lifespan

David Edmundson requested to merge work/startup_sound2 into master

We want to last until all jobs are finished and the notification sound thread has finished. The design intention was to let QEventLoopLocker handle all of it implicitly, but that doesn't work when some bit of code calls quit explicitly.

BUG: 422948

I still want to split the notification sound out into another binary, but I wanted something easily backportable as some users seem quite passionate about it.

Merge request reports