<?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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=autostarting-the-synergy-server-on-mac-os-x-using-launchd</link>
	<description>Somewhere between Hello World and HAL9000</description>
	<lastBuildDate>Mon, 26 Mar 2012 16:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Synergy client &#38; Mac OS X Leopard &#124; XykoX</title>
		<link>http://jan.varwig.org/archive/autostarting-the-synergy-server-on-mac-os-x-using-launchd/comment-page-1#comment-3650</link>
		<dc:creator>Synergy client &#38; Mac OS X Leopard &#124; XykoX</dc:creator>
		<pubDate>Sat, 30 Apr 2011 11:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-3650</guid>
		<description>&lt;p&gt;[...] de panique, d’après Jan Varwig et la doc d’Apple les StartupItems sont depracated et les scripts sont gérés par lauchnd. Donc [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] de panique, d’après Jan Varwig et la doc d’Apple les StartupItems sont depracated et les scripts sont gérés par lauchnd. Donc [...]</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-2087</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 08 Jul 2010 17:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/autostarting-the-synergy-server-on-mac-os-x-using-launchd#comment-2087</guid>
		<description>&lt;p&gt;Everything worked perfectly for me by the original instructions, except for the &quot;Program Arguments&quot; section only shows one hyphen in front of no-daemon, no-restart and debug. It should actually be just as you would type from terminal:
&lt;/p&gt;

&lt;pre&gt;
--no-daemon
--no-restart
--debug WARNING
&lt;/pre&gt;

&lt;p&gt;Thanks for taking the time to explain how to get this working properly for 10.5+&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everything worked perfectly for me by the original instructions, except for the &#8220;Program Arguments&#8221; section only shows one hyphen in front of no-daemon, no-restart and debug. It should actually be just as you would type from terminal:
</p>
<pre>
--no-daemon
--no-restart
--debug WARNING
</pre>
<p>Thanks for taking the time to explain how to get this working properly for 10.5+</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

