parcimonie.sh icon indicating copy to clipboard operation
parcimonie.sh copied to clipboard

IPC syntax error

Open gmOjjFj9Ezm2 opened this issue 5 years ago • 3 comments

Z

gmOjjFj9Ezm2 avatar Aug 18 '19 21:08 gmOjjFj9Ezm2

Z

gmOjjFj9Ezm2 avatar Aug 18 '19 21:08 gmOjjFj9Ezm2

Z

gmOjjFj9Ezm2 avatar Aug 19 '19 00:08 gmOjjFj9Ezm2

I am facing the same problem, did you solve it yet? The only relevant information I found is https://dev.gnupg.org/T4137

For example, if gpg is used as part of a script executed from a window manager (e.g. passmenu or rofi-pass) the $TERM variable may not be set due to the window manager not being executed from within a shell (e.g. started from a display manager like LightDM). This should still allow us to access the GUI pinentry dialog.

Actually it fails only when you set TERM to the empty string. Unsetting TERM still works:

$ sh
$ gpgconf --kill gpg-agent
$ unset TERM
$ echo | gpg --clearsign

Fixed in master (to be 2.3).

I tried unsetting TERM but that didn't help on my computer. I'm not sure if unsetting TERM in my terminal actually removes it in parcimonie.sh. Setting TERM to xterm manually in the command starting parcimonie also doesn't help.

karmanyaahm avatar May 06 '20 02:05 karmanyaahm