Summary: | Microphone UI shows opposite option when clicked | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Andrew Baker <andrew.baker> |
Component: | Audio Volume widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | isma.af, severin.hamader, sitter |
Priority: | NOR | ||
Version: | 6.2.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Behaviour shown when muting mic
Behaviour shown when unmuting mic |
Description
Andrew Baker
2024-04-24 19:57:23 UTC
Created attachment 168881 [details]
Behaviour shown when muting mic
Created attachment 168882 [details]
Behaviour shown when unmuting mic
Looks deceptively trivial but isn't. The problem here appears to be that the indicator assumes synchronous volume changes, but in fact it's async so by the time it looks at the volume it's still the old volume, not the new one. Not sure we'll get that sorted without some serious restructuring of things. |