-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Big Sur 11.2? #84
Comments
When I installed this from home-brew I had to use the following command to bypass Apple's quarantine/gatekeeper system for the Quicklook plugin: |
@atommclain thank you that fixed it for me! |
I dont get any security warnings after running the above command, but I dont see any preview, its just blank white PS OSX 11.2 on M1 |
Same as @im-AMS |
This is caused by sandboxing:
|
It appears to be enough to grant full disk access to the following executables:
|
@deepxg How is that done? Is it safe? |
I have added those executables under full disk access...no luck :/ qlmanage -p test.py 2021-04-16 19:18:03.832 qlmanage[6723:130600] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6b07, name = 'com.apple.coredrag' 2021-04-16 19:18:03.849 qlmanage[6723:130600] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x830b, name = 'com.apple.tsm.portname' |
Adapted from here: If you run into issues with macOS not letting you run the plugin because it's not signed by a verified developer you can follow these steps:
|
@pagelab |
Switch to https://github.com/sbarex/SourceCodeSyntaxHighlight - it's much better supported in Big Sur + with M1 Macs. qlgenerator plugins are apparently deprecated as Apple wants folks to switch to App Extensions. Syntax-Highlight is a proper extension and works pretty much as expected how QLColorCode used to. |
Has this been fixed? I don't see any open issue on this anymore, but get security warnings when I try to launch.
The text was updated successfully, but these errors were encountered: