This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 139a6e4 Avoid x2gothinclient_init failures, use if..then..fi instead of the test command. new 22feac6 fix XDG autostart path 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: .../share/etc/x2gothinclient_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/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 22feac601586f41bbcfce7e617effe939300bc57 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 00:52:37 2014 +0200 fix XDG autostart path --- .../share/etc/x2gothinclient_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gothinclientmanagement/share/etc/x2gothinclient_init b/x2gothinclientmanagement/share/etc/x2gothinclient_init index c898f12..3f922ca 100755 --- a/x2gothinclientmanagement/share/etc/x2gothinclient_init +++ b/x2gothinclientmanagement/share/etc/x2gothinclient_init @@ -32,7 +32,7 @@ if [ -z "$X2GO_HANDLE_DAEMON" ]; then fi if [ -e /etc/xdg/autostart/x2gothinclient-minidesktop.desktop ]; then mkdir -p ~x2gothinclient/Desktop - cp /etc/xdg/x2gothinclient-minidesktop.desktop ~x2gothinclient/Desktop/ + cp /etc/xdg/autostart/x2gothinclient-minidesktop.desktop ~x2gothinclient/Desktop/ fi mkdir -p ~x2gothinclient/.kde mkdir -p ~x2gothinclient/.kde/socket-`hostname` -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git