diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-05-28 12:16:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-29 20:57:54 -0700 |
| commit | b1c98c3d914694331b76fb970ce9db702e825339 (patch) | |
| tree | 69a2ee6d0ed292c59af80e95588d447502fa243f /meta-gnome/recipes-gnome/gnome-shell | |
| parent | ab98a21460e8108b16343bb4714cd929746458c0 (diff) | |
| download | meta-openembedded-b1c98c3d914694331b76fb970ce9db702e825339.tar.gz | |
gnome-shell: update 46.1 -> 46.2
46.2
====
* Fix size of workspace switcher OSD [Jakub; !3282]
* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284]
* Exclude override-redirect windows from workspace animation [Marco; !3285]
* Also center time on lock screen when using 12h format [pesader; !3290]
* Use absolute tray icon position in root event coordinates [Marco; !3283]
* Fix displaying info messages on login screen [Ray; !3298]
* Correct expected bus name for streams [Simon; !3303]
* Fix notifications on lock screen [Florian; !3308]
* notifications: Only apply special styling to symbolic icons [Florian; !3296]
* Fix number of search results with Large Text option [Sam; !3312]
* Fix showing keyboard layouts with variants [Sebastian K.; !3324]
* Tweak font sizes in calendar [Sam; !3313]
* automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300]
* Fix stuck unlock prompt when animations are disabled [Florian; !3317]
* Fix possible hang on startup during ibus-daemon launch [Marco; !3293]
* Misc. bug fixes and cleanups [Sebastian W., Gabriel, Sebastian K., Florian,
Jonas, Sam, Ray; !3267, !3281, !3288, !3295, !3299, !3310, !3315, !3326,
!3321, !3319, !3329, !3331, !3245, !3340]
Contributors:
Jonas Ådahl, Sam Hewitt, Sebastian Keller, Simon McVittie, Florian Müllner,
Gabriel Nagy, pesader, segfault, Jakub Steiner, Ray Strode,
Marco Trevisan (Treviño), Sebastian Wick
Translators:
Andika Triwidada [id], Rachida SACI [kab], Hugo Carvalho [pt],
Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc]
- remove backport patch
- update extensions
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.2.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb) | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch | 38 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb) | 3 |
3 files changed, 2 insertions, 41 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.2.bb index b79f70c60c..5c2ae05936 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.2.bb | |||
| @@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check | |||
| 6 | 6 | ||
| 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" |
| 8 | 8 | ||
| 9 | SRC_URI[archive.sha256sum] = "c5ba50700da77a986f0060beedacfc017e7ec82283f2a6384842a0807bc4553f" | 9 | SRC_URI[archive.sha256sum] = "d442e9d26925125ff215a5c134290495655380741daafbb37a3a99d6f0c7d86f" |
| 10 | 10 | ||
| 11 | EXTRA_OEMESON += " \ | 11 | EXTRA_OEMESON += " \ |
| 12 | -Dextension_set=all \ | 12 | -Dextension_set=all \ |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch deleted file mode 100644 index 736594716a..0000000000 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | From 50a011a19dcc6997ea6173c07bb80b2d9888d363 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Simon McVittie <smcv@debian.org> | ||
| 3 | Date: Mon, 6 May 2024 21:58:09 +0100 | ||
| 4 | Subject: [PATCH] screencast: Correct expected bus name for streams | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Previously, this only worked because GDBusConnection was not filtering | ||
| 10 | signals by their sender correctly (GNOME/glib#3268). | ||
| 11 | |||
| 12 | Thanks: Alicia Boya García | ||
| 13 | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
| 14 | Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3303> | ||
| 15 | |||
| 16 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/50a011a19dcc6997ea6173c07bb80b2d9888d363] | ||
| 17 | |||
| 18 | Signed-off-by: Peter Marko <peter.marko@siemens.com> | ||
| 19 | --- | ||
| 20 | js/dbusServices/screencast/screencastService.js | 2 +- | ||
| 21 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 22 | |||
| 23 | diff --git a/js/dbusServices/screencast/screencastService.js b/js/dbusServices/screencast/screencastService.js | ||
| 24 | index d664a51b083..0645811fa0a 100644 | ||
| 25 | --- a/js/dbusServices/screencast/screencastService.js | ||
| 26 | +++ b/js/dbusServices/screencast/screencastService.js | ||
| 27 | @@ -340,7 +340,7 @@ class Recorder extends Signals.EventEmitter { | ||
| 28 | }); | ||
| 29 | |||
| 30 | this._streamProxy = new ScreenCastStreamProxy(Gio.DBus.session, | ||
| 31 | - 'org.gnome.ScreenCast.Stream', | ||
| 32 | + 'org.gnome.Mutter.ScreenCast', | ||
| 33 | streamPath); | ||
| 34 | |||
| 35 | this._streamProxy.connectSignal('PipeWireStreamAdded', | ||
| 36 | -- | ||
| 37 | 2.30.2 | ||
| 38 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb index 1bc9b6b394..0a52de7a3b 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb | |||
| @@ -32,9 +32,8 @@ GIR_MESON_OPTION = "" | |||
| 32 | # gobject-introspection is mandatory and cannot be configured | 32 | # gobject-introspection is mandatory and cannot be configured |
| 33 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 33 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
| 34 | 34 | ||
| 35 | SRC_URI[archive.sha256sum] = "64f999844c101e63bf294d45b138de56319ad2f326282721aad0fa860653b369" | 35 | SRC_URI[archive.sha256sum] = "6b587101c04bfb364ab09cd38b5d93ebeeb4254754c807cf712fbc8ee3fde238" |
| 36 | SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" | 36 | SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" |
| 37 | SRC_URI += "file://0002-screencast-Correct-expected-bus-name-for-streams.patch" | ||
| 38 | 37 | ||
| 39 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 40 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" | 39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" |
