https://bugs.kde.org/show_bug.cgi?id=422278
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |NOT A BUG CC| |nicolas.fe...@gmx.de --- Comment #5 from Nicolas Fella <nicolas.fe...@gmx.de> --- I can't see how that could be caused by KDE software. It's likely that for some reason Pulseaudio was set to have different left/right volumes. You can check that with pactl list sinks | grep "Volume:" If the front-left and front-right values are different then that's the explanation You can set them both to zero with "pactl set-sink-volume 0 0". Any volume change from there on should change both in sync. You may need to exchange the first 0 with the correct sink id though. -- You are receiving this mail because: You are watching all bug changes.