Monday, April 24, 2017

Audacity and Mac OS X

I have used Audacity on PC for a long time so it's among the first batch of software I installed when I bought my Mac. I noticed a couple of functionality I used often is missing from the Mac version though. It turns out it has to do with file permission. Glad that I found the solution from this forum post.

files in the Audacity app have the xattribute "xattr com.apple.quarantine" set. This means that Gatekeeper blocks them. To fix it, open a Terminal (Applications > Utilities : Terminal.app) then type or paste:
CODE: SELECT ALL
sudo xattr -r -d com.apple.quarantine /Applications/Audacity/

and hit ENTER on your keyboard. Type your admin password (you won't see it on the screen) then hit ENTER again. 

No comments: