https://bugs.kde.org/show_bug.cgi?id=428817

--- Comment #1 from ivz hh <shng...@gmail.com> ---
```diff
diff -ruN  plasma-workspace-5.19.5-vanilla/startkde/startplasma.cpp
plasma-workspace-5.19.5/startkde/startplasma.cpp
--- plasma-workspace-5.19.5-vanilla/startkde/startplasma.cpp    2020-11-04
19:22:27.959634893 -0700
+++ plasma-workspace-5.19.5/startkde/startplasma.cpp    2020-11-06
15:05:53.189956319 -0700
@@ -406,6 +406,7 @@
     // This also closes if ksmserver crashes unexpectedly, as in those cases
plasma-shutdown is not running
     serviceWatcher.addWatchedService(QStringLiteral("org.kde.ksmserver"));
     serviceWatcher.addWatchedService(QStringLiteral("org.kde.Shutdown"));
+    serviceWatcher.addWatchedService(QStringLiteral("org.kde.KWin"));
     serviceWatcher.setWatchMode(QDBusServiceWatcher::WatchForUnregistration);

     QObject::connect(&startPlasmaSession, QOverload<int,
QProcess::ExitStatus>::of(&QProcess::finished), [&rc, &e](int exitCode,
QProcess::ExitStatus) {
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to