BenziAhamed / Menu-Bar-Search

Quickly search through menu options of the front-most application - Alfred Workflow
547 stars 28 forks source link

`menu` script blocked in MacOS Catalina #7

Closed codeinthehole closed 4 years ago

codeinthehole commented 4 years ago

After installing the workflow and trying to use it, I get this error: image

v1.6 of workflow MacOS v10.15.5

Does this require a new version to fix?

eyemyth commented 4 years ago

Try to use the workflow, and when the dialog appears, open System Preferences -> Security and Privacy. Under the General tab, towards the bottom you should see '"menu" was blocked from use because it is not from an identified developer'

Just click the Open Anyway button and you should be able to use it again

codeinthehole commented 4 years ago

Thanks - that did the trick.

flxs commented 4 years ago

Another way to solve this:

Open Alfred preferences, right-click on the workflow, Open in Terminal, xattr -rd com.apple.quarantine menu – this will remove the quarantine attribute.