You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to fix the zbar issue by $ brew install zbar $ export LDFLAGS="-L$(brew --prefix zbar)/lib" $ export CFLAGS="-I$(brew --prefix zbar)/include"
I found this pr: spesmilo#3485
which works mostly when launched from ./electrum. Minor bugs.
However, I cannot get it to work when laughed from a dmg. The module zbarlight cannot be found. I think this is due to the flags not in the standalone, because zbarlight is in the bundle.
For now maybe we should disable the qrscanner on macs (remove the button)? I don't think many people will be using that feature on their macbooks.
The text was updated successfully, but these errors were encountered: