-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QtKeyhcain: DeletePasswordJob with KWallet does not delete, but creates an empty entry instead #9064
Comments
No, I built from the 2.9 branch manually, against
Only |
So I had issues before but it turned out that my qtkeychain was build without support for lib secret. So the client switched between libsecret and gnome keything, and lost the pw on the way. |
I'm using kwallet and it's using the kwallet methods in qtkeychain properly. My theory is that https://github.com/frankosterfeld/qtkeychain/blob/c729d0bc3a7d0932cbcacc773a98ea8660064fc0/keychain_unix.cpp#L520 is never reached because However, that might not be necessary because the old password is read properly before the old keys are "deleted", so the new entry can be written with the correct content at this point. With the new entry, the old entries not being deleted properly shouldn't matter anymore. |
Huh maybe time to open an issue in qtkeychain I didn't realise that this is an upstream issue before. |
Done: frankosterfeld/qtkeychain#199 Working around that in the client should be possible by not reading the old password twice |
This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days. |
Fixed in 0.13.1. |
#9019 (comment)
Are you using the appimage? Where there warnings from qtkeychain?
The text was updated successfully, but these errors were encountered: