dev: automated commit - 2025-09-14 17:50:01
This commit is contained in:
parent
4fd090d550
commit
dbcbcf4077
9 changed files with 780 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# Check if we're in a graphical environment
|
||||
if [ -n "$DISPLAY" ] || [ -n "$WAYLAND_DISPLAY" ]; then
|
||||
# GUI environment - use GTK pinentry
|
||||
exec /usr/bin/pinentry-gnome3 "$@"
|
||||
exec /usr/bin/pinentry-gtk "$@"
|
||||
else
|
||||
# Terminal environment - use curses pinentry
|
||||
exec /usr/bin/pinentry-curses "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue