Closed otaj closed 1 year ago
Fixed, thanks! Interesting that it works on some systems with lowercase (like mine).
Thank you very much! I think the "problem" is more my wrapper using fuzzel than regular implementations - I'd think they maybe convert everything to uppercase first, or something like that. Anyways, thank you again!
Hi, thank you for the library, it is awesome!
However, I was trying to use it, set
pinentry
to my very simple wrapper offuzzel
forpinentry
protocol and "nothing worked" :tm:. Later on I found out, that the culprit ispinentry
- while it is not categorically specified that commands set to topinentry
-like program should be uppercase, all documentation seems to showcase them as uppercase, andkeepmenu
is sending everything lowercase.I fixed my
pinentry
wrapper to accept lowercase as well, so it is solved on my end, however I think it might be correct to use uppercase.I can send a PR with that if you want.
Thanks again for the cool little program.