User Tools

Site Tools


linux:network:synergy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:network:synergy [2016/03/29 16:20]
tkilla
linux:network:synergy [2018/10/07 20:49] (current)
tkilla [Starting synergy automatically on boot]
Line 51: Line 51:
  
 == KDM /KDE autostart: == == KDM /KDE autostart: ==
-** +**You can place scripts in ~/.kde/Autostart/ directory**. The file must be executable and the first line must contain the 'sh-bang' to identify it as bash script:
-You can place scripts in ~/.kde/Autostart/ directory**. The file must be executable and the first line must contain the 'sh-bang' to identify it as bash script:+
    #!/bin/sh    #!/bin/sh
        
Line 59: Line 58:
  
 Detailed info: http://www.ab9il.net/linux/autostarts-kde.html Detailed info: http://www.ab9il.net/linux/autostarts-kde.html
 +
 +\\
 +**Alternatively synergyclient can be started by KDM loginmanager:**
 +
 +Add the following to the end of /etc/kde4/kdm/Xsetup:
 +
 +  /usr/bin/killall synergyc
 +  sleep 1
 +  /usr/bin/synergyc --restart --name <CLIENT HOSTNAME>  <SERVER HOSTNAME>
 +
  
  
linux/network/synergy.1459261255.txt.gz · Last modified: 2016/03/29 16:20 by tkilla