[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.1.0.10-259-g6382121

X2Go dev team git-admin at x2go.org
Thu May 31 10:44:29 CEST 2012


The branch, master has been updated
       via  638212166a275728ef6086256eb3488f9ef68777 (commit)
       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 -----------------------------------------------------------------
commit 638212166a275728ef6086256eb3488f9ef68777
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu May 31 10:44:22 2012 +0200

    Let logon window and session title window appear at top of screen for pyhoca-gui running within a Ubuntu Unity session.

commit a1cf67115558e3cc24448612790ab8a08cfd7777
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu May 31 10:43:04 2012 +0200

    Let Logon window appear at top of screen for pyhoca-gui running within a Ubuntu Unity session.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog             |    2 ++
 pyhoca/wxgui/logon.py        |    2 +-
 pyhoca/wxgui/sessiontitle.py |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5380050..6348f07 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 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/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)
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)).




More information about the x2go-commits mailing list