tuxu / ipynb-quicklook

A Quick Look generator for Jupyter/IPython notebooks without further dependencies
MIT License
190 stars 9 forks source link

Catalina - unsigned code #6

Closed Vfisa closed 2 years ago

Vfisa commented 4 years ago

Developer cannot be verified.

Screen Shot 2019-10-30 at 10 51 39
samuelduchesne commented 4 years ago

In the meantime, this can be fixed by removing the QuickLook preview generator from the quarantine.

Open up the terminal and type:

xattr -d com.apple.quarantine /Library/QuickLook/ipynb-quicklook.qlgenerator
qlmanage -r
killall Finder
  1. This first command removes the preview generator from the quarantine permanently. Btw, you can do the same for other apps if needed.
  2. The second command restarts the Quick Look Server debug and management tool.
  3. The third command restarts the Finder. I found that was necessary after restarting the Quick Look manager.
istar0me commented 4 years ago

@samuelduchesne Thanks! It works like a charm :)

tuxu commented 2 years ago

Thanks for suggesting this workaround @samuelduchesne. Added a note to the README.

Background is that I don't have a paid Apple Developer membership that would allow me to codesign and notarize the app. Therefore, best is to remove the quarantine attribute after downloading with a web browser, or to use wget or curl to download it instead, which won't set the quarantine attribute.