- Edited
I am using pass
to manage my passwords, and I also use the [passmenu](https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu)
, a script that uses dmenu
to select which password you want to copy to the clipboard.
Now on my Linux machine running Gnome
, upon selecting a password from the passmenu
a full screen authentication overlay (Pinentry?) appears asking for the master password. Please correct me if this is not pinentry
It looks like this:
On my NetBSD machine however, using only a stand alone WM, I am unable to authenticate pass
when launched from passmenu
as no pinentry
is triggered. When launched from within a terminal however with pass -c github.com
for example, you get this:
Essentially passmenu
is useless if I cant authenticate it. Therefore my question is, would it be possible to use passmenu
to spawn this pinentry
program/event in an xterm
?