[X2go-Commits] pyhoca-gui.git - build-main (branch) updated: 0.1.0.6-27-gd7cc742

X2go dev team git-admin at x2go.org
Wed Sep 14 21:46:23 CEST 2011


The branch, build-main has been updated
       via  d7cc74265b286d65c55273f1312c04748d09c5be (commit)
       via  5d6108fbe12a940e961e3ff70d497cc0a98d05c6 (commit)
       via  209f58795491f69c5422e2015cfda26a4b500f8c (commit)
       via  5c04c95acf7a394e22e311f960c51252101bd5c2 (commit)
      from  9b5c4cdb9799a0715478beaef340e38723086bf9 (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               |   12 ++++++++++++
 pyhoca/wxgui/__init__.py       |    2 +-
 pyhoca/wxgui/profilemanager.py |    2 ++
 3 files changed, 15 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 7eda494..dd30ded 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+pyhoca-gui (0.1.0.8-0~x2go1) unstable; urgency=low
+
+  * New upstream version (0.1.0.8):
+    - fix session profile breakage when switching between rootless and
+      non-rootless sessions, fixes problems with x2goclient after
+      pyhoca-gui has been used on session profiles that have been switched
+      from desktop to rootless to desktop.
+    - x2goclient compat fix: make sure applications property in session
+      profiles gets always set.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 14 Sep 2011 21:45:19 +0200
+
 pyhoca-gui (0.1.0.7-0~x2go1) unstable; urgency=low
 
   * New upstream version (0.1.0.7)
diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py
index 18a8b1e..10c3e7a 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -18,6 +18,6 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.1.0.7'
+__VERSION__ = '0.1.0.8'
 
 from frontend import *
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 43812bb..0cce214 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -952,6 +952,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
                                                                 )
         self.profile_config['sshproxykeyfile'] = self.SSHProxyKeyFile.GetValue()
 
+        self.profile_config['applications'] = self.applicationChoices.keys()
         _session_type = [ s for s in self.sessionChoices.keys() if self.sessionChoices[s] == self.SessionType.GetValue() ][0]
         if _session_type == 'APPLICATION':
             _command = [ a for a in self.applicationChoices.keys() if self.applicationChoices[a] == self.Application.GetValue() ][0]
@@ -964,6 +965,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
             self.profile_config['rootless'] = True
         else:
             _command = _session_type
+            self.profile_config['rootless'] = False
         self.profile_config['command'] = _command
         self.profile_config['rdpserver'] = self.RDPServer.GetValue()
         self.profile_config['rdpoptions'] = self.RDPOptions.GetValue()


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