mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
6 lines
329 B
Text
6 lines
329 B
Text
# 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
|