diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:11:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:11:13 +0000 |
commit | 4671d4f870417e2e0f6b0b4fadfa31570c7752fb (patch) | |
tree | e230ed83ee4a856befa7d96addd3d34d78a958b1 /0001-introspect-Allowlist-GNOME-portal.patch | |
parent | ede92676c7c3a698398455318cc45011057260d2 (diff) |
automatic import of gnome-shellopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to '0001-introspect-Allowlist-GNOME-portal.patch')
-rw-r--r-- | 0001-introspect-Allowlist-GNOME-portal.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/0001-introspect-Allowlist-GNOME-portal.patch b/0001-introspect-Allowlist-GNOME-portal.patch new file mode 100644 index 0000000..a2eafa8 --- /dev/null +++ b/0001-introspect-Allowlist-GNOME-portal.patch @@ -0,0 +1,33 @@ +From b73a07c20a522b3be0e096625c21d5606bcb7d82 Mon Sep 17 00:00:00 2001 +From: Georges Basile Stavracas Neto <georges.stavracas@gmail.com> +Date: Mon, 21 Jun 2021 16:32:50 -0300 +Subject: [PATCH] introspect: Allowlist GNOME portal + +It too implements app listing and introspection, so list it in the +allowlist. + +Part-of: +<https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1894> +--- + js/misc/introspect.js | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/js/misc/introspect.js b/js/misc/introspect.js +index f3c938af9..45eee81ce 100644 +--- a/js/misc/introspect.js ++++ b/js/misc/introspect.js +@@ -1,7 +1,10 @@ + /* exported IntrospectService */ + const { Gio, GLib, Meta, Shell, St } = imports.gi; + +-const APP_ALLOWLIST = ['org.freedesktop.impl.portal.desktop.gtk']; ++const APP_ALLOWLIST = [ ++ 'org.freedesktop.impl.portal.desktop.gtk', ++ 'org.freedesktop.impl.portal.desktop.gnome', ++]; + + const INTROSPECT_DBUS_API_VERSION = 3; + +-- +2.38.1 + |