Skip to content

Don't enable wayland reconnections on screenlocker greeter

David Edmundson requested to merge work/d_ed/screenlocker_no_reconnect into master

The screenlock greeter is managed by the KSLDApp, which manages when we unlock the session through use of the exit code. If kwin restarts then then the KSLDApp is gone too, so it's not useful.

When kwin restarts if we are locked it will spawn new greeters, the locker surviving will give us two.

Merge request reports