whomwah / qlstephen

A QuickLook plugin that lets you view plain text files without a file extension
https://github.com/whomwah/qlstephen
MIT License
2.75k stars 161 forks source link

Issue with generic text file having extension .dcw #97

Open ElvisofDallas opened 4 years ago

ElvisofDallas commented 4 years ago

I used xattr to remove the restriction and reloaded ql/finder, but I get this error when debuging (and no content other than the icon and filename when trying quicklook):

Can't get generator at /Library/QuickLook/QLStephen.qlgenerator
2020-06-10 15:57:48.272 qlmanage[92229:26897762] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6c03, name = 'com.apple.coredrag'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2020-06-10 15:57:48.367 qlmanage[92229:26897762] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x1501f, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.

Any thoughts on how to resolve this?

Thanks in advance for the great tool!