The branch, master has been updated via 10bb244d21b74faf4908f7b13ff25f54d73a78d3 (commit) from 3c5a4dadf5a06803c25993e42d872fa10b9ad5b3 (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 10bb244d21b74faf4908f7b13ff25f54d73a78d3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 31 20:40:18 2012 +0100 Add default value for new session profile parameter xinerama (ignored by Python X2Go for now). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2go/defaults.py | 2 +- x2go/utils.py | 1 + 3 files changed, 4 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8dcdfcc..4efe979 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low Jakub Wilk. (THANKS!) - The Python setuptools module does not have to be installed as dependency with python-x2go. + - Add default value for new session profile parameter xinerama (ignored by + Python X2Go for now). * Depend on python-xlib. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 Sep 2012 01:44:21 +0100 diff --git a/x2go/defaults.py b/x2go/defaults.py index cc5bde9..bad42fc 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -280,7 +280,7 @@ X2GO_SESSIONPROFILE_DEFAULTS = { 'useexports': True, 'fstunnel': True, 'export': '', 'usemimebox': False, 'mimeboxextensions': '', 'mimeboxaction': 'OPEN', 'fullscreen': False, - 'width': 800,'height': 600,'dpi': 96,'setdpi': False, + 'width': 800,'height': 600,'dpi': 96,'setdpi': False, 'xinerama': False, 'usekbd':True, 'layout': 'us', 'type': 'pc105/us', 'sound':False, 'soundsystem': 'pulse', 'startsoundsystem': False, 'soundtunnel':True, 'defsndport':True, 'sndport':4713, 'name': 'NEW_PROFILE', 'icon': ':icons/128x128/x2gosession.png', diff --git a/x2go/utils.py b/x2go/utils.py index 58c7f9e..9bc4c6c 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -259,6 +259,7 @@ def _convert_SessionProfileOptions_2_SessionParams(_options): 'defsndport', 'icon', 'autostart', + 'xinerama', ] 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).