summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();
}