summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-03-22 17:34:11 +0100
committerChristoph Schulthess2017-03-22 17:34:11 +0100
commit45515b7dc12be7c8867074dde1e87a934b6c2200 (patch)
tree075987765ab84b48a0b6f69a32fbd6c5d62095d0
parentTesting (diff)
downloadpvs2-45515b7dc12be7c8867074dde1e87a934b6c2200.tar.gz
pvs2-45515b7dc12be7c8867074dde1e87a934b6c2200.tar.xz
pvs2-45515b7dc12be7c8867074dde1e87a934b6c2200.zip
Testing
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 7eb002f..8c09646 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -498,7 +498,7 @@ void Toolbar::onBtnManager()
void Toolbar::onBtnCustom()
{
//const bool on = _ui->btnCustom->isChecked();
- this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug.sh");
+ this->runDbg.start("xterm", QStringList() << "-e" << "/opt/openslx/remotedebug/startdebug.sh");
qDebug() << this->runDbg.state();
}