From 80338366bcbabb74e91a6fe7b58537e397584095 Mon Sep 17 00:00:00 2001 From: Renbo Date: Fri, 21 Jul 2023 16:26:37 +0800 Subject: [PATCH 1/2] update to gnome-shell-40.10-12.el9 Signed-off-by: Renbo --- ...introspect-Add-WindowsChanged-signal.patch | 51 + ...t-Initialize-regions-unconditionally.patch | 48 + ...t-window-relative-coordinates-for-fo.patch | 148 + ...sk-layouts-Replace-SS-extra-key-with.patch | 281 + 0001-po-Update-translations.patch | 8714 +++++++++++++++++ ...-resource-scale-after-peeking-theme-.patch | 36 + ...mit-tracked-windows-changed-on-title.patch | 64 + ...nly-emit-tracked-windows-changed-on-.patch | 44 + ...ll-anolis-international-modification.patch | 35 - dist | 1 + fix-resetting-auth-prompt.patch | 92 + gnome-shell.spec | 53 +- 12 files changed, 9523 insertions(+), 44 deletions(-) create mode 100644 0001-introspect-Add-WindowsChanged-signal.patch create mode 100644 0001-layout-Initialize-regions-unconditionally.patch create mode 100644 0001-magnifier-Request-window-relative-coordinates-for-fo.patch create mode 100644 0001-osk-layouts-Replace-SS-extra-key-with.patch create mode 100644 0001-po-Update-translations.patch create mode 100644 0001-st-icon-Only-get-resource-scale-after-peeking-theme-.patch create mode 100644 0001-window-tracker-Emit-tracked-windows-changed-on-title.patch create mode 100644 0001-window-tracker-Only-emit-tracked-windows-changed-on-.patch delete mode 100644 0007-gnome-shell-anolis-international-modification.patch create mode 100644 dist create mode 100644 fix-resetting-auth-prompt.patch diff --git a/0001-introspect-Add-WindowsChanged-signal.patch b/0001-introspect-Add-WindowsChanged-signal.patch new file mode 100644 index 0000000..68c57bf --- /dev/null +++ b/0001-introspect-Add-WindowsChanged-signal.patch @@ -0,0 +1,51 @@ +From eea9b9a0dac494698a64892bab8d042e7d623c9f Mon Sep 17 00:00:00 2001 +From: Cenk Uluisik +Date: Sun, 6 Mar 2022 19:32:48 +0100 +Subject: [PATCH] introspect: Add WindowsChanged signal + +The screencast portal supports recording a single window, +and presents a list of open windows when that option is +selected. To allow updating that list when windows are +opened or closed, add a new "WindowsChanged" signal that +the portal can listen to. + +Part-of: +--- + data/dbus-interfaces/org.gnome.Shell.Introspect.xml | 6 ++++++ + js/misc/introspect.js | 3 +++ + 2 files changed, 9 insertions(+) + +diff --git a/data/dbus-interfaces/org.gnome.Shell.Introspect.xml b/data/dbus-interfaces/org.gnome.Shell.Introspect.xml +index 47fd7efdc2..cb19cfec56 100644 +--- a/data/dbus-interfaces/org.gnome.Shell.Introspect.xml ++++ b/data/dbus-interfaces/org.gnome.Shell.Introspect.xml +@@ -18,6 +18,12 @@ + --> + + ++ ++ ++ +