[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.2.0.0-6-g8421acb

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:15 CEST 2013


The branch, twofactorauth has been updated
       via  8421acb2f607018824bfee2b8dd325656ea43c96 (commit)
      from  3953333505b3a0ac3b36fdc2763abaabe25f3278 (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 +-
 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 bc1db51..9611d2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ pyhoca-gui (0.2.0.1-0~x2go1) UNRELEASED; urgency=low
     - Fix grammatical error in man page.
     - Let logon window and session title window be positioned at top
       of screen also for ,,gnome-fallback'' sessions.
+    - Let logon window and session title window be positioned at top
+      of screen also for ,,ubuntu-2d'' sessions.
     - Provide empty template for the French translation of PyHoca-GUI.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 11 Jun 2012 00:19:22 +0200
diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py
index 9ff0745..61acbbf 100644
--- a/pyhoca/wxgui/logon.py
+++ b/pyhoca/wxgui/logon.py
@@ -220,7 +220,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', 'gnome-fallback', 'awesome', 'ubuntu', )):
+        elif (x2go.X2GOCLIENT_OS == 'Linux') and (WINDOW_MANAGER in ('gnome', 'gnome-fallback', 'awesome', 'ubuntu', 'ubuntu-2d', )):
 
             # 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 bd3a52b..754324a 100644
--- a/pyhoca/wxgui/sessiontitle.py
+++ b/pyhoca/wxgui/sessiontitle.py
@@ -119,7 +119,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', 'gnome-fallback', 'awesome', 'ubuntu', )):
+        elif (x2go.X2GOCLIENT_OS == 'Linux') and (WINDOW_MANAGER in ('gnome', 'gnome-fallback', 'awesome', 'ubuntu', 'ubuntu-2d', )):
 
             # 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