The branch, master has been updated via 66b5505d45f44e1b9a76c33015fdd7543c12310f (commit) from fdfc7942b08d52562801713f25a1cf988225be65 (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 ----------------------------------------------------------------- commit 66b5505d45f44e1b9a76c33015fdd7543c12310f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 20:09:47 2012 +0100 Give the session window more time to appear. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/backends/terminal/_stdout.py | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2437a2e..93ead3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ python-x2go (0.2.1.0-0~x2go1) UNRELEASED; urgency=low - Set the session name in case a session start failed due to lack of forwarding tunneling support in the server's SSH daemon. - Fall back to password auth if agent auth and key discovery fail. + - Give the session window more time to appear. * /debian/rules: + Allow package build on systems with missing dh_python2. * /debian/control: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 403d606..49656ed 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -987,7 +987,7 @@ class X2goTerminalSessionSTDOUT(object): if self.session_title != _generic_title and not dont_set: self.set_session_window_title(title=self.session_title) - def find_session_window(self, timeout=30): + def find_session_window(self, timeout=60): """\ Try for <timeout> seconds to find the X2Go session window of this terminal session. @@ -1026,7 +1026,7 @@ class X2goTerminalSessionSTDOUT(object): gevent.sleep(1) - def set_session_window_title(self, title, timeout=30): + def set_session_window_title(self, title, timeout=60): """\ Modify the session window title. @@ -1066,7 +1066,7 @@ class X2goTerminalSessionSTDOUT(object): gevent.sleep(1) - def raise_session_window(self, timeout=30): + def raise_session_window(self, timeout=60): """\ Try for <timeout> seconds to raise the X2Go session window of this terminal session to the top and bring it to focus. 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).