Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/awn/extras/awnlib.py", line 1580, in init_start
applet_class(applet)
File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 74, in __init__
self.login()
File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 96, in login
self.submitPWD(key)
File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 124, in submitPWD
self.refresh()
File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 130, in refresh
self.mail.update()
File "/usr/share/avant-window-navigator/applets/mail/mail.py", line 396, in update
% (self.key.attrs["username"], self.key.password))
File "/usr/lib/python2.6/dist-packages/awn/extras/awnlib.py", line 1122, in __getPass
return self.__get().get_secret()
File "/usr/lib/python2.6/dist-packages/awn/extras/awnlib.py", line 1107, in __get
return gnomekeyring.item_get_info_sync(None, self.token)
NoKeyringDaemonError
Per the bug reporting guidelines on the bug reporting page:
> PLEASE NOTE: If your bug is specific to one applet (as opposed to *all* /bugs.launchpad .net/awn- extras/
> applets, or the entire dock), please file your bug at the awn-extras
> bugtracker: https:/
It does seem like a bug that the mail applet is not handling the case where no keyring exists.