Posts Tagged ‘synergy’

Synergy Client Autostart in Ubuntu

Friday, October 26th, 2007

So I had to setup the synergy client to autostart in Ubuntu again today. It’s not a hard process, especially since they have written a page especially dedicated to setting it up. But I stumble over myself every time I have to do it. So, in line with my initial desires with these posts, I’m going to post what I do. This is not a complete tutorial, because I’m not dedicated enough to test beyond my immediate resources, so use judgment. This is also only specific to my scenario (Windows synergy host with ubuntu running the client).

**UPDATE**  - After updating to hardy heron (8.04) it seemed that synergy was running very poorly, choppy, stop/start, losing the cursor, or not working at all sometimes.  After a little searching it seems that the temporary workaround is to run synergy with sudo.  So if you have this problem go back and add “sudo” to the beginning of all the “/usr/bin/synergyc ::your server’s name::” below.

1 - Make sure your host is configured, it’s much easier to run synergy when it knows where your computers are.

2 - from terminal run ->

sudo gedit /etc/gdm/Init/Default

3 - add following to the beginning of the file then save and close ->

/usr/bin/killall synergyc
sleep 1
/usr/bin/synergyc ::your server’s name::

4 - from the terminal ->

cd /etc/gdm/PostLogin
sudo mv Default.sample Default
sudo gedit Default

5 - add following to the beginning of the file then save and close ->

/usr/bin/killall synergyc
sleep 1

6 - from the terminal ->

sudo gedit /etc/gdm/PreSession/Default

7 - add following to the beginning of the file then save and close ->

/usr/bin/killall synergyc
sleep 1
/usr/bin/synergyc ::your computer name::

8 - from the terminal ->

sudo gedit /etc/gdm/PostSession/Default

9 - add following to the beginning of the file then save and close ->

/usr/bin/killall synergyc
sleep 1
/usr/bin/synergyc ::your computer name::

10 - restart and test

booyah.

Tags:
Posted in Ubuntu | 3 Comments »

Recent Snapshots

Recent Music

  1. cd cover
  2. cd cover
  3. cd cover

Recent Posts