https://bugs.kde.org/show_bug.cgi?id=511727
--- Comment #9 from Torsten Eichstädt <[email protected]> --- (In reply to Ingo Klöcker from comment #6) gpg-agent already has an option "--pinentry-program" which kleopatra should use (with the file name of the distribution's pinentry-qt), but does not yet do. IMHO that's the bug and the fix should be simple. Rationale: it makes no sense for a KDE/Qt GUI program to call a TTY version of a password-input program, neither to call a program of another GUI toolkit (e.g. Gtk). This way the user's config doesn't need to be changed. When I set this option in ~/.gnupg/gpg-agent.conf: pinentry-program /usr/local/bin/pinentry-qt and kill the running gpg-agent and kleopatra, when I restart kleopatra the import succeeds with the correct pinentry-qt asking for the pw. -- You are receiving this mail because: You are watching all bug changes.
