From aed7ef7c29b258969608f10df6ea56a133065389 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:09:08 +0200 Subject: test --- src/client/toolbar/toolbar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 4374161..c6de504 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -501,7 +501,8 @@ void Toolbar::onBtnCustom() { const bool on = _ui->btnCustom->isChecked(); if (on) { - this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); + //this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); + this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-h") } else { this->runDbg.terminate(); } -- cgit v1.2.3-55-g7522