diff options
Diffstat (limited to '.gnupg/pinentry-wrapper')
| -rwxr-xr-x | .gnupg/pinentry-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gnupg/pinentry-wrapper b/.gnupg/pinentry-wrapper index 9964241..f902298 100755 --- a/.gnupg/pinentry-wrapper +++ b/.gnupg/pinentry-wrapper @@ -7,8 +7,8 @@ # Fixes the pinentry-tty error https://github.com/neomutt/neomutt/issues/1014 case $PINENTRY_USER_DATA in - curses) - exec pinentry-curses "$@" + gnome) + exec pinentry-gnome3 "$@" ;; *) exec pinentry-tty "$@" |
