Comment 1 for bug 674122

Revision history for this message
Dirk T (miriup) wrote :

Same problem here. OS: Gentoo with KDE as my primary desktop environment - Yeah, I see why this could not be working. ;)

Gnome itself is not installed, by I have installed dev-python/gnome-keyring-python-2.32.0 and gnome-base/gnome-keyring-2.32.1.

This is the error message on my box:

Traceback (most recent call last):
  File "/usr/bin/rescuetime_linux_uploader-2.6", line 9, in <module>
    load_entry_point('RescueTimeUploader==unknown', 'console_scripts', 'rescuetime_linux_uploader')()
  File "/usr/lib64/python2.6/site-packages/RescueTimeUploader/entrypoints.py", line 5, in command_line
    u = RescueTimeUploader.uploader.Uploader()
  File "/usr/lib64/python2.6/site-packages/RescueTimeUploader/uploader.py", line 344, in __init__
    self.options.save_preferences(email_address, password)
  File "/usr/lib64/python2.6/site-packages/RescueTimeUploader/options.py", line 77, in save_preferences
    gkey.item_create_sync(gkey.get_default_keyring_sync(),
gnomekeyring.IOError

Note: I'm using rescuetime_linux_uploader from an ebuild and the version 2.6 in the output above is the python interpreter version it runs.