Comment # 4 on bug 805855 from
Yes, I had it, but removed along with gnome-keyring-lang and gnome-keyring-pam.
libgnome-keyring0 is still on the system.

I opened KWalletManager and the application itself works fine.

When I forced the use of keyrings in .oscrc then the following exception
occurred:

Gkr-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/osc", line 41, in <module>
    r = babysitter.run(osccli)
  File "/usr/lib/python2.7/site-packages/osc/babysitter.py", line 61, in run
    return prg.main(argv)
  File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 335, in main
    self.postoptparse()
  File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 160, in
postoptparse
    conf.add_section(e.file, e.url, user, passwd)
  File "/usr/lib/python2.7/site-packages/osc/conf.py", line 773, in add_section
    keyring.set_password(host, user, passwd)
  File "/usr/lib/python2.7/site-packages/keyring/core.py", line 44, in
set_password
    _keyring_backend.set_password(service_name, username, password)
  File "/usr/lib/python2.7/site-packages/keyring/backends/Gnome.py", line 96,
in set_password
    raise PasswordSetError(result.value_name)
keyring.errors.PasswordSetError: GNOME_KEYRING_RESULT_IO_ERROR


You are receiving this mail because: