This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from a0636ac Continue development... new 6a7c74c Adapt session profile examples... The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 ++++- .../share/etc/x2gothinclient_sessions | 8 +++----- 2 files changed, 7 insertions(+), 6 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 6a7c74c6b3bd60f3f6ad9981839e6113e8979a54 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 7 23:33:46 2014 +0200 Adapt session profile examples... - Stop advertising GNOME in default session profile. Switching to MATE. - Use type=auto for automatic keyboard detection as default in example session profiles. --- debian/changelog | 5 ++++- .../share/etc/x2gothinclient_sessions | 8 +++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45bfff4..fd86e7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ x2gothinclient (1.1.0.3-0x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream release (1.1.0.3): + - Stop advertising GNOME in default session profile. Switching to MATE. + - Use type=auto for automatic keyboard detection as default in example + session profiles. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Feb 2014 12:03:00 +0100 diff --git a/x2gothinclientmanagement/share/etc/x2gothinclient_sessions b/x2gothinclientmanagement/share/etc/x2gothinclient_sessions index eba0368..525c74e 100644 --- a/x2gothinclientmanagement/share/etc/x2gothinclient_sessions +++ b/x2gothinclientmanagement/share/etc/x2gothinclient_sessions @@ -6,7 +6,6 @@ height = 768 export = speed = 4 fullscreen = true -layout = us width = 1024 quality = 9 xdmcpserver = localhost @@ -14,7 +13,7 @@ soundtunnel = 1 rdpoptions = soundsystem = pulse print = 1 -type = pc105/us +type = auto sndport = 4713 usekbd = true fstunnel = true @@ -31,7 +30,7 @@ name = X2Go.EXAMPLE iconvto = UTF-8 rdpserver = useexports = true -command = GNOME +command = MATE dpi = 96 sshport = 22 setdpi = false @@ -41,14 +40,13 @@ pack = 16m-jpeg height = 768 export = fullscreen = true -layout = us useexports = 1 width = 1024 speed = 4 rdpoptions = soundsystem = pulse print = true -type = pc105/us +type = auto sndport = 4713 usekbd = true host = rdpserver.your-intranet.local -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git