Skip to content

Fix an ASAN issue in LockScreenPresentationWatcher

Vlad Zahorodnii requested to merge work/zzag/fix-modifier-only-shortcut into master

The RenderLoop::framePresented() slot captures the client object but it doesn't take into account that the client can be destroyed when the framePresented signal is emitted.

In order to simplify logic and also make the presentation watcher less error prone, this change makes the watcher check if all outputs have screen lock greeters after compositing a frame.

Merge request reports