Skip to content
Snippets Groups Projects
Commit cf739608 authored by akiraohgaki's avatar akiraohgaki
Browse files

Merge branch 'develop'

parents ab2cf719 1a898809
No related branches found
No related tags found
No related merge requests found
...@@ -359,11 +359,11 @@ void ItemHandler::installDownloadedFile(qtlib::NetworkResource *resource) ...@@ -359,11 +359,11 @@ void ItemHandler::installDownloadedFile(qtlib::NetworkResource *resource)
package.installAsFile(tempDestDir.path() + "/" + filename); package.installAsFile(tempDestDir.path() + "/" + filename);
result["message"] = tr("The plasma look and feel has been installed"); 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.installAsPlasmapkg("theme")) {
package.installAsFile(tempDestDir.path() + "/" + filename); package.installAsFile(tempDestDir.path() + "/" + filename);
result["message"] = tr("The plasma desktop theme has been installed"); result["message"] = tr("The plasma desktop theme has been installed");
} }*/
else if (installType == "kwin_effects" else if (installType == "kwin_effects"
&& package.installAsPlasmapkg("kwineffect")) { && package.installAsPlasmapkg("kwineffect")) {
package.installAsFile(tempDestDir.path() + "/" + filename); package.installAsFile(tempDestDir.path() + "/" + filename);
......
...@@ -132,7 +132,7 @@ bool SystemHandler::applyFile(const QString &path, const QString &installType) c ...@@ -132,7 +132,7 @@ bool SystemHandler::applyFile(const QString &path, const QString &installType) c
else if (installType == "cursors") { else if (installType == "cursors") {
return applyKdeCursor(path); return applyKdeCursor(path);
} }
else if (installType == "plasma_desktopthemes") { else if (installType == "plasma5_desktopthemes") {
return applyKdePlasmaDesktoptheme(path); return applyKdePlasmaDesktoptheme(path);
} }
else if (installType == "aurorae_themes") { else if (installType == "aurorae_themes") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment