summaryrefslogtreecommitdiffstats
path: root/kde/doinst.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-03-19 21:28:25 +0100
committer Eric Hameleers <alien@slackware.com>2017-03-19 21:28:25 +0100
commite2b22979813aca8786e2a39ec1a0e5cb11b45c61 (patch)
tree7547c77e609659e0c236d5f7f9f1a83df7f207e2 /kde/doinst.sh
parent2b6ea9303f43c4e9ada657a4def1092569de1fde (diff)
downloadktown-e2b22979813aca8786e2a39ec1a0e5cb11b45c61.tar.gz
ktown-e2b22979813aca8786e2a39ec1a0e5cb11b45c61.tar.xz
kscreenlocker: Send SIGTERM to any running kscreenlocker_greet
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.
Diffstat (limited to 'kde/doinst.sh')
-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