From e2b22979813aca8786e2a39ec1a0e5cb11b45c61 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 19 Mar 2017 21:28:25 +0100 Subject: 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. --- kde/doinst.sh/kscreenlocker | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kde/doinst.sh/kscreenlocker (limited to 'kde/doinst.sh/kscreenlocker') 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 -- cgit v1.2.3