https://bugs.kde.org/show_bug.cgi?id=458085
--- Comment #50 from michaelk83 <mk.mat...@gmail.com> --- (In reply to michaelk83 from comment #49) > (In reply to pipapo from comment #48) > > Here on kde neon option A is working in the sense that a dialog is asking > > for the passphrase immediately. But the key is not used automatically with > > the login as before. > @pipapo, can you explain what you mean by "key is not used automatically > with the login"? > Do you have kwallet PAM or gnome-keyring installed? Since @pipapo has not replied, what I'm guessing was happening there is they had Gnome keyring installed. Gnome keyring was being automatically unlocked on login, and then GPG would take its passphrase from there. Gnome keyring is also a Secret Service provider, so to restore this behavior, they need to disable the Secret Service API support in KWallet settings (comment 36 option B). The setting was broken in 5.97.0 (Bug 458069), but should be fixed now in 5.98.0 (released today). Also, if they've set `no-allow-external-cache` in `gpg-agent.conf` (comment 36 option A), that should be removed in their case, so that pinentry would again try to read the passphrase from Secret Service, meaning in their case from Gnome keyring. -- You are receiving this mail because: You are watching all bug changes.