GNOME Bugzilla – Bug 331765
[alsamixer] mixer applet slider doesn't want to move from the top when muted
Last modified: 2006-02-21 13:48:30 UTC
* right click on the mixer applet, mute * left click on it, the slider is on the top * try moving down the slider, it keeps jumping between the top and the position you want to give to it * unpress the button, it jumps back to the top Moving the slider when mutted should unmute and allow to use the slider normally
Created attachment 59780 [details] [review] possible fix Looks like an alsamixer element issue. Does this fix this for you?
That fixes the moving issue you can argue than moving the slider should unmute it but that's an another topic
Something for the usability folks to ponder I suppose .... ;) Fix committed: 2006-02-21 Tim-Philipp Müller <tim at centricular dot net> * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume): Fix issues with mixer keeping state when muting/unmuting and when changing the volume whilst muted (see #331763 and #331765).