Skip to content

Fix case of monitored service in startplasma's shutdown

David Edmundson requested to merge work/fix_shutdownrace into Plasma/5.19

Startplasma monitors ksmserver and tears down the session if it goes away, to match previous behaviour and as some lockscreen bypass protection.

When we teardown our new binary plasma-shutdown appears, runs scripts and makes the final shutdown call. ksmserver could gracefully quit in the meantime, so startplasma guarded this case and waited till both names exited. However it contains a really stupid typo.

BUG: 422870

Edited by David Edmundson

Merge request reports