File a11y.patch of Package gnome-shell
diff --git a/js/misc/introspect.js b/js/misc/introspect.js index 3453d1a94..1f1a3ffbd 100644 --- a/js/misc/introspect.js +++ b/js/misc/introspect.js @@ -7,6 +7,7 @@ import St from 'gi://St'; const APP_ALLOWLIST = [ 'org.freedesktop.impl.portal.desktop.gtk', 'org.freedesktop.impl.portal.desktop.gnome', + 'org.a11y.atspi.Registry', ]; const INTROSPECT_DBUS_API_VERSION = 3;