After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 595857 - sliding up from zero in the applet doesn't stick
sliding up from zero in the applet doesn't stick
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: gnome-volume-control
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-21 17:46 UTC by Matthias Clasen
Modified: 2009-09-22 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix stream volume vs. muted status problems (5.86 KB, patch)
2009-09-22 13:02 UTC, Bastien Nocera
committed Details | Review

Description Matthias Clasen 2009-09-21 17:46:51 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.
Comment 1 Bastien Nocera 2009-09-22 13:02:39 UTC
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.
Comment 2 Bastien Nocera 2009-09-22 13:03:24 UTC
Attachment 143694 [details] pushed as bda0548 - Fix stream volume vs. muted status problems