How can I avoid gnomekeyring.IOError?

Asked by christopher

When I run the app, I get the following error:

~$ python /usr/bin/gm-notify.py
** Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
Traceback (most recent call last):
  File "/usr/bin/gm-notify.py", line 235, in <module>
    cm = CheckMail()
  File "/usr/bin/gm-notify.py", line 71, in __init__
    keys = keyring.Keyring("GMail", "mail.google.com", "http")
  File "/usr/lib/python2.6/dist-packages/gm_notify_keyring.py", line 12, in __init__
    self._keyring = gkey.get_default_keyring_sync()
gnomekeyring.IOError

Thanks,
Christopher

Question information

Language:
English Edit question
Status:
Solved
For:
GMail Notifier Edit question
Assignee:
No assignee Edit question
Solved by:
christopher
Solved:
Last query:
Last reply:
Revision history for this message
christopher (sousedstvi) said :
#1

post #14 on https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/569667 solved my problem, allowing gm-notify to start up