diff --git a/app/src/handlers/itemhandler.cpp b/app/src/handlers/itemhandler.cpp
index 39aa42b04bacd60e41cdbd906aa119ab6f5a6bdd..6255c39e987d1ba2514bb733545882cc3acd4c1f 100644
--- a/app/src/handlers/itemhandler.cpp
+++ b/app/src/handlers/itemhandler.cpp
@@ -359,11 +359,11 @@ void ItemHandler::installDownloadedFile(qtlib::NetworkResource *resource)
         package.installAsFile(tempDestDir.path() + "/" + filename);
         result["message"] = tr("The plasma look and feel has been installed");
     }
-    else if ((installType == "plasma_desktopthemes" || installType == "plasma5_desktopthemes")
+    /*else if ((installType == "plasma_desktopthemes" || installType == "plasma5_desktopthemes")
              && package.installAsPlasmapkg("theme")) {
         package.installAsFile(tempDestDir.path() + "/" + filename);
         result["message"] = tr("The plasma desktop theme has been installed");
-    }
+    }*/
     else if (installType == "kwin_effects"
              && package.installAsPlasmapkg("kwineffect")) {
         package.installAsFile(tempDestDir.path() + "/" + filename);
diff --git a/app/src/handlers/systemhandler.cpp b/app/src/handlers/systemhandler.cpp
index f145dff4f9ddf09b2a2d0f4cdc2e72a0fe6d2e4d..7972c3bfadc1b07d50094cd013ec7fc819813ecd 100644
--- a/app/src/handlers/systemhandler.cpp
+++ b/app/src/handlers/systemhandler.cpp
@@ -132,7 +132,7 @@ bool SystemHandler::applyFile(const QString &path, const QString &installType) c
             else if (installType == "cursors") {
                 return applyKdeCursor(path);
             }
-            else if (installType == "plasma_desktopthemes") {
+            else if (installType == "plasma5_desktopthemes") {
                 return applyKdePlasmaDesktoptheme(path);
             }
             else if (installType == "aurorae_themes") {