Prevent Mac OS X Leopard from Prompting You to Start Synergyd Every Time You Use SynergyKM

4 Comments

So here’s an annoyance.  Having just installed SynergyKM, a great front-end for the awesome command-line utility Synergy, launching it would result in the following prompt:

The promt you get when launching SynergyKM

The promt you get when launching SynergyKM

To fix this, you need to remove the extended attribute com.apple.quarantine that’s on the file.  Fire up Terminal and enter the following commands:

sudo xattr -d com.apple.quarantine /Library/PreferencePanes/SynergyKM.prefPane/Contents/Resources/Synergyd.app
sudo xattr -d com.apple.quarantine /Library/PreferencePanes/SynergyKM.prefPane/Contents/Resources/Synergyd.app/Contents/MacOS/Synergyd

That will remove the flags and prevent the prompt.

Normally, you’d only see this prompt once, but since installing it for all users changes permissions such that your user account can’t remove the attribute, it isn’t removed.

Note: This is assuming that you’ve installed it for all users.  If you’ve installed it for one user, it’ll be in ~/Library, not /Library.

Update: I’ve submitted a patch to SynergyKM’s SourceForge page, so if they accept it this will no longer be an issue.

4 Comments (+add yours?)

  1. danna
    Jul 30, 2008 @ 15:44:11


    you are SUCH a nerd.
    when did this happen?

    Reply

  2. SlaunchaMan
    Jul 30, 2008 @ 15:45:49

    How long have you known me?

    Reply

  3. danna
    Jul 30, 2008 @ 19:52:47

    Since we were 5!

    okay fine. maybe i just didn’t want to admit that i only have super geeky friends!

    Reply

  4. henry
    Jul 26, 2009 @ 10:21:40

    Yay! Thanks, you fixed this for me :)

    Reply

Leave a Reply