Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix enabling the flash plugin on 10 at first start
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Nov 9, 2013
1 parent 7e49756 commit 57e8c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt4/pc-firstbootgui/firstboot.cpp
Expand Up @@ -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() )
Expand Down

0 comments on commit 57e8c23

Please sign in to comment.