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
Next revision
Previous revision
linux:network:synergy [2012/01/15 07:10]
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>
 +
 +
 +
 +== LXDE autostart: ==
 +
 +Put a .desktop file in here: **~/.config/autostart/**
 +
 +  [Desktop Entry]                                                                                                 
 +  Type=Application                                                                                                
 +  Exec=/usr/bin/synergyc --name viso 192.168.1.2
 +
 +   
 +\\
 +
 +== Fix for wrong keyboard on client: ==
 +
 +set correct keyboard layout after starting synergyc via setxkbmap:
 +
 +1. find good values:
 +
 +  less /etc/default/keyboard
 +
 +2. use XKBLAYOUT and XKBOPTIONS to set setxkbmap -options:
 +
 +  # format:
 +  setxkbmap XKBLAYOUT -option XKBOPTIONS
 +  
 +  # german keyboard example:
 +  setxkbmap de -option grp:alt_shift_toggle
 +  
 +  # apple keyboard example:
 +  setxkbmap de -option lv3:ralt_switch,compose:rwin,terminate:ctrl_alt_bksp
 +
  
  
  
linux/network/synergy.1326607825.txt.gz · Last modified: 2012/01/15 07:10 by tkilla