The branch, build-baikal has been updated via ddce72c987c36e2adf9746c257d993d6dcd960cd (commit) from 912ce42c8e9222d6c31a4ef9409e20d3f692f9cb (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 + x2go/session.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 418c440..b50172e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ python-x2go (0.1.1.0-0~x2go1) UNRELEASED; urgency=low - Add X2goSession lock support. - Skip session auto registration during startups of new sessions (avoids duplicate sessions in the session registry. + - Do not start X2go service tunnels (audio, sshfs) if session startup failed. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 23 Jun 2011 08:34:14 +0200 diff --git a/x2go/session.py b/x2go/session.py index cb101b1..3a821bd 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -964,7 +964,7 @@ class X2goSession(object): _new_session = True self.session_name = self.terminal_session.session_info.name - if self.has_terminal_session(): + if self.has_terminal_session() and not self.faulty: if SUPPORTED_SOUND and self.terminal_session.params.snd_system is not 'none': self.terminal_session.start_sound() hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).