mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 10:25:52 +00:00
update to new process api
This commit is contained in:
@ -346,7 +346,7 @@ void ExtScript::startProcess()
|
||||
cmdList.append(prefix());
|
||||
cmdList.append(executable());
|
||||
qCInfo(LOG_LIB) << "Run cmd" << cmdList.join(' ');
|
||||
m_process->start(cmdList.join(' '));
|
||||
m_process->start("sh", QStringList() << "-c" << cmdList);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user