From 9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:15:46 +0200 Subject: test --- 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 5e90461..864df8a 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -502,7 +502,7 @@ 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() << "xterm"); + this->runDbg.start("xterm"); } else { this->runDbg.terminate(); } -- cgit v1.2.3-55-g7522