From d7c42b7fa7db79039684b7c8d2718117625f4be4145c55aece3e24f5af425364 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 14 Jun 2017 20:10:47 +0000 Subject: [PATCH] - Use SIGKILL for forcing greeter restart instead of SIGQUIT, which does not seem to be enough. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=84 --- kscreenlocker.changes | 6 ++++++ kscreenlocker.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 68a3890..339cb71 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 14 20:09:38 UTC 2017 - fabian@ritter-vogt.de + +- Use SIGKILL for forcing greeter restart instead of SIGQUIT, + which does not seem to be enough. + ------------------------------------------------------------------- Tue Jun 13 21:35:01 CEST 2017 - fabian@ritter-vogt.de diff --git a/kscreenlocker.spec b/kscreenlocker.spec index a83d9da..626ddb7 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -117,7 +117,7 @@ exit 0 /usr/sbin/pam-config -a --unix || : /sbin/ldconfig if [ $1 = 1 ] && [ -f /run/kscreenlocker_restart ]; then - killall -TERM kscreenlocker_greet + killall -KILL kscreenlocker_greet rm /run/kscreenlocker_restart fi exit 0