qlstephen icon indicating copy to clipboard operation
qlstephen copied to clipboard

This does not work on mac BigSur

Open rbadapanda opened this issue 5 years ago • 14 comments

I get the error for malicious software

"this software needs to be updated"

rbadapanda avatar Dec 24 '20 23:12 rbadapanda

Confirming it does not work in Big Sur.

macsmister avatar Jan 01 '21 18:01 macsmister

+1

Kurt-Shiwz avatar Jan 08 '21 08:01 Kurt-Shiwz

+1

danbarreto avatar Jan 11 '21 19:01 danbarreto

Try out these command from here.

  • Run this to see the attributes:
xattr -r ~/Library/QuickLook
  • And run this to remove the attributes:
xattr -d -r com.apple.quarantine ~/Library/QuickLook

Works for me!

schmjop avatar Feb 07 '21 19:02 schmjop

None of these work for me. Installed to ~/Library/QuickLook, com.apple.quarantine completely stripped, qlmanage -r and qlmanage -r cache, and QLStephen still fails.

alexchandel avatar Mar 08 '21 19:03 alexchandel

To add a data point, it works for me on Big Sur 11.3

I was getting the security/privacy macOS popup and quick look, and so I followed instructions in README under Permissions (quarantine) and now it works.

There is an issue referenced at bottom of that section with more details

plpxsk avatar May 03 '21 16:05 plpxsk

Works on Big Sur 11.3 for me.

benwoodward avatar May 04 '21 23:05 benwoodward

Doesn't work on 11.4 for most text files

alexchandel avatar Jul 02 '21 19:07 alexchandel

I'm unable to get it to work on Big Sur 11.4.

andij avatar Jul 12 '21 07:07 andij

I appear to have it working on Big Sur 11.4 (fresh install on a 13" M1 MBP).

I followed the instructions in the README under Permissions (quarantine) as suggested by @pavopax above.

However: what those instructions don't mention (and perhaps should) is that after running the qlmanage commands you will still need to open your System Preferences, go to Security & Privacy / General, and tell Big Sur to allow QLStephen.qlgenerator.

For completeness, the steps I followed:

  • Install via homebrew
  • Restart machine; upon login I got the error mentioned in this issue.
  • xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator
  • qlmanage -r
  • qlmanage -r cache
  • Open System Preferences / Security & Privacy / General and grant permission.
  • Relaunch Finder (I actually did this via the "Force Quit" menu, not the way suggested in the README, but I'm sure the outcome is identical).
  • Create a test README text file on my Desktop containing some words.
  • Quick look that file — and it worked.

I then went ahead and tested vs various other previously-existing text files without extensions, and they all seemed to work. I mention this because @alexchandel's comment "Doesn't work on 11.4 for most text files" made me wonder if it was only partially working — but so far it looks good to me.

Hope this helps someone.


Edit: then I followed the issue trail a bit further and found #87 and realised it isn't working if I change that README to README.1 — so maybe that's what @alexchandel is referring to there. Skipping to the end of that issue it seems there's a workaround which has to be applied on a per-extension basis? Ah well, OK! 😄 🤷🏻‍♂️

gimbo avatar Jul 19 '21 09:07 gimbo

https://github.com/whomwah/qlstephen/issues/112#issuecomment-882400674 This helped me.

harapeko avatar Aug 10 '21 01:08 harapeko

tried https://github.com/whomwah/qlstephen/issues/112#issuecomment-882400674 but doesn't work.

mjunkmyjunk avatar Sep 10 '21 13:09 mjunkmyjunk

tried https://github.com/anthonygelibert/QLColorCode/issues/88#issuecomment-927783435 this helped me

deden avatar Oct 28 '21 00:10 deden

https://github.com/whomwah/qlstephen/issues/112#issuecomment-882400674

This worked for me on macOS Monterey 12.0.1

alichtman avatar Dec 11 '21 11:12 alichtman