This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 3021715fee42e8d0b56e0fcf993bba8ce4635fa8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 22 17:34:14 2014 +0200 On $HOME creation, copy x2gothinclient-minidesktop.desktop into ~/Desktop. --- debian/changelog | 1 + .../share/etc/x2gothinclient_init | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 66f8381..f7c03d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x2gothinclient (1.1.0.3-0x2go1) UNRELEASED; urgency=low X2Go Client as login manager, we launch a minimal MATE desktop and connect to X2Go sessions from there. - x2gothinclient-minidesktop: Add WindowList applet to MATE panel. + - On $HOME creation, copy x2gothinclient-minidesktop.desktop into ~/Desktop. - Add COPYING file. - Avoid error message in x2gothinclient_shell if the chroot does not have a file-or-symlink /etc/resolv.conf. diff --git a/x2gothinclientmanagement/share/etc/x2gothinclient_init b/x2gothinclientmanagement/share/etc/x2gothinclient_init index 2aae04d..b0609ea 100755 --- a/x2gothinclientmanagement/share/etc/x2gothinclient_init +++ b/x2gothinclientmanagement/share/etc/x2gothinclient_init @@ -24,6 +24,7 @@ mkdir -p ~x2gothinclient mkdir -p ~x2gothinclient/.x2goclient test -e /etc/x2go/x2gothinclient_sessions && cp /etc/x2go/x2gothinclient_sessions ~x2gothinclient/.x2goclient/sessions test -e /etc/x2go/freerdp/known_hosts && mkdir -p ~x2gothinclient/.freerdp && cp /etc/x2go/freerdp/known_hosts ~x2gothinclient/.freerdp/known_hosts +test -e /etc/xdg/autostart/x2gothinclient-minidesktop.desktop && mkdir -p ~x2gothinclient/Desktop && cp /etc/xdg/x2gothinclient-minidesktop.desktop ~x2gothinclient/Desktop/ mkdir -p ~x2gothinclient/.kde mkdir -p ~x2gothinclient/.kde/socket-`hostname` mkdir -p ~x2gothinclient/mounts -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git