From 45515b7dc12be7c8867074dde1e87a934b6c2200 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Wed, 22 Mar 2017 17:34:11 +0100 Subject: Testing --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3-55-g7522