Summary: | kwalletd6 does not find wallet data | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kwallet | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Valentin Rusu <valir> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, kdelibs-bugs-null, nicolas.fella |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kwallet/-/commit/859672094acca2ae5e9989590211f5a0f8408dd2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nate Graham
2023-08-28 04:54:28 UTC
Kwallet is not a kded module, it's entirely expected to not show up there I have not looked closely, but I'd guess it's related to https://invent.kde.org/frameworks/kwallet/-/merge_requests/64 That said it's quite likely developer setup weirdness with DBus, not an actual bug I know what's going on, and it is a proper bug A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kwallet/-/merge_requests/65 Git commit 859672094acca2ae5e9989590211f5a0f8408dd2 by Nicolas Fella. Committed on 28/08/2023 at 12:26. Pushed by nicolasfella into branch 'master'. Properly fix wallet location AppDataLocation contains the major version of kwalletd, which is undesired here The code hacked around that, but that broken the moment we renamed from 5 to 6 Instead of working around AppDataLocation use GenericDataLocation and build the proper path ourselves M +1 -8 src/runtime/kwalletd/backend/kwalletbackend.cc https://invent.kde.org/frameworks/kwallet/-/commit/859672094acca2ae5e9989590211f5a0f8408dd2 |