Posts

Showing posts from March, 2009

Setting up Synergy Client Mac OS X

So I just got a new macbook at work to replace my windows laptop. I was using synergy client on my windows laptop to share my keyboard and mouse with my Linux box. I did a bunch of searching and patched together a way to start synergyc client on the login screen and also when I login to my desktop. You have to setup a Launchd plist for synergy. I looked at this post for a starting point. http://sourceforge.net/forum/message.php?msg_id=5021604 Then http://developer.apple.com/technotes/tn2005/tn2083.html and Then http://developer.apple.com/samplecode/PreLoginAgents/index.html Below is the launchd plist file. Change the hostname and host identifier in the command line. <plist version="1.0"> <dict> <key>KeepAlive</key> <true> <key>Label</key> <string>net.sourceforge.synergy2</string> <key>LimitLoadToSessionType</key> <array> <string>LoginWindow</string> <string>Aqua</string> </arra