The branch, master has been updated via 5b79154e6ceb0af2de159c3ed3365f87fe60dca2 (commit) from 6acb46cc76d9f3e6bc8c5689aa8106f53ba62ce8 (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 5b79154e6ceb0af2de159c3ed3365f87fe60dca2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 11 08:03:14 2012 +0200 Let logon window and session title window be positioned at top of screen also for ,,gnome-fallback'' sessions. ----------------------------------------------------------------------- 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 99a5fde..9600a91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ pyhoca-gui (0.2.0.1-0~x2go1) UNRELEASED; urgency=low - Drop Encoding key from .desktop file (deprecated as of latest FreeDesktop.org specs. - Fix grammatical error in man page. + - Let logon window and session title window be positioned at top + of screen also for ,,gnome-fallback'' sessions. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 11 Jun 2012 00:19:22 +0200 diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 764f1b7..9ff0745 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', 'awesome', 'ubuntu', )): + elif (x2go.X2GOCLIENT_OS == 'Linux') and (WINDOW_MANAGER in ('gnome', 'gnome-fallback', '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 d0156f7..bd3a52b 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', 'awesome', 'ubuntu', )): + elif (x2go.X2GOCLIENT_OS == 'Linux') and (WINDOW_MANAGER in ('gnome', 'gnome-fallback', '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)).