The branch, twofactorauth has been updated via 48798d60b1fcde6c289703f761bb2e4e43b49a1a (commit) from f66e48534d3b6970bb33664bb9fc5af6a4525532 (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: x2go/session.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 2bff5b1..e3738cf 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -1025,6 +1025,9 @@ class X2goSession(object): if self.has_terminal_session() and not self.faulty: + # only run the session startup command if we do not resume... + if _new_session: + self.terminal_session.run_command(env=self.session_environment) if self._SUPPORTED_SOUND and self.terminal_session.params.snd_system is not 'none': self.terminal_session and not self.faulty and self.terminal_session.start_sound() @@ -1061,9 +1064,6 @@ class X2goSession(object): for _folder in self.share_local_folders: self.share_local_folder(_folder) - # only run the session startup command if we do not resume... - if _new_session: - self.terminal_session.run_command(env=self.session_environment) self.virgin = False self.suspended = False 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).