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

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


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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 19ca6a0..0e54e7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pyhoca-gui (0.1.0.8-0~x2go1) UNRELEASED; urgency=low
       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 15:46:07 +0200
 
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 6d1305e..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]


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