Skip to content

switcherPopup: Avoid Clutter.CURRENT_TIME timestamps

Carlos Garnacho requested to merge wip/carlosg/alt-tab-focus-timestamps into main

Request the last time with a roundtrip here, in order to ensure the received time is not Clutter.CURRENT_TIME, and mistakenly triggers the meta_window_set_demands_attention() paths in window activation.

Fixes some situations that very quick alt press, tab press, alt release, tab release sequences trigger "$app needs attention" notifications.

Merge request reports