mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Always start theTerminal using bash during onboarding
This commit is contained in:
parent
15d441e32d
commit
72f7a414e5
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ Onboarding::Onboarding(QWidget* parent) :
|
|||
|
||||
auto* proc = new QProcess(this);
|
||||
proc->setProgram("theterminal");
|
||||
proc->setArguments({"-e", "/bin/bash"});
|
||||
proc->setProcessEnvironment(env);
|
||||
proc->start();
|
||||
connect(proc, &QProcess::finished, this, [proc, this] {
|
||||
|
|
Loading…
Reference in a new issue