import gnome-shell-40.10-4.el9_1
This commit is contained in:
parent
0d268b79f6
commit
7823ff9edb
33
SOURCES/0001-introspect-Allowlist-GNOME-portal.patch
Normal file
33
SOURCES/0001-introspect-Allowlist-GNOME-portal.patch
Normal file
@ -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
|
||||||
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 40.10
|
Version: 40.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -45,6 +45,7 @@ Patch43: restrict-dbus-callers.patch
|
|||||||
Patch44: 0001-Revert-dash-Subtract-vertical-margins-from-availHeig.patch
|
Patch44: 0001-Revert-dash-Subtract-vertical-margins-from-availHeig.patch
|
||||||
Patch45: 0001-status-volume-Hide-sliders-initially.patch
|
Patch45: 0001-status-volume-Hide-sliders-initially.patch
|
||||||
Patch46: 0001-kbdA11yDialog-Use-MetaKeyboardA11yFlags.patch
|
Patch46: 0001-kbdA11yDialog-Use-MetaKeyboardA11yFlags.patch
|
||||||
|
Patch47: 0001-introspect-Allowlist-GNOME-portal.patch
|
||||||
|
|
||||||
%define eds_version 3.33.1
|
%define eds_version 3.33.1
|
||||||
%define gnome_desktop_version 3.35.91
|
%define gnome_desktop_version 3.35.91
|
||||||
@ -263,6 +264,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
|||||||
%{_mandir}/man1/gnome-shell.1*
|
%{_mandir}/man1/gnome-shell.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 17 2022 Florian Müllner <fmuellner@redhat.com> - 40.10-4
|
||||||
|
- Allow gnome portal to access introspection API
|
||||||
|
Resolves: #2144743
|
||||||
|
|
||||||
* Mon Jun 20 2022 Florian Müllner <fmuellner@redhat.com> - 40.10-3
|
* Mon Jun 20 2022 Florian Müllner <fmuellner@redhat.com> - 40.10-3
|
||||||
- Fix keyboard a11y confirmation dialog
|
- Fix keyboard a11y confirmation dialog
|
||||||
Resolves: #2047644
|
Resolves: #2047644
|
||||||
|
Loading…
Reference in New Issue
Block a user