[Bug 461123] Re: IndexError in Volume Control: list index out of range

2013-11-17 Thread Povilas Kanapickas
** Changed in: awn-extras Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/461123 Title: IndexError in Volume Control: list index out of range To manage no

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2011-08-07 Thread Coman Mihai
I get this error on Archlinux. It used to work, though, may be caused by an update. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/awn/extras/awnlib.py", line 1462, in init_start applet_class(applet) File "/usr/share/avant-window-navigator/applets/volume-contro

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2011-03-08 Thread Kaustubh P
I encountered a bug too. Seems the Output volume was amplified, i.e. more than 100 %. Setting the Output volume at exactly 100% restarted the AWN applet. The stacktrace is at: http://paste.ubuntu.com/577699/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-12-17 Thread Luca Manzari
"nils wrote on 2010-08-23: #19 Seems like applet don't recogize volume level more than 100%." kudos for this, I'm experiencing the same. Got applet version 0.4.0 on 64bit Ubuntu 10.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/awn-extras-applets -- 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

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package awn-extras-applets - 0.4.0+bzr1372-0ubuntu1 --- awn-extras-applets (0.4.0+bzr1372-0ubuntu1) maverick; urgency=low * Sync with Debian * New upstream snapshot (LP: #626265) - YAMA: use lda instead of xdg for managing desktop files (LP: #497787)

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-27 Thread onox
@nils: look at the status of this bug, which is "Fix Committed" -_- -- 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 l

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-27 Thread JohnnyD'
I agree. I occasionally hit the bug on lucid 10.04 with kernel 2.6.35 so it's either not fixed or a new bug -- 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 subscrib

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-27 Thread onox
As I said the status is "Fix Committed", which means the fix has been committed to the master branch in bzr. Only when the status gets changed to "Fix Released" you should be able to find new package of awn-extras that contains the fix. -- IndexError in Volume Control: list index out of range htt

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-26 Thread Julien Lavergne
** Changed in: awn-extras-applets (Ubuntu) Status: Triaged => In Progress ** Changed in: awn-extras-applets (Ubuntu) Assignee: (unassigned) => Julien Lavergne (gilir) -- IndexError in Volume Control: list index out of range https://bugs.launchpad.net/bugs/461123 You received this bug

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-08-23 Thread nils
Thanks. Good for me. Seems like applet don't recogize volume level more than 100%. Maybe some strings in applet code will repair this bug? -- 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

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-07-03 Thread onox
** Tags added: applet traceback volume-control -- 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

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-06-16 Thread RickySmart
File "/usr/share/avant-window-navigator/applets/volume-control/volume-control.py", line 264, in refresh_icon icon = [key for key, value in volume_ranges.iteritems() if volume <= value[0] and volume >= value[1]][0] IndexError: list index out of range Easy, just do a right click on the appl

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-05-16 Thread Mark Lee
@nimbosa: That is a different bug than this one. Please see bug #387437 for your problem (which was fixed in version 0.4.0). -- IndexError in Volume Control: list index out of range https://bugs.launchpad.net/bugs/461123 You received this b

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-05-16 Thread nimbosa
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/awn/extras/awnlib.py", line 1580, in init_start applet_class(applet) File "/usr/share/avant-window-navigator/applets/volume-control/volume-control.py", line 71, in __init__ self.setup_context_menu() File "/u

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-25 Thread onox
Fixed in revision 1295. ** Changed in: awn-extras Status: Confirmed => Fix Committed -- 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.

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-23 Thread Michał Lipski
Works as expected. Thanks. -- 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://

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-23 Thread onox
@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. ** C

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-23 Thread Michał Lipski
devices: ['hw:0'] master track: Master volume range: (135, 255) current volume: (152, 152) 120 0.8333 17 in %: 14% -- 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, wh

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-22 Thread onox
@Michal: could you execute the python file above and paste the output? ** Attachment removed: "gst-master-track-test.py" http://launchpadlibrarian.net/45061585/gst-master-track-test.py ** Branch linked: lp:awn-extras -- IndexError in Volume Control: list index out of range https://bugs.launc

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-22 Thread onox
** Attachment added: "gst-master-track-test.py" http://launchpadlibrarian.net/45061593/gst-master-track-test.py -- 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

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-22 Thread onox
** Attachment added: "gst-master-track-test.py" http://launchpadlibrarian.net/45061585/gst-master-track-test.py -- 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

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-19 Thread Michał Lipski
Here it is. ** Attachment added: "alsamixer.png" http://launchpadlibrarian.net/44835406/alsamixer.png -- 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

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-19 Thread onox
@Michał Lipski: what does alsamixer tell you? -- 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.

[Bug 461123] Re: IndexError in Volume Control: list index out of range

2010-04-19 Thread onox
** Summary changed: - volume-control.py crashed with IndexError in refresh_icon() + IndexError in Volume Control: list index out of range ** Description changed: Description: Ubuntu 9.10 Release: 9.10 - ProblemType: Crash Architecture: i386 - Date: Mon Oct 26 15:19:55 2009 - Distr