https://bugs.kde.org/show_bug.cgi?id=458085
--- Comment #29 from nic.chris...@gmail.com <nic.chris...@gmail.com> --- (In reply to michaelk83 from comment #28) > @nic.christin, could you try entering the following line in your > `gpg-agent.conf`: > > pinentry-program /usr/bin/pinentry-qt > You may need to install the `pinentry-qt` package. Unfortunately I'm already using pinentry-qt. I see gpg has a "--pinentry-mode loopback" option, that redirects the password prompt to the caller. Could this be used to have gpg request the password from kwallet instead of calling back into org.freedesktop.secrets? I guess it would require implementing the pinentry Assuan protocol into kwallet (http://info2html.sourceforge.net/cgi-bin/info2html-demo/info2html?(pinentry)Protocol). I did try replacing the gpg binary with a wrapper script that sets "--pinentry-mode loopback", but of course that doesn't since kwallet doesn't handle the protocol. -- You are receiving this mail because: You are watching all bug changes.