Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

Laverna Mac OS - accept incoming connections #743

Open loswochos opened 7 years ago

loswochos commented 7 years ago

The "accept incoming connections" dialog appears everytime I run the app. It seems that the app is not correctly signed.

$ codesign -vv /Applications/laverna.app
/Applications/laverna.app: code object is not signed at all
In architecture: x86_64
izirku commented 6 years ago

I had the same issue on 10.13.2 (High Sierra), but giving it a few seconds and re-running codesign --verify -vv ./laverna.app again actually passed. I think it's just some timing issue. No more annoying firewall popup

jkroes commented 6 years ago

In my case, I had to exit the app before running the command. Presto, it works.