Ubuntu – Start synergy on boot

bootstartupsynergy

I use synergy. I would like to synergy to start as soon as I turn on my computer. How do I do that?

To start synergy, the command is:

synergys --config ~/.synergy.conf

Best Answer

Option 1: start synergy before login

The main article is on Synergy's sourceforge site: Starting synergy automatically

Here is a lead-in to the article... there is too much detail to put it all here:

Synergy requires an X server. That means a server must be running and synergy must be authorized to connect to that server. It's best to have the display manager start synergy. You'll need the necessary (probably root) permission to modify the display manager configuration files. If you don't have that permission you can start synergy after logging in via the .xsession file.

Option 2: start synergy after login

To start Synergy once you have logged into your X-session.

Main Menu - System - Preferences - Startup Applications   
[ Add ]  
  Name:     synergys
  Command:  synergys --config ~/.synergy.conf
  Comment:  synergys  

If you have problems with the ~/, try $HOME/
or as a last resort use /home/your_username/

I just checked my notes... When I connected from Windows to a Linux box , my command was:
/usr/bin/synergyc 192.168.1.16
... maybe the full path is needed.

You are running Synergy as a server, I was running it as a client.. but that shouldn't effect the auto startup.

Related Question