Bläddra i källkod

dev: automated commit - 2025-09-06 18:28:11

Mariano Z. 5 månader sedan
förälder
incheckning
4fd090d550
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      local-bin/.local/bin/pinentry-wrapper

+ 1 - 1
local-bin/.local/bin/pinentry-wrapper

@@ -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-gtk "$@"
+    exec /usr/bin/pinentry-gnome3 "$@"
 else
     # Terminal environment - use curses pinentry
     exec /usr/bin/pinentry-curses "$@"