opass icon indicating copy to clipboard operation
opass copied to clipboard

Uninformative error message when GPG is not installed

Open xandkar opened this issue 11 years ago • 0 comments

$ ./lib/main/opass add
Password/note (P/n): P
Name: Dude Guy
Location: Some Place
Username: dude
Password: y#yi,%vUqe3Lda^4o%1fGD*5
Add, retry, cancel? (A/r/c): A
Uncaught exception:

  (lib/shell.ml.Process.Failed
   ((command
     ((program /bin/sh) (arguments (-c "gpg -a --symmetric 2>/dev/null"))))
    (status (Exited 127)) (stdout "") (stderr "")))

xandkar avatar Dec 06 '12 06:12 xandkar