Skip to content
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

Failed on macOS Catalina beta1 #30

Closed
paopaosa opened this issue Jun 14, 2019 · 7 comments · Fixed by #32
Closed

Failed on macOS Catalina beta1 #30

paopaosa opened this issue Jun 14, 2019 · 7 comments · Fixed by #32
Labels

Comments

@paopaosa
Copy link

I tried reload the plugin. But it is failed load and it shows below warnings.


qlmanage -r
dyld: warning, LC_RPATH @executable_path/../Frameworks in /usr/bin/qlmanage being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
dyld: warning, LC_RPATH @executable_path/../Frameworks in /usr/bin/qlmanage being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
dyld: warning, LC_RPATH @executable_path/../Frameworks in /usr/bin/qlmanage being ignored in restricted program because of @executable_path (Codesign main executable with Library Validation to allow @ paths)
qlmanage: resetting quicklookd

@ygit
Copy link

ygit commented Jun 15, 2019

I'm facing the same issue on macOS Catalina beta1. Any fixes planned to release @ealeksandrov ?

@ealeksandrov
Copy link
Owner

Thanks for report. Looks like a codesign/notarize issue.
Will look into this on next week.

@ealeksandrov
Copy link
Owner

ealeksandrov commented Sep 2, 2019

It's turned out to be really complex issue related to macOS security updates.

I see that MacOS Catalina adds Thumbnail Extensions - https://developer.apple.com/documentation/quicklookthumbnailing. Maybe its goal is to replace old QuickLook generators?

Still looking into it. Will try more to codesign/notarize it.

@TinyQ
Copy link

TinyQ commented Nov 1, 2019

image

Show this warning when use it.

@ealeksandrov
Copy link
Owner

Please try this build and let me know:

ProvisionQL.qlgenerator.zip

@TinyQ
Copy link

TinyQ commented Nov 2, 2019

Please try this build and let me know:

ProvisionQL.qlgenerator.zip

This package is work 👏, and my system is macOS Catalina 10.15. 🎉🎉🎉

@ealeksandrov
Copy link
Owner

I don't know what is the difference, but I just added code signing (#32) and repeated notarization that never worked before (on Catalina beta). Maybe final Catalina release have some additional QL updates. Or notarization system was updated. Or I made a mistake on previous try :)

Anyway, ProvisionQL 1.6.1 update is now available on homebrew cask.

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

Successfully merging a pull request may close this issue.

4 participants