[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.6-25-g209f587

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:21:47 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  209f58795491f69c5422e2015cfda26a4b500f8c (commit)
      from  5c04c95acf7a394e22e311f960c51252101bd5c2 (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               |    5 ++++-
 pyhoca/wxgui/profilemanager.py |    1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 833d046..19ca6a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
 pyhoca-gui (0.1.0.8-0~x2go1) UNRELEASED; urgency=low
 
   * New upstream version (0.1.0.8):
-    - Continue development...
+    - 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.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 14 Sep 2011 15:46:07 +0200
 
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 43812bb..6d1305e 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -964,6 +964,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