f9037f5889
Since https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2029, 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. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4973 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2131>