https://bugs.kde.org/show_bug.cgi?id=491898
bookfinder <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |[email protected] --- Comment #6 from bookfinder <[email protected]> --- Kubuntu 26.04 If I just ran the command, I see the next result: >timer event >standby opening wallet "kdewallet" >writing "sa-key" to "google" to "kdewallet" That's all, any changes in the Wallet Core of the problem: kwallet-query sends an "open" request, then waits for a response that never comes because the wallet is already open. It gets stuck waiting forever ("standby"). That's what I used D-Bus workaround: it bypasses kwallet-query and opens the handle directly. Input next: >dbus-send --session --dest=org.kde.kwalletd6 --print-reply \ > /modules/kwalletd6 org.kde.KWallet.open string:"kdewallet" int64:0 > string:"kwallet-query" \ > | grep int32 | awk '{print $3}' Then, the next command works as needed: >echo "your-secret" | kwallet-query -f google -w "sa-key" kdewallet -- You are receiving this mail because: You are watching all bug changes.
