Comment 3 for bug 461624

Revision history for this message
SteveLong (steveandbrit) wrote : Re: [Bug 461624] Re: YAMA (places): IndexError: list index out of range

Have been unable to reproduce the error other than the first time.

Sent from my iPod

On Oct 28, 2009, at 12:20 PM, onox <email address hidden> wrote:

> Can you go to line 363 in yama.py, and insert the following text on
> the
> line above it:
>
> print icons
>
> Please then run avant-window-navigator in console and try to reproduce
> the IndexError again, you should then see some output in the console.
> Please paste the output.
>
> ** Changed in: awn-extras
> Milestone: None => 0.4.0
>
> --
> YAMA (places): IndexError: list index out of range
> https://bugs.launchpad.net/bugs/461624
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Awn Extras: Confirmed
>
> Bug description:
> Installed on Ubuntu Jaunty 9.04 from the AWN testing PPA. AWN
> version bzr-1603 AWN Extras version bzr-1755. Applet version 0.3.9.
> Running compiz ATi 9200 video card with open source ati driver. The
> applet worked fine after first installing AWN 0.3.9 but quit working
> after a reboot.
>
>
> Traceback (most recent call last):
> File "/var/lib/python-support/python2.6/awn/extras/awnlib.py", line
> 1582, in init_start
> applet_class(applet)
> File "/usr/share/avant-window-navigator/applets/yama/yama.py", line
> 84, in __init__
> self.create_places_submenu(self.menu)
> File "/usr/share/avant-window-navigator/applets/yama/yama.py", line
> 252, in create_places_submenu
> self.append_volumes()
> File "/usr/share/avant-window-navigator/applets/yama/yama.py", line
> 363, in append_volumes
> item = self.create_menu_item(name, icons[1], tooltip)
> IndexError: list index out of range