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

Fix

parent 0338f1a4
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,8 @@ bool SystemHandler::applyKdeIcon(const QString &themeName) const ...@@ -221,7 +221,8 @@ bool SystemHandler::applyKdeIcon(const QString &themeName) const
<< "c.writeEntry('Theme', '" + themeName + "');"; << "c.writeEntry('Theme', '" + themeName + "');";
if (setConfigWithPlasmaShell(script)) { if (setConfigWithPlasmaShell(script)) {
QProcess::startDetached("kquitapp5 plasmashell && kstart5 plasmashell"); QProcess::startDetached("kquitapp5 plasmashell");
QProcess::startDetached("kstart5 plasmashell");
return true; return true;
} }
return false; return false;
...@@ -258,7 +259,8 @@ bool SystemHandler::applyKdePlasmaDesktoptheme(const QString &themeName) const ...@@ -258,7 +259,8 @@ bool SystemHandler::applyKdePlasmaDesktoptheme(const QString &themeName) const
<< "c.writeEntry('name', '" + themeName + "');"; << "c.writeEntry('name', '" + themeName + "');";
if (setConfigWithPlasmaShell(script)) { if (setConfigWithPlasmaShell(script)) {
QProcess::startDetached("kquitapp5 plasmashell && kstart5 plasmashell"); QProcess::startDetached("kquitapp5 plasmashell");
QProcess::startDetached("kstart5 plasmashell");
return true; return true;
} }
return false; return false;
......
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