Hi!

I am not sure whether you already di this: Use a script like

--8<---------------cut here---------------start------------->8---
#!/bin/sh

MYPINENTRY="/foo/bar/pinentry-gtk-2"

locale >/tmp/pinentry.err
set >>/tmp/pinentry.err
exec strace -o /tmp/pinentry.trc -e read=0 $MYPINENTRY  -d "$@" 
2>>/tmp/pinentry.err
--8<---------------cut here---------------end--------------->8---

as pinetry replacement to get a better insight into the preblem. 


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to