[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.2.0.4-26-g30830ba

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


The branch, twofactorauth has been updated
       via  30830ba27f3e93883e1a2f3769ddd9607f352b3c (commit)
      from  a46cf11de15196bb3e95a1761f496f7e3f2b7538 (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               |    1 +
 pyhoca/wxgui/profilemanager.py |    1 +
 2 files changed, 2 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4963d2f..7cb05e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ pyhoca-gui (0.2.0.5-0~x2go1) UNRELEASED; urgency=low
     - Rework session profile manager around SSH proxy settings. Implement session
       profile options ,,sshproxysameuser'' and ,,sshproxysamepass''.
     - Rebuild of i18n files, update of en.po and de.po.
+    - Disable ,,usesshproxy'' for DirectRDP sessions.
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Add Oleksandr Shneyder to Uploaders.
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 7404e97..adec2f2 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -1205,6 +1205,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
             self.profile_config['rdpoptions'] = self.RDPOptions.GetValue()
         elif _session_type == 'DirectRDP':
             _command = 'RDP'
+            self.profile_config['usesshproxy'] = False
             self.profile_config['rootless'] = False
             self.profile_config['directrdp'] = True
             self.profile_config['directrdpsettings'] = 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