This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 89b109e0704db25624bffd7207a8aa8b1479f31b Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 19 23:46:50 2017 +0100 management/share/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop: call Xsession in mate-minidesktop builds of X2Go TCE Live. --- debian/changelog | 3 +++ .../share/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2ed8f9c..23ae5f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -105,6 +105,9 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low continue commented out command on the next line. Fixes: #1147. - displaymanager/sbin/x2gothinclientd: correctly break long strings over several lines and concatenate them. + - management/share/etc/x2gothinclient_init.d/ + 950_x2gothinclient-minidesktop: call Xsession in mate-minidesktop builds + of X2Go TCE Live. * usbmount/x2gousbmount: - Fix typo int -> print. Fixes: #840. - Update copyright notice. diff --git a/management/share/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop b/management/share/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop index 0360422..4670e60 100755 --- a/management/share/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop +++ b/management/share/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop @@ -20,6 +20,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -if [ -e /usr/share/doc/x2gothinclient-minidesktop ]; then +if [ -d "/lib/live/config" ] || [ -e "/usr/share/doc/x2gothinclient-minidesktop" ]; then . /etc/X11/Xsession fi -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git