Summary: | Startup sound does not play | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | worthymelight <davidpetko07> |
Component: | Startup process | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bassistguy, danielbermond, eliteamdgaming, gertlink_nospam, julien.dlq, kde, nate, phd, postix, sitter, smowtenshi |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 6.0.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=422948 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/3ff5540efc259c9d428841d4038a54f2bf76df11 | Version Fixed In: | 6.0.3 |
Sentry Crash Report: |
Description
worthymelight
2024-03-07 13:49:37 UTC
Can reproduce. *** Bug 483255 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4067 Ugh, this is actually terrible. Besides the obvious bug with us not resolving the sounds correctly, the sound device may also be in energy saving and not wake up at all or not in time to produce anything audible 🙈 Git commit 1d36279bceb2135725db0130714b8980b68c50b3 by Nicolas Fella, on behalf of Harald Sitter. Committed on 15/03/2024 at 10:31. Pushed by nicolasfella into branch 'master'. resolve startup sound against ocean theme this is a fairly dirty hotfix for 6.0. longer term we should look at porting from phonon to libcanberra so we don't need to faff about with file name resolution M +18 -10 startkde/startplasma.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/1d36279bceb2135725db0130714b8980b68c50b3 Git commit 3ff5540efc259c9d428841d4038a54f2bf76df11 by Nicolas Fella, on behalf of Harald Sitter. Committed on 15/03/2024 at 10:49. Pushed by nicolasfella into branch 'Plasma/6.0'. resolve startup sound against ocean theme this is a fairly dirty hotfix for 6.0. longer term we should look at porting from phonon to libcanberra so we don't need to faff about with file name resolution (cherry picked from commit 1d36279bceb2135725db0130714b8980b68c50b3) M +18 -10 startkde/startplasma.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/3ff5540efc259c9d428841d4038a54f2bf76df11 I have installed 6.0.3, and still no sound on login. (In reply to Julien Delquié from comment #7) > I have installed 6.0.3, and still no sound on login. Ok, nevermind, I think I have messed-up my USE flags on day, and maybe missing media-libs/phonon-vlc dependency. Actually, it works. Having this same issue in 6.1.2 .3 hasn't hit arch yet. but Kde mutes audio after about 3 seconds. I am using Freedesktop cause I prefer the volume up down sound on that one. an got a bit tired of replacing the ocean one every update. Operating System: Garuda Linux KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.10.0-1-cachyos (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 7900 GRE (In reply to Elite from comment #9) > Having this same issue in 6.1.2 .3 hasn't hit arch yet. but Kde mutes audio > after about 3 seconds. I am using Freedesktop cause I prefer the volume up > down sound on that one. an got a bit tired of replacing the ocean one every > update. > > Operating System: Garuda Linux > KDE Plasma Version: 6.1.2 > KDE Frameworks Version: 6.4.0 > Qt Version: 6.7.2 > Kernel Version: 6.10.0-1-cachyos (64-bit) > Graphics Platform: Wayland > Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor > Memory: 15.5 GiB of RAM > Graphics Processor: AMD Radeon RX 7900 GRE ~update 7/20/2024 Fixed in 6.1.3 |