Changing the volume while muted should not change the menu icon
Bug #522765 reported by
David Barth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
The Sound Menu |
Fix Released
|
High
|
Conor Curran | ||
0.1 |
Fix Released
|
High
|
Conor Curran |
Bug Description
Sound was muted while I played with the volume slider in the menu. However, as I was playing with the slider, the icon of the sound menu was updated to reflect the "fake" volume level, whereas other mixer where still considering that the sound was muted.
Or that may be covered by the "input while muted" case, ie putting a red icon on the panel? Better maybe than suddenly un-muting.
Related branches
lp://staging/~cjcurran/indicator-sound/dynamic_sink_switch_smooth_sliding
- Cody Russell (community): Approve
-
Diff: 417 lines (+134/-86)3 files modifiedsrc/indicator-sound.c (+36/-55)
src/pulse-manager.c (+89/-22)
src/sound-service.c (+9/-9)
lp://staging/~cjcurran/indicator-sound/bugfix_522765
- David Barth: Approve
- Matthew Paul Thomas: Pending (design option) requested
-
Diff: 33 lines (+4/-1)2 files modifiedsrc/indicator-sound.c (+3/-0)
src/pulse-manager.c (+1/-1)
Changed in indicator-sound: | |
assignee: | nobody → Conor Curran (cjcurran) |
To post a comment you must log in.
Spoke with MPT about this. The behaviour now is to have the slider disabled when it is muted. So user interaction with the slider is not possible while slider is muted. If the volume changes by some other means the slider position will not change until after the mute state is switched off i.e. the slider position will only be updated once the mute state is over.