[gnome-build-meta/alatiera/40-alpha] wip patch shell till 1.1 tarball is up



commit e37264f7861463ad62038df590e9b1513847a64f
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Jan 20 03:27:51 2021 +0200

    wip patch shell till 1.1 tarball is up

 elements/core/gnome-shell.bst |  2 ++
 files/gnome-shell/1573.patch  | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
---
diff --git a/elements/core/gnome-shell.bst b/elements/core/gnome-shell.bst
index f4067beb..501dabdd 100644
--- a/elements/core/gnome-shell.bst
+++ b/elements/core/gnome-shell.bst
@@ -4,6 +4,8 @@ sources:
 - kind: tar
   url: gnome_downloads:gnome-shell/40/gnome-shell-40.alpha.1.tar.xz
   ref: 009ea033c97f313cba83d4d557d432041960b855d2c82f5cd58d18f90cd6e1dd
+- kind: patch
+  path: files/gnome-shell/1573.patch
 build-depends:
 - sdk-deps/sassc.bst
 - freedesktop-sdk.bst:components/asciidoc.bst
diff --git a/files/gnome-shell/1573.patch b/files/gnome-shell/1573.patch
new file mode 100644
index 00000000..9c993553
--- /dev/null
+++ b/files/gnome-shell/1573.patch
@@ -0,0 +1,30 @@
+From 4ff91aa1ceaf7db04601dcd19398da4a454df5e2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner gnome org>
+Date: Fri, 15 Jan 2021 17:42:20 +0100
+Subject: [PATCH] st/settings: Adjust to moved GSettings schema
+
+Mouse settings moved from gnome-settings-daemon to
+gsettings-desktop-schemas, and we missed adjusting
+the shell side.
+
+Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1573>
+---
+ src/st/st-settings.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/st/st-settings.c b/src/st/st-settings.c
+index 0ece3ccef7..4b6cf8efaf 100644
+--- a/src/st/st-settings.c
++++ b/src/st/st-settings.c
+@@ -358,7 +358,7 @@ st_settings_init (StSettings *settings)
+   g_signal_connect (settings->interface_settings, "changed",
+                     G_CALLBACK (on_interface_settings_changed), settings);
+ 
+-  settings->mouse_settings = g_settings_new ("org.gnome.settings-daemon.peripherals.mouse");
++  settings->mouse_settings = g_settings_new ("org.gnome.desktop.peripherals.mouse");
+   g_signal_connect (settings->interface_settings, "changed",
+                     G_CALLBACK (on_mouse_settings_changed), settings);
+ 
+-- 
+GitLab
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]