gmusicbrowser Forum

Main board => Questions => Topic started by: DarkSkyGhost on December 15, 2010, 06:26:24

Title: Volume slider doesn't work
Post by: DarkSkyGhost on December 15, 2010, 06:26:24
When I try to change volume, slider just drops to 0 and I can't get it back up. Had to create keyboard shortcut to increase volume.

At first I thought it was TeamViewer's problem, because it happened when I used it. Unfortunately...

From terminal:

Use of uninitialized value in multiplication (*) at /home/darkskyghost/gmusicbrowser/gmusicbrowser_layout.pm line 3181.
Title: Re: Volume slider doesn't work
Post by: bucaneer on December 15, 2010, 12:49:13
Apparently fixable by adding
$self->{max}= $max;
somewhere around line 3125 in gmusicbrowser_layout.pm. Probably not the most elegant solution, though.
Title: Re: Volume slider doesn't work
Post by: Quentin Sculo on December 15, 2010, 13:39:29
it is the correct fix, fixed in git, thanks.