[kleopatra] [Bug 434301] Inconsistent theme

medin bugzilla_noreply at kde.org
Wed Feb 9 21:28:00 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=434301

medin <med.medin.2014 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|NOT A BUG                   |---
             Status|RESOLVED                    |REPORTED

--- Comment #2 from medin <med.medin.2014 at gmail.com> ---
(In reply to Ingo Klöcker from comment #1)
> That's because for security reasons the passphrase dialog is opened by a
> different application called pinentry. There are many different flavors of
> pinentry (for Qt, GTK, Gnome, etc.). The pinentry in your screenshot doesn't
> look like the Qt one. Make sure that you are using pinentry-qt. See `man
> gpg-agent` for details how to make sure that the correct pinentry is used.

I didn't change any gpg agent, and the file /usr/bin/pinentry contains :
#!/bin/sh
# user-defined pre-exec hook
test -r "${XDG_CONFIG_HOME:-$HOME/.config}"/pinentry/preexec &&
    . "${XDG_CONFIG_HOME:-$HOME/.config}"/pinentry/preexec
# site-defined pre-exec hook
test -r /etc/pinentry/preexec &&
    . /etc/pinentry/preexec
test -e /usr/lib/libgtk-x11-2.0.so.0 &&
    exec /usr/bin/pinentry-gtk-2 "$@"
exec /usr/bin/pinentry-curses "$@"

And on Kleopatra github page it's stated clearly that : "Pinentry-curses does
not work for Kleopatra"
So the real problem is that Kleopatra on Plasma KDE fails to select the correct
pinentry to use because the program.
Adding manually "pinentry-program /usr/bin/pinentry-qt" to "gpg-agent.conf" is
not user friendly at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kdepim-bugs mailing list