Skip to content

overview: Don't block on wayland popovers

Florian Müllner requested to merge fmuellner/gnome-shell:popup-grabs into main

We don't allow entering the overview when there's an ongoing grab operation, as they are generally incompatible with ClutterGrab.

The exception are wayland popups which are expected to work, and don't conflict with ClutterGrabs.

Fixes #6092 (closed)

Merge request reports