vote up 1 vote down star

I have a Red Had Enterprise Linux 5 and a CentOS 5 box, both of which I am trying to configure to automatically connect to a synergy server on startup. I have followed the guide at http://synergy2.sourceforge.net/autostart.html and configured them the same way I configured previous Ubuntu 7.10 boxes, and this only seems to get me half way there. Currently, synergy connects at the login screen, but once I login, it doesn't come back up.

I added the following lines to /etc/gdm/{Init,PostLogin,PreSession}/Default :

/usr/bin/killall synergyc
sleep 1
/usr/bin/synergyc fried-chicken # Init,PreSession only

All files are owned by root:root with 755 permissions, I'm just not sure what I'm missing here.

flag

2 Answers

vote up 0 vote down check

Try the Synergy+ AutoStart wiki page.

link|flag
The simple method works, using System > Preferences > More Preferences > Sessions. In a slightly different spot, but with the same (and desired) effect. – Matt Jul 31 at 18:15
Note: To have synergy work during the login screen, the three lines from the OP need to be added to the /etc/gdm/Init/Default file. – Matt Jul 31 at 18:31
vote up 0 vote down

Try adding something like wall 'test' to the script and see if that shows up on the console. if so, you know the script's being called but it's a problem with synergy. If not, the script isn't being called at all.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.