dev: automated commit - 2025-09-06 18:28:11
This commit is contained in:
parent
8a557666a3
commit
4fd090d550
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue