This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from d56832f management/share/etc/x2gothinclient-displaymanager_start: Fix filename given to --background cmdline option. Spotted by Wolfgang Schweer (see Debian bug #947618). new 83f6df0 Add --close-disconnect cmdline option to X2Go Client startup parameters when in mini-desktop mode. See discussion in Debian bug #947785 (msg#17). 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-minidesktop_start | 1 + 2 files changed, 4 insertions(+) -- 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 83f6df065335e92aea3ccfc1c65246ecfae97fc1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 2 16:37:05 2020 +0100 Add --close-disconnect cmdline option to X2Go Client startup parameters when in mini-desktop mode. See discussion in Debian bug #947785 (msg#17). --- debian/changelog | 3 +++ management/share/etc/x2gothinclient-minidesktop_start | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6d7ec88..e376482 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). + - Add --close-disconnect cmdline option to X2Go Client startup + parameters when in mini-desktop mode. See discussion in + Debian bug #947785 (msg#17). - management/share/etc/x2gothinclient-displaymanager_start: Fix filename given to --background cmdline option. Spotted by Wolfgang Schweer (see Debian bug #947618). diff --git a/management/share/etc/x2gothinclient-minidesktop_start b/management/share/etc/x2gothinclient-minidesktop_start index 9ee118d..6165817 100755 --- a/management/share/etc/x2gothinclient-minidesktop_start +++ b/management/share/etc/x2gothinclient-minidesktop_start @@ -31,6 +31,7 @@ --geometry=fullscreen \ --read-exports-from=~/export \ --no-session-edit \ + --close-disconnect \ --session=X2Go.Example \ --add-to-known-hosts -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git