From 0f8d74cafb9639cf1d7422fc3be952f87e00ca9e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 13 Jan 2021 18:47:34 -0500 Subject: [PATCH] fixed a bug when using fleacollar from a GUI based terminal. --- fleacollar.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fleacollar.sh b/fleacollar.sh index 3fe4929..186dd65 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -14,6 +14,9 @@ export TEXTDOMAINDIR=/usr/share/locale # Settings to improve accessibility of dialog. export DIALOGOPTS='--insecure --no-lines --visit-items' +# Use the cli entry system for gpg keys. +export PINENTRY_USER_DATA="USE_CURSES=1" + # Variables muttHome=~/.mutt