← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2127720] Re: Missing support for kwalletd6 in keyring/backends/kwallet.py

 

** Changed in: python-keyring
       Status: Unknown => New

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to python-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/2127720

Title:
  Missing support for kwalletd6 in keyring/backends/kwallet.py

Status in Python Keyring:
  New
Status in python-keyring package in Ubuntu:
  New

Bug description:
  When trying to retrieve credentials from kwalletmanager I saw an error

    File "/usr/lib/python3/dist-packages/keyring/backends/kwallet.py", line 99, in connected
      raise InitError(f'Failed to open keyring: {e}.') from e
  keyring.errors.InitError: Failed to open keyring: org.freedesktop.DBus.Error.UnknownObject: No such object path '/modules/kwalletd'.

  /usr/lib/python3/dist-packages/keyring/backends/kwallet.py only
  contains support for

      /modules/kwalletd in class DBusKeyringKWallet4
      /modules/kwalletd5 in class DBusKeyring

  But Ubuntu 25.10 uses kwalletd6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keyring/+bug/2127720/+subscriptions



References