@Michal: could you open volume-control.py and then go to line 542, it
should currently say this:

return sum(volume_channels) / len(volume_channels)

Change this to:

return sum(volume_channels) / len(volume_channels) -
self.__current_track.min_volume

I think should fix the problem you have.

** Changed in: awn-extras
       Status: Fix Committed => Confirmed

-- 
IndexError in Volume Control: list index out of range
https://bugs.launchpad.net/bugs/461123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to