diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-07-22 19:47:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-23 08:46:32 -0700 |
commit | c694ab8b54346504d89381f281dc5c31bd00bd0f (patch) | |
tree | 51352be0f959d8015ad0f02c7246037794d5f928 | |
parent | c4e6848e636569d45bb5f42809af33f3f441f963 (diff) | |
download | meta-openembedded-c694ab8b54346504d89381f281dc5c31bd00bd0f.tar.gz |
gnome-shell: update 48.0 -> 48.3
48.3
====
* Check all modifiers for modifier-scroll [Florian; !3725]
* Fix visibility of emoji key in on-screen-keyboard [Carlos; !3733]
* Add missing accessibility labels in various components
[Florian, Sergio; !3736, !3765, !3769, !3773, !3179]
* Allow users to correct keyring password after failure [Alynx; !3757]
* Misc. bug fixes and cleanups [fossdd, Jordan, Florian, Joan, Mike, Daniel;
!3728, !3735, !3740, !3739, !3745, !3749, !3753, !3748, !3777, !3756]
Contributors:
Sergio Costas Rodriguez, Mike FABIAN, fossdd, Carlos Garnacho,
Florian Müllner, Jordan Petridis, Joan Torres López, Daniel van Vugt,
Alynx Zhou
Translators:
Fabio Tomat [fur], Takayuki Kusano [ja]
48.2
====
* Only enable surrounding-text IM capability when needed [Takao; !3666]
* Fix launching command from terminal in run dialog [Balló; !3683]
* Ignore offset changes caused by suspend for screen time [Sebastian; !3707]
* Fix app folders sometimes not closing after outside clicks [Damien; !3713]
* Fixed crash [Florian; !3721]
* Misc. bug fixes and cleanups [Philipp, Alynx; !3716, !3711]
Contributors:
Takao Fujiwara, Balló György, Sebastian Keller, Philipp Kiemle,
Florian Müllner, Damien Tournoud, Alynx Zhou
Translators:
Antonio Marin [ro]
48.1
====
* Fix glitch in sliders when close to maximum [Sebastian; !3648]
* Fix detecting suspend/resume for time tracking [Sebastian; !3679]
* Fix wrongly sized images with fractional scaling [Jonas; !3680]
* Fix frozen cursor when using magnifier in push mode [Jerome; !3688]
* Fix session button on login screen after wrong password [Florian; !3638]
* Misc. bug fixes and cleanups [Florian, Philip, Balló, Andy; !3673,
!3675, !3685, !3676, !3689, !3687, !3641, !3694, !3684, !3672]
Contributors:
Jerome Brenier, Jonas Dreßler, Balló György, Andy Holmes, Sebastian Keller,
Florian Müllner, Vasil Pupkin, Baxrom Raxmatov, Philip Withnall
Translators:
Vasil Pupkin [be@latin], Daniel Mustieles [es], Antonio Marin [ro],
Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW],
Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW],
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb index 1a0f89b6fc..33ba5eaa39 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb | |||
@@ -33,7 +33,7 @@ GIR_MESON_OPTION = "" | |||
33 | # gobject-introspection is mandatory and cannot be configured | 33 | # gobject-introspection is mandatory and cannot be configured |
34 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 34 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
35 | 35 | ||
36 | SRC_URI[archive.sha256sum] = "36aac2edcdc7588aaadb658cd4687df262b37ba0b667102dcbefbff0c2232bc3" | 36 | SRC_URI[archive.sha256sum] = "fb0203fc748593f14e51732618e1f042525fd719764a0fdb0ee3f6fe413a9b2b" |
37 | 37 | ||
38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" | 39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" |