This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit e843170e7d634c6f643962304a74df872e739a4e Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Apr 20 01:11:38 2015 +0200 onmainwindow.cpp: fix up typo when specifying cookie file in pulse-client.conf. --- src/onmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index a4f4f42..0a9eae1 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -4981,7 +4981,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, "\\\" > $HOME/.x2go/C-"+ resumingSession.sessionId+ "/.pulse-client.conf" - ";echo \\\"cookie-file=${HOME}.x2go/C-"+ + ";echo \\\"cookie-file=${HOME}/.x2go/C-"+ resumingSession.sessionId+ "/.pulse-cookie"+ "\\\" >> ${HOME}/.x2go/C-"+ @@ -4993,7 +4993,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, "\\\" > $HOME/.x2go/C-"+ resumingSession.sessionId+ "/.pulse-client.conf" - ";echo \\\"cookie-file=${HOME}.x2go/C-"+ + ";echo \\\"cookie-file=${HOME}/.x2go/C-"+ resumingSession.sessionId+ "/.pulse-cookie"+ "\\\" >> ${HOME}/.x2go/C-"+ -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git