Garrett D'Amore wrote: > Wyllys Ingersoll wrote: >> Alan Coopersmith wrote: >>> Wyllys Ingersoll wrote: >>>> pinentry is a small GUI (or curses based) application >>>> used to enter PINS or passphrases. It is usually invoked >>>> by gpg-agent (part of the GnuPG package). This project >>>> will deliver 3 flavors - pinentry-gtk, pinentry-gtk-2, >>>> and pinentry-curses. The default is pinentry-curses. >>> >>> What's the difference between pinentry-gtk and pinentry-gtk-2? >>> If it's use of gtk1 vs. gtk2, then I'd say drop the gtk1 version >>> and only ship gtk2 - gtk1 is obsolete and should only be used for >>> binary compatibility, not new programs. >>> >> >> Yes, agreed. I will just deliver the curses and gtk2 flavors. >> Also, I can move it to /usr/lib if there is a strong desire to >> do so from the ARC. > > I think it would be better.
OK, /usr/lib it is then (and only gtk2 version). /usr/lib/pinentry-curses /usr/lib/pinentry-gtk-2 -Wyllys