summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/doinst.sh/kscreenlocker5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/doinst.sh/kscreenlocker b/kde/doinst.sh/kscreenlocker
new file mode 100644
index 0000000..77beeaf
--- /dev/null
+++ b/kde/doinst.sh/kscreenlocker
@@ -0,0 +1,5 @@
+# Send SIGTERM to any running kscreenlocker_greet after installing
+# kcheckpass. This will trigger a restart of kscreenlocker_greet
+# which prevents deadlock when migrating Plasma 5.9 -> 5.10.
+# See email to distributions@kde.org by Martin Graesslin on Wed, 08 Mar 2017.
+killall -TERM kscreenlocker_greet 1>/dev/null 2>/dev/null