Awn

Comment 3 for bug 702701

Revision history for this message
The Compiler (florianbruh-deactivatedaccount) wrote :

As a workaround until this is fixed:

- Open /usr/bin/awn-settings in a text editor, e.g.:
    gksu gedit /usr/bin/awn-settings

- On line 1255, change
    store = gtk.ListStore(str, gtk.gdk.Pixbuf, str)
 to
    store = gtk.ListStore(str, gtk.gdk.Pixbuf, int)

Works like a charm afterwards for me.

Florian