From 7eccd837b2f2c0f5484bb74764403f18f5834add Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 22 Jun 2017 23:10:34 +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 7972c3b..a719dac 100644
--- a/app/src/handlers/systemhandler.cpp
+++ b/app/src/handlers/systemhandler.cpp
@@ -99,7 +99,7 @@ bool SystemHandler::isApplicableType(const QString &installType) const
         applicableTypes << "wallpapers"
                         << "icons"
                         << "cursors"
-                        << "plasma_desktopthemes"
+                        << "plasma5_desktopthemes"
                         << "aurorae_themes";
     }
     else if (desktop == "gnome") {
-- 
GitLab