https://bugs.kde.org/show_bug.cgi?id=422948
phd <p...@phd.re> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |p...@phd.re --- Comment #42 from phd <p...@phd.re> --- I had more or less similar issues with sound in KDE (first second of notifications being ragged and quiet) for some time until I managed to pinpoint the cause recently. For me it was Pulseaudio set up (by default) to suspend sinks/sources when idle. To disable Pulseaudio suspend: 1. edit /etc/pulse/default.pa 2. comment out (with #) this line: load-module module-suspend-on-idle 3. `pulseaudio -k` or restart computer Probably worth checking if this helps in your cases. -- You are receiving this mail because: You are watching all bug changes.