[X2Go-Commits] [x2goclient] 01/02: Add --debug argument to x2gokdriveclient in debug mode.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 17 13:51:32 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 755feb8128b95b84c5d5c90697b1a956dae33398
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date: Fri Sep 17 13:41:05 2021 +0200
Add --debug argument to x2gokdriveclient in debug mode.
---
debian/changelog | 1 +
src/onmainwindow.cpp | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1148578..e7ca958 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
- Don't exit if connection to HTTP broker is failed when sync sessions.
- Support for HTTP(S) urls in the session icons when using http broker.
- Fix loading session icon to system tray when using broker.
+ - Add --debug argument to x2gokdriveclient in debug mode.
[ Ryan Schmidt ]
* New upstream version (4.1.2.3):
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 7918a26..b0b418c 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -6243,6 +6243,10 @@ void ONMainWindow::slotTunnelOk(int)
dirpath=nxroot+"/S-"+resumingSession.sessionId;
#endif
proxyCmd="x2gokdriveclient";
+ if(ONMainWindow::debugging)
+ {
+ options <<"--debug";
+ }
options<<"--connect"<<"localhost"<<"--port"<<localGraphicPort<<"--title"<<resumingSession.sessionId<<"-S"<<"nx/nx,options="+dirpath+
"/options:"+resumingSession.display<<"--selection"<<clipboard;
if(randr)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list