Summary: | The sound rises to the maximum in KDE to receive system notifications | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Cristian Betancur <cristian-9401> |
Component: | Notifications | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED NOT A BUG | ||
Severity: | major | CC: | andrewnkde, kde, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 5.4.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
URL: | https://deblinux.wordpress.com/2014/02/12/solucion-el-sonido-se-sube-al-maximo-en-kde-al-recibir-notificaciones/ | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cristian Betancur
2016-05-18 16:30:24 UTC
This bug is not about Colibri, reassigning. I've encountered this before. You need to modify your /etc/pulse/daemon.conf so that it says "flat-volumes = no" instead of flat-volumes = yes. Don't forget to uncomment that line. Flat-volumes=no is the default in pulseaudio. So not a Plasma problem. Please reopen if that doesn't fix it. Edit. Apparently not: flat-volumes scales the device-volume with the volume of the "loudest" application. For example, raising the VoIP call volume will raise the hardware volume and adjust the music-player volume so it stays where it was, without having to lower the volume of the music-player manually. Defaults to yes upstream, but to no within Arch. Note: The default behavior upstream can sometimes be confusing and some applications, unaware of this feature, can set their volume to 100% at startup, potentially blowing your speakers or your ears. This is why Arch defaults to the classic (ALSA) behavior by setting this to no. |