https://bugs.kde.org/show_bug.cgi?id=422948
--- Comment #110 from Nicolas Fella <[email protected]> --- Git commit c27f2a5ef1156ffc10018327426cbf03de9945a1 by Nicolas Fella, on behalf of Jolene K. Committed on 09/11/2022 at 16:24. Pushed by nicolasfella into branch 'Plasma/5.26'. startkde/plasma-session: fix playing startup sound Attaching the Phonon objects to the Startup object and then immediately deleting the Startup object leads to the Phonon objects being deleted too and no sound will play. I have no idea how that ever worked, maybe Phonon used to work differently in the past or maybe it depends on the backend. Since the MediaObject is configured to autodelete itself after it finishes playing, it doesn't need to be parented to anything. (cherry picked from commit a8eeac81550f32003a0609adad4965e311d86866) M +1 -1 startkde/plasma-session/startup.cpp M +4 -4 startkde/startplasma.cpp M +1 -1 startkde/startplasma.h https://invent.kde.org/plasma/plasma-workspace/commit/c27f2a5ef1156ffc10018327426cbf03de9945a1 -- You are receiving this mail because: You are watching all bug changes.
