On Sat, 27 Jun 2015, brian m. carlson wrote: > No window appears during the signing attempt, whether it is successful > or unsuccessful.
Can you "sudo strace -f -s 128 -p $(pidof gpg-agent)", try to sign something and see if you can find an error message that looks like this one in the output ? [pid 9901] write(2, "\n** (pinentry:9901): WARNING **: couldn't create prompt for gnupg passphrase: Cannot autolaunch D-Bus without X11 $DISPLAY\n", 123) = 123 See my recent analysis in http://bugs.debian.org/795368. My bet is that you have encountered the same problem as me. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/

