This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from bb1a4d7 debian/control: Add Ds (minidesktop): alsa-tools, pulseaudio, pavucontrol. new 6ed2db5 Add --close-disconnect cmdline option to X2Go Client startup parameters when in display-manager mode. new d56832f management/share/etc/x2gothinclient-displaymanager_start: Fix filename given to --background cmdline option. Spotted by Wolfgang Schweer (see Debian bug #947618). The 2 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 | 7 +++++++ management/share/etc/x2gothinclient-displaymanager_start | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) -- 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 d56832f3be5e5302fc50ef91f3a087e87378723f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 2 14:54:47 2020 +0100 management/share/etc/x2gothinclient-displaymanager_start: Fix filename given to --background cmdline option. Spotted by Wolfgang Schweer (see Debian bug #947618). --- debian/changelog | 3 +++ management/share/etc/x2gothinclient-displaymanager_start | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c4e2e81..6d7ec88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ x2gothinclient (1.5.0.2-0x2go1) UNRELEASED; urgency=medium - Add --close-disconnect cmdline option to X2Go Client startup parameters when in display-manager mode. Thanks to Wolfgang Schweer for proposing this. (See Debian bug #947785). + - management/share/etc/x2gothinclient-displaymanager_start: Fix filename + given to --background cmdline option. Spotted by Wolfgang Schweer + (see Debian bug #947618). * debian/control: + Add Ds (minidesktop): alsa-tools, pulseaudio, pavucontrol. diff --git a/management/share/etc/x2gothinclient-displaymanager_start b/management/share/etc/x2gothinclient-displaymanager_start index 241b317..3921d31 100755 --- a/management/share/etc/x2gothinclient-displaymanager_start +++ b/management/share/etc/x2gothinclient-displaymanager_start @@ -29,7 +29,7 @@ --thinclient \ --haltbt \ --read-exports-from=~/export \ - --background=/etc/x2go/x2gothinclient-background.svg \ + --background=/etc/x2go/x2gothinclient-displaymanager_background.svg \ --no-session-edit \ --session=X2Go.Example \ --close-disconnect \ -- 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 6ed2db5e180a050a8c0557ec832692b17cd05b7e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 2 14:49:42 2020 +0100 Add --close-disconnect cmdline option to X2Go Client startup parameters when in display-manager mode. --- debian/changelog | 4 ++++ management/share/etc/x2gothinclient-displaymanager_start | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index aa14c3a..c4e2e81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ x2gothinclient (1.5.0.2-0x2go1) UNRELEASED; urgency=medium * Update classic TCE to debian buster. [ Mike Gabriel ] + * New upstream release (1.5.0.2): + - Add --close-disconnect cmdline option to X2Go Client startup + parameters when in display-manager mode. Thanks to Wolfgang + Schweer for proposing this. (See Debian bug #947785). * debian/control: + Add Ds (minidesktop): alsa-tools, pulseaudio, pavucontrol. diff --git a/management/share/etc/x2gothinclient-displaymanager_start b/management/share/etc/x2gothinclient-displaymanager_start index bb9fd5e..241b317 100755 --- a/management/share/etc/x2gothinclient-displaymanager_start +++ b/management/share/etc/x2gothinclient-displaymanager_start @@ -32,6 +32,7 @@ --background=/etc/x2go/x2gothinclient-background.svg \ --no-session-edit \ --session=X2Go.Example \ + --close-disconnect \ --add-to-known-hosts & #/usr/bin/x2goclient --no-menu \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git