<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Autostarting the Synergy Server on Mac OS X using launchd</title>
	<atom:link href="http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/feed" rel="self" type="application/rss+xml" />
	<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd</link>
	<description>Somewhere between Hello World and HAL9000</description>
	<lastBuildDate>Sat, 27 Feb 2010 15:09:47 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lincoln Short</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-782</link>
		<dc:creator>Lincoln Short</dc:creator>
		<pubDate>Tue, 17 Mar 2009 04:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-782</guid>
		<description>&lt;p&gt;thanks heaps for the swapping around of the alt &amp; super keys in the config file (see above). 
I&#039;ve been searching for this fix for over 3 days, I have a mac keyboard on a windows box thats being the server and I keep trying different drivers and key mappings and in the end this resolved it thats heaps!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks heaps for the swapping around of the alt &amp; super keys in the config file (see above).<br />
I&#8217;ve been searching for this fix for over 3 days, I have a mac keyboard on a windows box thats being the server and I keep trying different drivers and key mappings and in the end this resolved it thats heaps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: job</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-676</link>
		<dc:creator>job</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-676</guid>
		<description>&lt;p&gt;Maybe someone can use this (although not perfect). This is how I start Synergy client on my mac with Leopard OS:
File: /Applications/synergy/synergyclientstart
DIRECTORY=/Applications/synergy/synergy-1.3.1
$DIRECTORY/synergyc -f -d WARNING 192.168.3.3
exit 0&lt;/p&gt;

&lt;p&gt;File: /Library/LaunchAgents/net.sourceforge.synergy2.plist




    Label
    net.sourceforge.syngery2
    KeepAlive
    
    ProgramArguments
    
        /Applications/synergy/synergyclientstart
        –no-daemon
        –no-restart
        –debug
        WARNING
    
    RunAtLoad
    
    ServiceDescription
    Synergy Client

&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe someone can use this (although not perfect). This is how I start Synergy client on my mac with Leopard OS:<br />
File: /Applications/synergy/synergyclientstart<br />
DIRECTORY=/Applications/synergy/synergy-1.3.1<br />
$DIRECTORY/synergyc -f -d WARNING 192.168.3.3<br />
exit 0</p>
<p>File: /Library/LaunchAgents/net.sourceforge.synergy2.plist</p>
<p>    Label<br />
    net.sourceforge.syngery2<br />
    KeepAlive</p>
<p>    ProgramArguments</p>
<p>        /Applications/synergy/synergyclientstart<br />
        –no-daemon<br />
        –no-restart<br />
        –debug<br />
        WARNING</p>
<p>    RunAtLoad</p>
<p>    ServiceDescription<br />
    Synergy Client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PlanBForOpenOffice</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-469</link>
		<dc:creator>PlanBForOpenOffice</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-469</guid>
		<description>&lt;p&gt;Also, you can copy your configuration into ~/.synergy.conf and so no need to identify the config file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also, you can copy your configuration into ~/.synergy.conf and so no need to identify the config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PlanBForOpenOffice</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-468</link>
		<dc:creator>PlanBForOpenOffice</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-468</guid>
		<description>&lt;p&gt;Gee, when you copy and past, make sure you replace all dashes in the options such as &quot;--no-daemon&quot;&lt;/p&gt;

&lt;p&gt;The copy and past adds characters that look like dashes, but are not for this type of script.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gee, when you copy and past, make sure you replace all dashes in the options such as &#8220;&#8211;no-daemon&#8221;</p>
<p>The copy and past adds characters that look like dashes, but are not for this type of script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-382</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 26 Oct 2008 13:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-382</guid>
		<description>&lt;p&gt;Just a quick note to all people having problems:
I haven&#039;t used Synergy in 1,5 years. I use Macs exclusively now and between them &lt;a href=&quot;http://www.abyssoft.com/software/teleport/&quot; rel=&quot;nofollow&quot;&gt;Teleport&lt;/a&gt; works just way better. So I can&#039;t help you with any trouble you might experience but since this page is quite popular you might find other people who might be able to assist or share experiences in this very comment thread which I&#039;m going to leave open.&lt;br /&gt;
You might be interested in subscribing to it via the RSS2 link at the bottom of this page.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a quick note to all people having problems:<br />
I haven&#8217;t used Synergy in 1,5 years. I use Macs exclusively now and between them <a href="http://www.abyssoft.com/software/teleport/" rel="nofollow">Teleport</a> works just way better. So I can&#8217;t help you with any trouble you might experience but since this page is quite popular you might find other people who might be able to assist or share experiences in this very comment thread which I&#8217;m going to leave open.<br />
You might be interested in subscribing to it via the RSS2 link at the bottom of this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: battis.net &#187; Blog Archive &#187; Synergy on OS X</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-375</link>
		<dc:creator>battis.net &#187; Blog Archive &#187; Synergy on OS X</dc:creator>
		<pubDate>Sun, 26 Oct 2008 00:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-375</guid>
		<description>&lt;p&gt;[...] on OS X Leopard (and starting it manually is kind of a hassle). My approach is based on Jan Varwig&#8217;s instructions, which needed yet more modification for my purposes. Having configured synergy.conf, I set the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] on OS X Leopard (and starting it manually is kind of a hassle). My approach is based on Jan Varwig&#8217;s instructions, which needed yet more modification for my purposes. Having configured synergy.conf, I set the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georg</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-314</link>
		<dc:creator>georg</dc:creator>
		<pubDate>Wed, 15 Oct 2008 15:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-314</guid>
		<description>&lt;p&gt;I have the same problem as Andrew. Any ideas to this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have the same problem as Andrew. Any ideas to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryall</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-296</link>
		<dc:creator>ryall</dc:creator>
		<pubDate>Wed, 08 Oct 2008 18:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-296</guid>
		<description>&lt;p&gt;For the record, don&#039;t copy and paste from the plist text above. It puts in some weird dashes for the arguments (-no-daemon etc). Took me a long while to figure out why things weren&#039;t working...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For the record, don&#8217;t copy and paste from the plist text above. It puts in some weird dashes for the arguments (-no-daemon etc). Took me a long while to figure out why things weren&#8217;t working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-287</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-287</guid>
		<description>&lt;p&gt;For the no-daemon and no-restart I had to put two dashes &#039;-&#039; instead of one...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For the no-daemon and no-restart I had to put two dashes &#8216;-&#8217; instead of one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-220</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 14 Aug 2008 05:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-220</guid>
		<description>&lt;p&gt;my apologies - last comment I swear - the copy and paste was stripped - it does have all the proper syntax as I have been doing it in the Property List Editor.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>my apologies &#8211; last comment I swear &#8211; the copy and paste was stripped &#8211; it does have all the proper syntax as I have been doing it in the Property List Editor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
