[X2Go-Commits] [x2goclient] 14/59: onmainwindow.cpp: add debugging output for new scdaemon PATH value.
git-admin at x2go.org
git-admin at x2go.org
Wed Jun 3 03:10:44 CEST 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/osx
in repository x2goclient.
commit 8bd0f08ca23450621d82e3d73ee7e16e24d6c23f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Jun 3 03:01:31 2015 +0200
onmainwindow.cpp: add debugging output for new scdaemon PATH value.
---
debian/changelog | 1 +
src/onmainwindow.cpp | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9546e13..03944c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
- onmainwindow.cpp: drop a redundant variable and fix empty env check.
- onmainwindow.cpp: add more newlines to scdaemon error output. Use
trayQuit() method to really quit the client.
+ - onmainwindow.cpp: add debugging output for new scdaemon PATH value.
-- X2Go Release Manager <git-admin at x2go.org> Tue, 26 May 2015 21:42:09 +0200
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 0202a12..2026bc3 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -8353,6 +8353,8 @@ void ONMainWindow::slotStartPGPAuth()
scdaemon_env.insert ("PATH", new_path_value);
+ x2goDebug << "New PATH value for scdaemon: " << new_path_value;
+
scDaemon->setProcessEnvironment (scdaemon_env);
connect ( scDaemon,SIGNAL ( readyReadStandardError() ),this,
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list