The branch, build-baikal has been updated via e0fb697e9f86ff2e734a7530b5f4096ec1668c14 (commit) from fc118b4bbb02dd9994c266c74772216084dab705 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/wrappers/x2goagent | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c25941e..32985e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low * Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for x2goagent). (Fixes: #199). + * Set NXAGENT_KEYSTROKEFILE to /etc/x2go/keystrokes.cfg for wrapper x2goagent. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 21:07:42 +0100 diff --git a/debian/wrappers/x2goagent b/debian/wrappers/x2goagent index a74f44c..129c7ca 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 "$@" hooks/post-receive -- nx-libs.git (NX (redistributed)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX (redistributed)).