Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Catalina breaks everything #7

Open
NylonDiamond opened this issue Oct 9, 2019 · 1 comment
Open

Catalina breaks everything #7

NylonDiamond opened this issue Oct 9, 2019 · 1 comment

Comments

@NylonDiamond
Copy link

I can't seem to get any custom Quicklook previews to work in mac os catalina.

@shawncrigger
Copy link

shawncrigger commented Mar 14, 2020

That's because in macOS catalina they added a Quarantine, Run the following commands in terminal,

xattr -r ~/Library/QuickLook

A list of all the QL plugins that have been quarantined will show on the screen, then Run the following to remove the quarantine.

xattr -d -r com.apple.quarantine ~/Library/QuickLook

And just to verify they have all been removed, run the first command again.

xattr -r ~/Library/QuickLook

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants