This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 0038d25 onmainwindow.cpp: quote commands for generating pulse-client.conf correctly, add more quotes and use absolute file path for pulse cookie. new e843170 onmainwindow.cpp: fix up typo when specifying cookie file in pulse-client.conf. 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: src/onmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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