@@ -, +, @@ --- pinentry-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/pinentry-wrapper +++ a/pinentry-wrapper @@ -79,7 +79,7 @@ then # otherwise test if pinentry-qt5 exists although KDE is not detected elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt5 ] then - export PINENTRY_BINARY="/usr/bin/pinentry-qt4" + export PINENTRY_BINARY="/usr/bin/pinentry-qt5" # otherwise test if pinentry-qt4 exists although KDE is not detected elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt4 ] then --