From 81128923e6efce2b206a20949505e59e2f1371d8 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 3 Dec 2017 10:56:39 -0500 Subject: [PATCH] [plasmalnf] Disable applying in the target (user|system) for now. --- src/modules/plasmalnf/PlasmaLnfJob.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/plasmalnf/PlasmaLnfJob.cpp b/src/modules/plasmalnf/PlasmaLnfJob.cpp index a6df3e976..56b50bf45 100644 --- a/src/modules/plasmalnf/PlasmaLnfJob.cpp +++ b/src/modules/plasmalnf/PlasmaLnfJob.cpp @@ -72,6 +72,7 @@ PlasmaLnfJob::exec() { cDebug() << "Plasma Look-and-Feel Job"; +#if 0 int r = 0; auto system = CalamaresUtils::System::instance(); Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); @@ -90,6 +91,7 @@ PlasmaLnfJob::exec() return Calamares::JobResult::error( 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(); }