On 6/26/2011 7:44 AM, Bogdan Cristea wrote:
I would like to execute at startup a script allowing to launch synergy client.
I have put this script in  /etc/init.d and made a soft link to the script in
/etc/rc5.d, but the client is not running. What is the approach I need to

this is very invalid and causes many problems!

you should be using chkconfig --add to register the service with the system (but the packaging is a bit complex, the fedora packaging guidelines are the best description of how to package a service with rpm that I've found)

but note that this runs your component as a root daemon.

if you want to run in the user session, you need to place a .desktop file in /etc/xdg/autostart


_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to