Silvan Calarco
2529743bfc
patch to fix reboot by not using /bin/sh patch to read locale from LANG [release 1.0.1-6mamba;Fri Feb 20 2015]
12 lines
490 B
Diff
12 lines
490 B
Diff
--- calamares-1.0.1/src/modules/finished/FinishedPage.cpp.orig 2015-02-20 15:57:02.785426632 +0100
|
|
+++ calamares-1.0.1/src/modules/finished/FinishedPage.cpp 2015-02-20 15:57:20.687409146 +0100
|
|
@@ -90,7 +90,7 @@
|
|
{
|
|
if ( ui->restartCheckBox->isVisible() &&
|
|
ui->restartCheckBox->isChecked() )
|
|
- QProcess::execute( "/bin/sh", { m_restartNowCommand } );
|
|
+ QProcess::execute( { m_restartNowCommand } );
|
|
} );
|
|
}
|
|
}
|