This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 025f5e5 010_x2gothinclient-fresh-home: Install FreeRDPv2's known_hosts2 file into ~x2gothinclient user's home dir when creating a fresh home. new aeea81d x2gothinclient_sessions: Provide RDP-Direct session profile example that utilizes FreeRDPv2 rather than deprecated FreeRDPv1.x. (On Debian stretch, it is recommended to use FreeRDPv2 from Debian stretch-backports). 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 | 3 +++ management/share/etc/x2gothinclient_sessions | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 aeea81d782a5beb12c4e3e7a1904363d3ecec139 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 23 21:50:22 2018 +0100 x2gothinclient_sessions: Provide RDP-Direct session profile example that utilizes FreeRDPv2 rather than deprecated FreeRDPv1.x. (On Debian stretch, it is recommended to use FreeRDPv2 from Debian stretch-backports). --- debian/changelog | 3 +++ management/share/etc/x2gothinclient_sessions | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9b3fe11..2de0e8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,9 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - management/sbin/x2gothinclient_create: Stop using deprecated --force-yes. - 010_x2gothinclient-fresh-home: Install FreeRDPv2's known_hosts2 file into ~x2gothinclient user's home dir when creating a fresh home. + - x2gothinclient_sessions: Provide RDP-Direct session profile example that + utilizes FreeRDPv2 rather than deprecated FreeRDPv1.x. (On Debian stretch, + it is recommended to use FreeRDPv2 from Debian stretch-backports). * debian/control: + Rename bin:package: x2gothinclient -> x2gothinclient-daemon. + Make sure x2gothinclient-minidesktop pulls in X11 and X2Go Client. diff --git a/management/share/etc/x2gothinclient_sessions b/management/share/etc/x2gothinclient_sessions index 525c74e..750a5c4 100644 --- a/management/share/etc/x2gothinclient_sessions +++ b/management/share/etc/x2gothinclient_sessions @@ -60,7 +60,7 @@ published=false setdpi=false user=<USER> maxdim=false -rdpclient=xfreerdp -directrdpsettings=-d YOUR-DOMAIN --plugin rdpsnd --plugin rdpdr --data disk:media:/media -- +rdpclient=xfreerdpnew +directrdpsettings=/d:YOUR-DOMAIN /sound:sys:pulse /cert-ignore rdpport=3389 directrdp=true -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git