This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 634988e99e704baaccf5af783f3f5d28ca61374a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 16 10:05:22 2014 +0200 Session profiles: default value type for exports session profile option is an empty dictionary. --- debian/changelog | 2 ++ x2go/defaults.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f2bb1c4..ae10b34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low X-Servers could be found on the system. - Only check running X-Servers that have the same WMI SessionId as the current X2Go application. + - Session profiles: default value type for exports session profile option + is an empty dictionary. * debian/control: + Add dependencies: python-requests, python-simplejson. * python-x2go.spec: diff --git a/x2go/defaults.py b/x2go/defaults.py index ee785a5..f76d9bc 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -289,7 +289,7 @@ X2GO_SESSIONPROFILE_DEFAULTS = { 'usesshproxy': False, 'sshproxyhost': 'proxyhost.mydomain', 'sshproxyport': 22, 'sshproxyuser': '', 'sshproxykeyfile': '', 'sshproxytype': 'SSH', 'sshproxysameuser': False, 'sshproxysamepass': False, 'sshproxyautologin': True, 'uniquehostkeyaliases': False, - 'useexports': True, 'restoreexports': False, 'fstunnel': True, 'export': '', + 'useexports': True, 'restoreexports': False, 'fstunnel': True, 'export': {}, 'usemimebox': False, 'mimeboxextensions': '', 'mimeboxaction': 'OPEN', 'fullscreen': False, 'width': 800,'height': 600, 'maxdim': False, 'dpi': 96, 'setdpi': False, 'xinerama': False, 'multidisp': False, 'display': 1, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git