diff options
Diffstat (limited to 'ui/qt5/intropage.cc')
-rw-r--r-- | ui/qt5/intropage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc index d0189e7..20d139c 100644 --- a/ui/qt5/intropage.cc +++ b/ui/qt5/intropage.cc @@ -59,7 +59,7 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { p->waitForStarted(); if(p->error() == QProcess::FailedToStart) { // We may be on the -inst CD that has no sudo and runs as root. - p->start("/usr/bin/partitionmanager"); + p->start("/usr/bin/partitionmanager", QStringList{}); } horizonWizard()->tools.push_back(p); }); |