Comment 6 for bug 1283014

Revision history for this message
Thomas Neumann (tneumann) wrote :

I have attached a pinentry-kwallet.debug trace. Apparently pinentry is started, but nothing happens (until I get a timeout from the host program). I also saw the invocation in pstree:

gpg-agent───mksh───pinentry

but nothing happens on screen.

Running your commands manually failed, apparently due to syntax problems:

$ LANG=C pinentry -e foo -f bar -p baz
pinentry-qt4: oops: option not handled
pinentry: invalid option -- 'f'
pinentry: invalid option -- 'p'
OK Your orders please
^C
$ LANG=C pinentry-kwallet -e foo -f bar -p baz
warning: unknown argument 'foo'
warning: unknown argument '-f'
warning: unknown argument 'bar'
warning: unknown argument '-p'
warning: unknown argument 'baz'
pinentry-qt4: oops: option not handled
pinentry: invalid option -- 'f'
pinentry: invalid option -- 'p'
OK ready to listen to your demands
^C