From 761f9c44b3cd686d5dd6feab2d4fe675228e281c Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 22 Jun 2017 22:49:48 +0900
Subject: [PATCH] Fix

---
 app/src/handlers/systemhandler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/handlers/systemhandler.cpp b/app/src/handlers/systemhandler.cpp
index f145dff..7972c3b 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") {
-- 
GitLab