The branch, master has been updated via 142408c2e2db2b0ed810fbb7e7168814af5418ec (commit) from 06ac0550a15231e2c427f4e5ca2a1cdfe1cf982a (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 142408c2e2db2b0ed810fbb7e7168814af5418ec Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Feb 18 21:26:13 2012 +0100 Enforce startup of rootless session if launching a single application. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + pyhoca/wxgui/frontend.py | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 48da175..82dd2fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low - Mark master sessions with a marker ,,(*)''. - Catch AttributeError during taskbar menu generation that occured during querying the session command from a non-existent session. + - Enforce startup of rootless session if launching a single application. * Depend on Python X2Go 0.1.2.0. * Install GNOME icons via dh_links. * Install X2Go icons with explicit install paths. diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 763f381..57338ca 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -499,7 +499,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient): self.current_profile_name = self._eventid_profilenames_map[evt.GetId()] _application = self._eventid_applications_map[evt.GetId()] _query_session = self._X2goClient__client_registered_sessions_of_profile_name(self.current_profile_name)[0] - session_uuid = self._X2goClient__register_session(profile_name=self.current_profile_name, cmd=_application) + session_uuid = self._X2goClient__register_session(profile_name=self.current_profile_name, cmd=_application, session_type="application") if self._X2goClient__server_is_alive(session_uuid): gevent.spawn(self._X2goClient__start_session, session_uuid) _dummy = self._X2goClient__list_sessions(session_uuid, refresh_cache=True) hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).