Skip to content

shell/app: Do not try to activate OR windows

Florian Müllner requested to merge fmuellner/gnome-shell:filter-or into main

Since !2029 (merged), we track all windows, including OR ones. While this means that we can now assume that any window can be matched to an app, it also means we have to be more careful to not perform an unsupported action like focus or raise on an OR window.

Fixes #4973 (closed)

Merge request reports