haokaiyang / Mac-QuickLook

QuickLook plugins and packages
Creative Commons Zero v1.0 Universal
1.13k stars 36 forks source link

Sonoma 14.6.1 (23G93) broke you #11

Open cycle4passion opened 2 weeks ago

cycle4passion commented 2 weeks ago

Happening for several quicklooks

Screenshot 2024-08-31 at 3 33 58 PM
rausth commented 2 weeks ago

Hello.

You need to remove the quarantine restrictions of the files in the ~/.../Quicklook folder using those commands bellow:

xattr -r ~/Library/QuickLook

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

Ornataweaver commented 2 weeks ago

Thank you dear Raust. Do you know with which app should I run .qlgenerator files for the first time so they would start working?

By the way, if you put code in backticks, i.e. "`" not single quotation mark "'", in markdown, it would appear as code. This makes copying code easier. xattr -r ~/Library/QuickLook xattr -d -r com.apple.quarantine ~/Library/Quick

@rausth