After rebooting my Macbook Pro, when I click Skype to open it, it says "This file has been downloaded from the Internet, are you sure you want to open it?"

alt text

It doesn't give me the option "this session" and "forever" as other applications did.

How can I tell Skype that it is ALWAYS ok to execute on my Macbook?

link|improve this question

76% accept rate
1  
I don't remember ever seeing the dialog with "this session" and "forever". If you select Open once, it removed the attribute and you're done for the future (until you download a new version of the application). – Daniel Beck Dec 17 '10 at 8:04
@Daniel Beck, I think it is likely to be related to whether the application has been properly signed... – bubu Dec 17 '10 at 9:39
Are you running Skype from the disk image (dmg) ? – 0xced Dec 17 '10 at 14:15
feedback

1 Answer

choice 1. disable all this sort of prompt

defaults write com.apple.LaunchServices LSQuarantine -bool NO

choice 2. disable this sort of prompt for 1 application

xattr -d -r com.apple.quarantine /Path/to/application/
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.