[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-73-g8471f9a
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:57:08 CEST 2013
The branch, twofactorauth has been updated
via 8471f9acebab3c9078a9c4f5b310c793ec651163 (commit)
from 4a4167b67489560ffeebf8d3e490f67d937f58d9 (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 +
x2go/defaults.py | 1 +
x2go/utils.py | 1 +
3 files changed, 3 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 838bfef..53ff637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ python-x2go (0.1.1.9-0-x2go1) UNRELEASED; urgency=low
- Print access to an X2Go server is not controlled by x2goprint group membership,
but by fuse membership.
- Add XFCE4 support.
+ - Add ,,autostart'' parameter to default session profile parameters.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 12 Oct 2011 10:54:23 +0200
diff --git a/x2go/defaults.py b/x2go/defaults.py
index 816c648..f9b1d56 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -265,6 +265,7 @@ X2GO_GENERIC_APPLICATIONS = [ 'WWWBROWSER', 'MAILCLIENT', 'OFFICE', 'TERMINAL',
"""X2go's generic applications."""
X2GO_SESSIONPROFILE_DEFAULTS = {
+ 'autostart': False,
'speed': 2, 'pack': '16m-jpeg', 'quality': 9,
'iconvto': 'UTF-8', 'iconvfrom': 'UTF-8', 'useiconv': False,
'usesshproxy': False, 'sshproxyhost': '', 'sshproxyuser': '', 'sshproxytunnel': '', 'sshproxykeyfile': '',
diff --git a/x2go/utils.py b/x2go/utils.py
index cbc607b..c5f42f1 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -255,6 +255,7 @@ def _convert_SessionProfileOptions_2_SessionParams(_options):
'defsndport',
'icon',
'applications',
+ 'autostart',
]
for i in _ignored_options:
del _params[i]
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).
More information about the x2go-commits
mailing list