https://bugzilla.novell.com/show_bug.cgi?id=619295 https://bugzilla.novell.com/show_bug.cgi?id=619295#c23 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |jengelh@medozas.de --- Comment #23 from Petr Uzel <puzel@novell.com> 2010-12-07 11:49:11 UTC --- (In reply to comment #21)
The thing is, this only happens with git. `gpg -ab` for signing files is fine, it displays the curses interface.
Please try: export GPG_TTY=$(tty) git tag -m 'foo' foo -s It should now correctly display curses interface, which is embedded into pinentry-gtk2 (by this reason, /usr/bin/pinentry selects pinentry-gtk/qt? even if DISPLAY is not set). The problem is that curses interface can not work without stdin being connected to terminal==>gpg -ab works while git tag does not. See man gpg-agent for details about GPG_TTY. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.