diff options
Diffstat (limited to 'debian/wrappers')
-rw-r--r-- | debian/wrappers/x2goagent | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/wrappers/x2goagent b/debian/wrappers/x2goagent index a74f44cd8..129c7ca49 100644 --- a/debian/wrappers/x2goagent +++ b/debian/wrappers/x2goagent @@ -29,4 +29,7 @@ test -x $NX_LIBS/../x2go/bin/$NXAPP && export NX_LIBS=$NX_LIBS export LD_LIBRARY_PATH -exec $NX_LIBS/../x2go/bin/$NXAPP "$@"
\ No newline at end of file +NXAGENT_KEYSTROKEFILE=/etc/x2go/keystrokes.cfg +export NXAGENT_KEYSTROKEFILE + +exec $NX_LIBS/../x2go/bin/$NXAPP "$@" |