Advertisement
HelloWorld123

Untitled

Nov 11th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. I'm trying to get synergys to launch on startup. From the command line I use:
  2.  
  3. usr/bin/synergys --daemon --no-tray --debug NOTE --name Gremlin --crypto-pass xxxx --config ~/.quicksynergy/synergy.conf --address :24800
  4.  
  5. which works fine from the command line, but if I put into the "greeter-setup-script=" at /etc/lightdm/lightdm.conf, as per https://help.ubuntu.com/community/SynergyHowto#Autostart_Synergy_before_logging_in_.28LightDM.29
  6. then when I boot up, the mouse isn't shared, and synergys is not in the process list (ps, pgrep)
  7.  
  8. greeter-setup-script=/usr/bin/synergys --daemon --no-tray --debug NOTE --name Gremlin --crypto-pass xxxx --config ~/.quicksynergy/synergy.conf --address :24800
  9.  
  10.  
  11. Whats the proper way to get synergys to launch on login?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement