SUMMARY When you click on the microphone icon in the task bar to mute/un-mute, the message that pops up on-screen shows the opposite of what you've done. STEPS TO REPRODUCE 1. Click on the microphone icon in the bottom right (task bar) to mute/un-mute. OBSERVED RESULT If you click to mute, the message that pops up on-screen shows 'Volume 100%'. If you click the icon again to un-mute, the message says 'Microphone Muted'. EXPECTED RESULT The opposite on-screen messages for the respective actions. SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Tumbleweed/Plasma 5.27.6 KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.107.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION Love you folks <3
Can confirm.
The problem seems to be that when we get to MicrophoneIndicator::volumePercent(), source->isMuted() returns the opposite of what it should.
*** Bug 492212 has been marked as a duplicate of this bug. ***