Summary: | Multiple audio devices can both end up with a checked radio button, which doesn't make sense | ||
---|---|---|---|
Product: | [Unmaintained] plasma-pa | Reporter: | Gabriel Fonseca <gabriel.f.alexandre> |
Component: | applet | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | isma.af, kdedev, nate, sitter |
Priority: | NOR | ||
Version First Reported In: | 6.0.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=460800 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | the audio applet marking 2 devices |
Description
Gabriel Fonseca
2024-06-17 18:26:26 UTC
Another user reported the same problem in https://bugs.kde.org/show_bug.cgi?id=460800 . There are other symptoms, which may or may not be related to the UI problem. That bug is " Audio continues via original channel when bluetooth connected to an external device (and notification shows audio switched to BT channel)" https://bugsfiles.kde.org/attachment.cgi?id=164948 Their system Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 Kernel Version: 6.2.0-33-generic (64-bit) Graphics Platform: X11 Looks to me like a bug in pipewire. What happens is that we think the new thing is default but the old thing never gets marked as not-default so we end up with multiple selected radio buttons. I think I can reproduce the problem. It also happens with pactl set-default-source and get-default-source so clearly an upstream issue. But... it disappears once I build pipewire from git. So I guess it is already fixed there :) |