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 678598 - Clicking on the volume slider doesn't move the current volume
Clicking on the volume slider doesn't move the current volume
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-22 07:21 UTC by D.S. (Spider) Ljungmark
Modified: 2012-06-25 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description D.S. (Spider) Ljungmark 2012-06-22 07:21:32 UTC
The behaviour of Gnome Control Center - Sound "Volume" slider differs from the drop-down in the shell when you click on the slider.

Testing:
  Set volume to 0
  Click in the middle (approx 50% volume)

Expectation:
   Same behaviour as the drop down, current volume increases to the point where you click.


Reality:
   Nothing happens.
Comment 1 Matthias Clasen 2012-06-22 11:43:12 UTC
This is because the custom sliders in the sound panel interfere with the changed behaviour of GtkScale. The fix is to just remove the custom slider implementations and use GtkScale. It has the right behaviour now.
Comment 2 Bastien Nocera 2012-06-25 12:34:23 UTC
commit 9859ffbc27aca0a4f1a58412233498cdf846da70
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 25 13:32:36 2012 +0100

    sound: Remove left-click behaviour work-around
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678598