This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 5392d3c9592a3ae821d0656780a0ae241d491193 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 5 15:56:35 2014 +0200 Don't use compression on TeKi sshfs mounts. --- debian/changelog | 1 + x2go/telekinesis.py | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index fda0ce3..e437449 100644 --- a/debian/changelog +++ b/debian/changelog @@ -89,6 +89,7 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low terminates. - Clean up terminal sessions properly when the clean_sessions() method of the control session has got called. + - Don't use compression on TeKi sshfs mounts. * debian/control: + Add dependencies: python-requests, python-simplejson. * python-x2go.spec: diff --git a/x2go/telekinesis.py b/x2go/telekinesis.py index 7002a48..d649c37 100644 --- a/x2go/telekinesis.py +++ b/x2go/telekinesis.py @@ -327,6 +327,7 @@ class X2GoTelekinesisClient(threading.Thread): # file exists pass telekinesis_sshfs_command = ['sshfs', + '-o', 'compression=no', '-o', 'follow_symlinks', '-o', 'directport={tekidata_port}'.format(tekidata_port=self.local_tekidata_port), '127.0.0.1:{remote_home}/.x2go/C-{sid}/telekinesis/remote/'.format(remote_home=self.session_instance.get_remote_home(), sid=self.session_info), -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git