The branch, build-main has been updated via 940adc9b5c6c51b920070bc007166789453da752 (commit) from 719d5615fb68c4a7480364e429687d844578199f (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/x2gothinclient.init | 6 ++++++ 2 files changed, 7 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1771cdd..8f0c2c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low /etc/fstab template. - x2gothinclient_update: make sure config target folders exist. - x2gothinclient_create: syntax fix, spotted by Thomas Güttler (Fixes: #95). + - Export $LANG and $LANGUAGE to TCE daemon. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Priority: optional. diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init index 18d4181..d08d131 100644 --- a/debian/x2gothinclient.init +++ b/debian/x2gothinclient.init @@ -29,6 +29,12 @@ # Short-Description: Start and stop the x2go thinclient daemon ### END INIT INFO +# use system's locale settings for the X2Go Client in TCE mode +if [ -r /etc/default/locale ]; then + . /etc/default/locale + export LANG LANGUAGE +fi + PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin export HOSTNAME DAEMON=/usr/sbin/x2gothinclientd hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).