From dadc1c5758dbf7119f7342c42fa5abcdbb819169 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Mon, 16 Jan 2023 08:11:56 +0100
Subject: [PATCH] Some applications break completely with curser/tty

---
 .gnupg/pinentry-auto.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gnupg/pinentry-auto.sh b/.gnupg/pinentry-auto.sh
index 9ce44c5..79c1d0d 100755
--- a/.gnupg/pinentry-auto.sh
+++ b/.gnupg/pinentry-auto.sh
@@ -29,7 +29,7 @@ set -Ceu
 case "${PINENTRY_USER_DATA-}" in
 *USE_TTY=1*)
 	# Note: Change to pinentry-curses if a Curses UI is preferred.
-	exec pinentry-tty "$@"
+	exec pinentry-qt "$@"
 	;;
 esac
 
-- 
GitLab