Skip to content
Snippets Groups Projects
Commit dadc1c57 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Some applications break completely with curser/tty

parent a9fb893d
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ set -Ceu ...@@ -29,7 +29,7 @@ set -Ceu
case "${PINENTRY_USER_DATA-}" in case "${PINENTRY_USER_DATA-}" in
*USE_TTY=1*) *USE_TTY=1*)
# Note: Change to pinentry-curses if a Curses UI is preferred. # Note: Change to pinentry-curses if a Curses UI is preferred.
exec pinentry-tty "$@" exec pinentry-qt "$@"
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment