The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 638212166a275728ef6086256eb3488f9ef68777 (commit) from a1cf67115558e3cc24448612790ab8a08cfd7777 (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 | 4 ++-- pyhoca/wxgui/sessiontitle.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4eb4c47..6348f07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -140,8 +140,8 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low manager. - Re-register available/registered sessions after session profile changes. - Update man page. - - Let Logon window appear at top of screen for pyhoca-gui running within a - Ubuntu Unity session. + - Let logon and session title window appear at top of screen for pyhoca-gui + running within a Ubuntu Unity session. * 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/sessiontitle.py b/pyhoca/wxgui/sessiontitle.py index 094bae1..9d45d2e 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -109,7 +109,7 @@ class PyHocaGUI_DialogBoxSessionTitle(wx.Dialog): else: move_y = self._PyHocaGUI.logon_window_position_y - elif (x2go.X2GOCLIENT_OS == 'Linux') and (WINDOW_MANAGER in ('gnome', 'awesome',)): + elif (x2go.X2GOCLIENT_OS == 'Linux') and (WINDOW_MANAGER in ('gnome', 'awesome', 'ubuntu', )): # automatically place logon Window for GNOME, awesome move_x = maxX - (self.GetSize().GetWidth() + 20) 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)).