diff --git a/src-qt4/pc-firstbootgui/firstboot.cpp b/src-qt4/pc-firstbootgui/firstboot.cpp index ced4e8926..8059fad47 100644 --- a/src-qt4/pc-firstbootgui/firstboot.cpp +++ b/src-qt4/pc-firstbootgui/firstboot.cpp @@ -460,7 +460,7 @@ void Installer::saveSettings() sync(); // Enable Flash for the new user - QProcess::execute("su", QStringList() << "-m" << lineUsername->text() << "-c" << "/usr/local/bin/flashpluginctl on" ); + QProcess::execute("su", QStringList() << lineUsername->text() << "-c" << "/usr/local/bin/flashpluginctl on" ); // Encrypt the users home-directory? if ( checkEnc->isChecked() )