[plasmalnf] Disable applying in the target (user|system) for now.

This commit is contained in:
Adriaan de Groot 2017-12-03 10:56:39 -05:00
parent 3bdfa63a79
commit 81128923e6

View File

@ -72,6 +72,7 @@ PlasmaLnfJob::exec()
{ {
cDebug() << "Plasma Look-and-Feel Job"; cDebug() << "Plasma Look-and-Feel Job";
#if 0
int r = 0; int r = 0;
auto system = CalamaresUtils::System::instance(); auto system = CalamaresUtils::System::instance();
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
@ -90,6 +91,7 @@ PlasmaLnfJob::exec()
return Calamares::JobResult::error( return Calamares::JobResult::error(
tr( "Could not select KDE Plasma Look-and-Feel package" ), tr( "Could not select KDE Plasma Look-and-Feel package" ),
tr( "Could not select KDE Plasma Look-and-Feel package" ) ); tr( "Could not select KDE Plasma Look-and-Feel package" ) );
#endif
return Calamares::JobResult::ok(); return Calamares::JobResult::ok();
} }