diff options
author | Horst Schirmeier <horst@schirmeier.com> | 2015-01-19 10:28:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-01-19 10:29:48 +0100 |
commit | 4e5a11596e5a0da9f3361ee0b3082c88c30ff486 (patch) | |
tree | add92c7c6885c8898237a8f1d9a4ae94c12fe8ed /debian/wrappers | |
parent | 6ca1073ead21f57aa8c7f0cf0dfc1167696bf614 (diff) | |
download | nx-libs-4e5a11596e5a0da9f3361ee0b3082c88c30ff486.tar.gz nx-libs-4e5a11596e5a0da9f3361ee0b3082c88c30ff486.tar.bz2 nx-libs-4e5a11596e5a0da9f3361ee0b3082c88c30ff486.zip |
Add 321_nxagent_x2go-specific-keystroke-config.full.patch. If nxagent is launched as x2goagent, use X2Go-specific paths for the keystrokes.cfg file. (Fixes: #744).
Diffstat (limited to 'debian/wrappers')
-rw-r--r-- | debian/wrappers/x2goagent | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/wrappers/x2goagent b/debian/wrappers/x2goagent index 129c7ca49..ba07a3f80 100644 --- a/debian/wrappers/x2goagent +++ b/debian/wrappers/x2goagent @@ -29,7 +29,4 @@ test -x $NX_LIBS/../x2go/bin/$NXAPP && export NX_LIBS=$NX_LIBS export LD_LIBRARY_PATH -NXAGENT_KEYSTROKEFILE=/etc/x2go/keystrokes.cfg -export NXAGENT_KEYSTROKEFILE - exec $NX_LIBS/../x2go/bin/$NXAPP "$@" |