Where can I find the source code for the indicator-applet plugin?

Asked by Artyom Zorin

I have been wondering how to fix this bug in AWN: https://bugs.launchpad.net/awn-extras/+bug/871253
As nobody could find an answer to it, I've decided to look into the code myself. Unfortunately I could not find the source code for the awn-indicator-applet in the downloadable package file of awn-extras here on Launchpad.
If anyone has access to the source code I would be grateful if you could point me in the right direction (since it is supposed to be an Open Source project).
Thanks in advance!

Question information

Language:
English Edit question
Status:
Answered
For:
Awn Extras Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alex Cabal (acabal) said :
#1

I believe you can find it here: http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk/files/head:/applets/maintained/indicator-applet/

Good luck getting this bug fixed, I'd love to see it fixed myself as there don't seem to be any good alternatives to indicator-datetime!

Revision history for this message
antonio colomar (cuatrero1) said :
#2

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/awn/extras/awnlib.py", line 1580, in init_start
    applet_class(applet)
  File "/usr/share/avant-window-navigator/applets/battery/battery.py", line 79, in __init__
    self.setup_context_menu()
  File "/usr/share/avant-window-navigator/applets/battery/battery.py", line 169, in setup_context_menu
    self.applet.settings.load_bindings(binder)
  File "/usr/lib/python2.7/dist-packages/awn/extras/awnlib.py", line 839, in load_bindings
    return self.__client.load_bindings(object)
  File "/usr/lib/python2.7/dist-packages/awn/extras/awnlib.py", line 926, in load_bindings
    self.__config_object = binder.create_gobject()
  File "/usr/lib/python2.7/dist-packages/awn/extras/configbinder.py", line 84, in create_gobject
    return ConfigGObject()
  File "/usr/lib/python2.7/dist-packages/awn/extras/configbinder.py", line 76, in __init__
    bind_property(client, group, key, self, name, widget, *data[1], **data[2])
  File "/usr/lib/python2.7/dist-packages/awn/extras/configbinder.py", line 256, in bind_property
    set_widget_value(widget, value)
  File "/usr/lib/python2.7/dist-packages/awn/extras/configbinder.py", line 146, in set_widget_value
    widget.set_active(value)
TypeError: an integer is required

Can you help with this problem?

Provide an answer of your own, or ask Artyom Zorin for more information if necessary.

To post a message you must log in.