https://bugs.kde.org/show_bug.cgi?id=521973
Bug ID: 521973
Summary: System tray volume icon shows muted speaker when USB
audio device is default sink
Classification: Plasma
Product: plasmashell
Version First 6.7.0
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Audio Volume widget
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
DESCRIPTION
The volume applet in the system tray shows audio-volume-muted-symbolic
(crossed-out speaker icon) even though audio is working normally and the device
is not muted. This happens with a USB headset as the default audio device.
STEPS TO REPRODUCE
1. Connect a USB headset
2. Ensure it is the default PulseAudio/PipeWire sink
3. Observe the system tray volume icon
OBSERVED RESULT
Icon shows crossed-out (muted) speaker
EXPECTED RESULT
Icon reflects actual volume level (low/medium/high)
SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20260618
KDE Plasma Version: 6.7.0
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
Kernel Version: 7.0.12-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × 12th Gen Intel® Core™ i3-12100
Memory: 16 GiB of RAM (15.4 GiB usable)
Graphics Processor: AMD Radeon RX 6650 XT
Manufacturer: ASUS
ADDITIONAL INFORMATION
In applet/main.qml line 84–85, when PreferredDevice.sink is null or is the
dummy output (auto_null), the fallback is:
: AudioIcon.forVolume(0, true, "")
This calls audioicon.cpp with muted=true, which always returns
audio-volume-muted-symbolic. USB audio devices can trigger this path during
plug/unplug cycles when PipeWire briefly loses
the default sink.
Suggested fix:
: "audio-card-symbolic"
This correctly conveys "no device" rather than "user muted audio", which are
semantically different states.
--
You are receiving this mail because:
You are watching all bug changes.