|
@@ -5,7 +5,7 @@
|
|
|
# Check if we're in a graphical environment
|
|
# Check if we're in a graphical environment
|
|
|
if [ -n "$DISPLAY" ] || [ -n "$WAYLAND_DISPLAY" ]; then
|
|
if [ -n "$DISPLAY" ] || [ -n "$WAYLAND_DISPLAY" ]; then
|
|
|
# GUI environment - use GTK pinentry
|
|
# GUI environment - use GTK pinentry
|
|
|
- exec /usr/bin/pinentry-gtk "$@"
|
|
|
|
|
|
|
+ exec /usr/bin/pinentry-gnome3 "$@"
|
|
|
else
|
|
else
|
|
|
# Terminal environment - use curses pinentry
|
|
# Terminal environment - use curses pinentry
|
|
|
exec /usr/bin/pinentry-curses "$@"
|
|
exec /usr/bin/pinentry-curses "$@"
|