Skip to content

Commit

Permalink
Plasmashell açılışı için düzeltme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnzbk committed Apr 14, 2016
1 parent a17fc76 commit 6784486
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kaptan.py
Expand Up @@ -67,8 +67,10 @@ def optionsAccepted(self, id):
self.page(5).execute()


QProcess().startDetached("killall plasmashell")
QProcess().startDetached("kstart5 plasmashell")
p = QProcess()
p.startDetached("killall plasmashell")
p.waitForStarted(2000)
p.startDetached("kstart5 plasmashell")

if id == self.sumId:
self.setButtonText(QWizard.NextButton, self.tr("Apply Settings"))
Expand Down

0 comments on commit 6784486

Please sign in to comment.