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 131917 - Gnome-cd Volume Slider Not Working
Gnome-cd Volume Slider Not Working
Status: RESOLVED DUPLICATE of bug 131158
Product: gnome-media
Classification: Deprecated
Component: Gnome-CD
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-19 12:32 UTC by Nicholas Curran
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple fix to volume slider start-up problem. (716 bytes, patch)
2004-01-19 12:35 UTC, Nicholas Curran
none Details | Review

Description Nicholas Curran 2004-01-19 12:32:47 UTC
Actually, I noticed this in 2.4, but have just gone searching in CVS to fix it.

When you start gnome-cd, the slider is always at the bottom, indicating no
volume, regardless of what the CD volume actually is.  Moving the volume
slider changes the volume properly, but at startup, it is always 0.

Why is this so?  Because the range for the volume slider is set for -255 to
0, but the value from status->volume (to set the slider) is always
positive!  This patch (which involves just adding one char ['-']) seems to
fix this problem.  Hope I have done the patch right...
Comment 1 Nicholas Curran 2004-01-19 12:35:07 UTC
Created attachment 23520 [details] [review]
Simple fix to volume slider start-up problem.
Comment 2 Christophe Fergeau 2004-02-29 10:58:32 UTC

*** This bug has been marked as a duplicate of 131158 ***