diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-10 20:51:03 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-10 20:51:03 +0100 |
commit | 15844f38758c435380814e36644434ef50da4e37 (patch) | |
tree | d3a4b8293007e7378ae7dba4f0adffcc2da28dce | |
parent | 87a1e6fd8e2e8a18a357348455b1bef34ae3a971 (diff) | |
download | lightdm-remote-session-x2go-15844f38758c435380814e36644434ef50da4e37.tar.gz lightdm-remote-session-x2go-15844f38758c435380814e36644434ef50da4e37.tar.bz2 lightdm-remote-session-x2go-15844f38758c435380814e36644434ef50da4e37.zip |
enable X2Go keyboard auto-detection
-rwxr-xr-x | x2go-session.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2go-session.in b/x2go-session.in index 8cf9844..658af13 100755 --- a/x2go-session.in +++ b/x2go-session.in @@ -1,7 +1,7 @@ #!/bin/bash if [ -e ~/.x2go-socket ]; then - @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts 2>&1 | logger -t lightdm-remote-session-x2go -- + @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts --kbd-type auto 2>&1 | logger -t lightdm-remote-session-x2go -- else zenity --warning --text="Unable to locate X2GoSession/PyHoca socket" fi; |