You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In gnome desktop, the keyring ask for kwallet if the required service does not exist. keyring get test-vault user ask to create new kwallet instead of reporting empty pwd or null.
To Reproduce
Steps to reproduce the behavior:
keyring get test-vault user or keyring -b keyring.backends.chainer.ChainerBackend get test-vault user
It ask to create new kwallet. If the test-valut exists, then it is ok.
keyring -b keyring.backends.SecretService.Keyring get test-vault user return nothing which is fine.
Expected behavior
should use password exists in gnome keyring or report no such service in gnome keyring.
Additional context
I do have kwalletd in system since I also installed some kde app. But they did not cause any problem before. This only happens in recent months.
The text was updated successfully, but these errors were encountered:
Describe the bug
In gnome desktop, the keyring ask for kwallet if the required service does not exist.
keyring get test-vault user
ask to create new kwallet instead of reporting empty pwd or null.To Reproduce
Steps to reproduce the behavior:
keyring get test-vault user
orkeyring -b keyring.backends.chainer.ChainerBackend get test-vault user
It ask to create new kwallet. If the test-valut exists, then it is ok.
keyring -b keyring.backends.SecretService.Keyring get test-vault user
return nothing which is fine.Expected behavior
should use password exists in gnome keyring or report no such service in gnome keyring.
Environment
Additional context
I do have kwalletd in system since I also installed some kde app. But they did not cause any problem before. This only happens in recent months.
The text was updated successfully, but these errors were encountered: