From 57e8c238a96d99eacd07ccb745ddbb26b3d52a16 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Sat, 9 Nov 2013 18:58:47 -0500 Subject: [PATCH] Fix enabling the flash plugin on 10 at first start --- src-qt4/pc-firstbootgui/firstboot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() )