The branch, master has been updated via 6e31c25958c932247293307f015082d13df2b31e (commit) from b75628bac35ba95c3c70d3a9dccba9c116b263a7 (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 6e31c25958c932247293307f015082d13df2b31e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 11 11:51:44 2012 +0200 Enable autologin and sshproxyautologin for new session profiles. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/defaults.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e9934e5..8fab706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ python-x2go (0.2.1.0-0~x2go1) UNRELEASED; urgency=low Paramiko terms). - Make X2goClient instance available in initial X2goSession instances. - Allow post-initialization updating of forward_sshagent class property. + - Enable autologin and sshproxyautologin for new session profiles. * /debian/rules: + Allow package build on systems with missing dh_python2. * /debian/control: diff --git a/x2go/defaults.py b/x2go/defaults.py index b387739..790ec53 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -292,11 +292,11 @@ X2GO_GENERIC_APPLICATIONS = [ 'WWWBROWSER', 'MAILCLIENT', 'OFFICE', 'TERMINAL', """X2go's generic applications.""" X2GO_SESSIONPROFILE_DEFAULTS = { - 'autologin': False, 'autoconnect': False, 'autostart': False, 'setsessiontitle': False, 'sessiontitle': "", + 'autologin': True, 'autoconnect': False, 'autostart': False, 'setsessiontitle': False, 'sessiontitle': "", 'speed': 2, 'pack': '16m-jpeg', 'quality': 9, 'iconvto': 'UTF-8', 'iconvfrom': 'UTF-8', 'useiconv': False, 'usesshproxy': False, 'sshproxyhost': 'proxyhost.mydomain', 'sshproxyport': 22, 'sshproxyuser': '', 'sshproxytunnel': 'localhost:44444:server.mydomain.private:22', 'sshproxykeyfile': '', - 'sshproxytype': 'SSH', 'sshproxysameuser': False, 'sshproxysamepass': False, 'sshproxyautologin': False, + 'sshproxytype': 'SSH', 'sshproxysameuser': False, 'sshproxysamepass': False, 'sshproxyautologin': True, 'useexports': True, 'fstunnel': True, 'export': '', 'usemimebox': False, 'mimeboxextensions': '', 'mimeboxaction': 'OPEN', 'fullscreen': False, hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).