Skip to content

Disable logind integration for kwin's unit tests

David Edmundson requested to merge work/screenlocker_disable_logind into master

Using real logind causes issues with CI as it's dependent on external factors and it can leave the host machine is an unclean state.

We can't mock it like we do in the internal tests as easily and it wouldn't be very useful to do so. We can't disable completly as lockscreentest relies on externally emitting a signal on this object.

Merge request reports