synergy & ubuntu 6.06 autostart as client
*****this begins synergy from boot up – so all users will have synergy access to other machines*****
before running through this – you should do a which synergyc
and which killall
to make sure that your paths line up with the ones written below
also, dont forget to substitute all instances of <server> with the synergy server name or synergy server ip address
step by step:
sudo vi /etc/gdm/Init/Default:
add this before sysmodmap=/etc/X11/Xmodmap
/usr/bin/synergyc <server>
save
—
sudo vi /etc/gdm/PreSession/Default
add before “# Set background color”
/usr/bin/synergyc <server>
save
—
reboot
should work right from login
this was tested with ubuntu 6.06 on a sunblade 100
Leave a Reply