https://bugs.kde.org/show_bug.cgi?id=347772

Sergey <rion...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rion...@gmail.com

--- Comment #45 from Sergey <rion...@gmail.com> ---
5.18.4.1 is still broken

As far as I know kscreenlocker auto restarts when killed and after that starts
working properly (the screen will still be locked but at least it's possible to
login).

Does anyone have a systemd system resume hook auto-kill kscreenlocker?

Maybe something like this (not tested)

[Unit]
Description=KScreenLocker resume killer
After=systemd-suspend.service
After=systemd-hibernate.service

[Service]
Type=oneshot
ExecStart=/bin/killall -9 "kscreenlocker_greet"

[Install]
RequiredBy=systemd-suspend.service
RequiredBy=systemd-hibernate.service

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to