The branch, twofactorauth has been updated via dc315364da642357b0f7478c44bb0d1636fe1623 (commit) from 5ac79cfa8a874f2a5499bfeb1505ad11bc00a6f5 (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 501b082..3f5551f 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -1362,7 +1362,7 @@ class X2goSession(object): lang = self.client_instance.lang return self.control_session.get_published_applications(lang=lang, refresh=refresh, raw=raw, very_raw=very_raw, max_no_submenus=max_no_submenus) - def exec_published_application(self, exec_name): + def exec_published_application(self, exec_name, timeout=20): """\ Execute an application while in published application mode. @@ -1372,7 +1372,7 @@ class X2goSession(object): """ if self.terminal_session is not None: self.logger('for %s executing published application: %s' % (self.profile_name, exec_name), loglevel=log.loglevel_NOTICE) - self.terminal_session.exec_published_application(exec_name) + self.terminal_session.exec_published_application(exec_name, timeout=timeout) __exec_published_application = exec_published_application def do_auto_start_or_resume(self, newest=True, oldest=False, all_suspended=False, start=True, redirect_to_client=True): 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).