close #300
thanks
Hello,
we are very hopeful that X2Go issue #300 reported by you
has been resolved in the new release (1.1.0.1) of the
X2Go source project »src:x2gothinclient«.
You can view the complete changelog entry of src:x2gothinclient (1.1.0.1)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2gothinclient.
http://code.x2go.org/gitweb?p=x2gothinclient.git;a=commitdiff;h=9aebcecfe34cc01dc9adf1e3917f6ce902999ad8;hp=37470492cb86f3dd411f468c4a333840795776f3
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2gothinclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
X2Go Component: src:x2gothinclient
Version: 1.1.0.1
Status: RELEASE
Date: Fri, 22 Nov 2013 23:51:33 +0100
Fixes: 300 301
Changes:
x2gothinclient (1.1.0.1) RELEASED; urgency=low
.
[ Mike Gabriel ]
- New upstream version (1.1.0.1):
- Switch to VT-7 on TC shutdown.
- Syntax fix in x2gousbmount script.
- Make ~x2gothinclient rw-able on TCE machines. Thanks to Peter
Schneider for pointing at this.
- Remove chroot bootstrap cruft when finished with creating the
TCE chroot.
- Deactivate serial line terminals on X2Go thinclients.
- Install TCE dependencies via meta-package x2gothinclient-chroot.
- Move init scripts from debian/ folder into upstream folders.
- Provide x2gothinclient-chroot.init script that tweaks the chroot
during thin client startup.
- Patch /etc/init.d/checkroot-bootclean.sh during TCE creation to
avoid failures when clean tmp files on the read-only NFS root-fs.
- Work around Debian bug #729373 during TCE creation. Replace alsa-utils
init script and ALSA's utils.sh (for Debian wheezy+jessie chroots).
- Refrain from using "~<user>" when launching X2Go Client as it cannot
handle it, yet. Use "~" instead (handable by X2Go Client >= 4.0.1.2).
- Tweak the /etc/os-release more comprehensively.
- Update initramfs at the very end of the TCE creation.
- Do not over-mount /run as tmpfs. This is already done by the Debian
boot process.
- Monitor mounted USB devices via ~x2gothinclient/mounts (and not via
deprecated location /var/run).
- Add TC_NONINTERACTIVE (commented out) to x2gothinclient_settings config
file.
- Add syslog support to x2gousbmount.
- Install radeon and i915 kms/drm module into initrd image for Debian
(>= 7).
- debian/control:
- New bin:package x2gothinclient-chroot.
- Make sure x2gothinclient-chroot pulls in editing tools like
mc, vim, less via Recommends: field.
- Depend on x2goclient (>= 4.0.1.2-0~).
- Suggest some helpful firmware packages (also from non-free) in bin:package
x2gothinclient-chroot.
.
[ Arnold Krille ]
- New upstream version (1.1.0.1):
- Extend x2gothinclient_shell to run anything given as arguments and
fall back to $TC_SHELL when nothing is given. (Fixes: #301).
- Allow non-interactive execution of x2gothinclient_create. (Fixes:
#300).