https://bugzilla.novell.com/show_bug.cgi?id=619295 https://bugzilla.novell.com/show_bug.cgi?id=619295#c27 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|jengelh@medozas.de | --- Comment #27 from Jan Engelhardt <jengelh@medozas.de> 2010-12-07 15:25:45 UTC --- bashrc yes (bash_profile, no) - but then again, that only addresses bash, not the other shells. This is another point why the gpg program should run tty. If upstream does not want to do that change, make /usr/bin/gpg a script similar to what is done with /usr/bin/pinentry and run in it: #!/bin/sh GPG_TTY=$(tty) exec /usr/bin/gpg-real "$@"; That should take care of non-bash and login-not-login — and even bash --norc — situations. -- 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.