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

Fallback to QT password prompt

parent dadc1c57
Branches
No related tags found
No related merge requests found
...@@ -34,5 +34,5 @@ case "${PINENTRY_USER_DATA-}" in ...@@ -34,5 +34,5 @@ case "${PINENTRY_USER_DATA-}" in
esac esac
# Otherwise, use any UI (configured by Debian Alternatives System) # Otherwise, use any UI (configured by Debian Alternatives System)
# Note: Will fall back to curses if $DISPLAY is not available. # Note: Will fall back to qt if $DISPLAY is not available.
exec pinentry-qt "$@" exec pinentry-qt "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment