← Back to team overview

debcrafters-packages team mailing list archive

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

 

Public bug reported:

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.

** Affects: python-keyring
     Importance: Unknown
         Status: Unknown

** Affects: python-keyring (Ubuntu)
     Importance: Undecided
         Status: New

** Bug watch added: github.com/jaraco/keyring/issues #726
   https://github.com/jaraco/keyring/issues/726

** Also affects: python-keyring via
   https://github.com/jaraco/keyring/issues/726
   Importance: Unknown
       Status: Unknown

-- 
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:
  Unknown
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



Follow ups