IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.01k stars 159 forks source link

qrencode not found on macOS #660

Open annejan opened 1 year ago

annejan commented 1 year ago

From: https://github.com/IJHack/QtPass/issues/567#issuecomment-1732870480 by @kenji21

clearly a PATH issue... qrencode if installed with brew, is located at /usr/local/bin/qrencode (intel) or /opt/homebrew/bin/qrencode (arm)

if I open QtPass from my terminal (command open -a /Applications/QtPass.app, it inherits the PATH of my shell), it's OK, but not if opening it using the Finder