The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via a1cf67115558e3cc24448612790ab8a08cfd7777 (commit) from 8105c2c19cb4380dabe3b51eb7332f73ccdffac6 (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 | 2 ++ pyhoca/wxgui/logon.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5380050..4eb4c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -140,6 +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. * 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/logon.py b/pyhoca/wxgui/logon.py index 7da54b2..8a0861d 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -208,7 +208,7 @@ class PyHocaGUI_DialogBoxPassword(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)).