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") {