https://bugs.kde.org/show_bug.cgi?id=504193
--- Comment #9 from michaelk83 <mk.mat...@gmail.com> --- Some notable points from your trace: - The `walletAsyncOpened` is broadcast with the 2nd parameter set to -1. This indicates that the open operation failed: https://invent.kde.org/frameworks/kwallet/-/blob/master/src/runtime/ksecretd/ksecretd.cpp#L278 - The `interface=org.freedesktop.Secret.Prompt; member=Completed` signal is sent with its 1st parameter set to `true`. This indicates that the prompt was dismissed: https://specifications.freedesktop.org/secret-service-spec/latest/org.freedesktop.Secret.Prompt.html#org.freedesktop.Secret.Prompt.Completed - Finally `org.kde.KWallet; member=isOpen` returns false, since the open failed. I could only find one place in the sources where the prompt is dismissed internally: https://invent.kde.org/frameworks/kwallet/-/blob/master/src/runtime/ksecretd/kwalletfreedesktopprompt.cpp#L86 -- You are receiving this mail because: You are watching all bug changes.