GNOME Bugzilla – Bug 595857
sliding up from zero in the applet doesn't stick
Last modified: 2009-09-22 13:03:27 UTC
The situation is as follows: - no media app is running - event sound is turned on and at 100% - main volume is at maybe 75%, and the mute box is checked - the applet slider is at 0 In this situation, using the applet to change the volume to something other than 0 does not work, the slider 'jumps back' to 0, and the capplet doesn't show any change in any of the settings.
Created attachment 143694 [details] [review] Fix stream volume vs. muted status problems We need to behave differently when we have and don't have a muted button in the channel bar. Only mute and unmute the channel bar on 0-level when we don't show a mute button (status icon) Tell front-ends of the value change when we switch between the zero adjustment, and the normal one. Don't unmute muted streams when raising the volume (dialogue) Set the stream mute status before changing it in PA. All this fixes the status icon's slider not unmuting streams, and staying stuck to zero.
Attachment 143694 [details] pushed as bda0548 - Fix stream volume vs. muted status problems