You are not logged in.

#1 2010-12-31 12:39:15

tobiasquinn
Member
Registered: 2010-12-26
Posts: 12

[Solved] gnome-volume-control slider adjustment with mouse scrollwheel

Hi,

I am having a problem with volume and balance adjustment sliders using gnome-volume-control from gnome-media-pulse. It seems that when using the scrollwheel of the mouse both up and down movements decrease the value of the slider. With adjustment using the mouse pointer the sliders behave correctly.

This is using gnome-media-pulse 2.32.0-2 on x86_64.

Does anyone have the same problem? or perhaps a solution or is it worth me investigating further to find a fix.

Last edited by tobiasquinn (2011-01-03 16:48:17)

Offline

#2 2010-12-31 15:26:07

tobiasquinn
Member
Registered: 2010-12-26
Posts: 12

Re: [Solved] gnome-volume-control slider adjustment with mouse scrollwheel

Okay, I've found the bug which is fixed in the git branch gnome-2-32 of gnome-media upstream but not in the released tarball so I assume it will be fixed in the next release of gnome-media-2.32.0 in arch.

This will patch fixes the bug:

--- gnome-media-2.32.0/gnome-volume-control/src/gvc-channel-bar.c    2010-09-28 15:46:15.000000000 +0100
+++ gnome-media-2.32.0.new/gnome-volume-control/src/gvc-channel-bar.c    2010-12-31 15:14:23.964994328 +0000
@@ -449,7 +449,7 @@
                 /* Switch side scroll to vertical */
                 if (direction == GDK_SCROLL_RIGHT)
                         direction = GDK_SCROLL_UP;
-                else if (GDK_SCROLL_LEFT)
+                else if (direction == GDK_SCROLL_LEFT)
                         direction = GDK_SCROLL_DOWN;
         }

Offline

#3 2010-12-31 15:32:59

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] gnome-volume-control slider adjustment with mouse scrollwheel

never would be a next release of 2.32 branch.

if you want this to be fixed, submit a bug report on our tracker asking to include it.


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2010-12-31 15:38:06

tobiasquinn
Member
Registered: 2010-12-26
Posts: 12

Re: [Solved] gnome-volume-control slider adjustment with mouse scrollwheel

Done - https://bugs.archlinux.org/task/22267

Solved in gnome-media-pulse 2.32.0-3

Last edited by tobiasquinn (2011-01-03 16:47:40)

Offline

Board footer

Powered by FluxBB