From patchwork Tue Jul 22 16:53:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 67271 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF292C83F27 for ; Tue, 22 Jul 2025 16:54:14 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web10.18683.1753203244553013122 for ; Tue, 22 Jul 2025 09:54:04 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout01.t-online.de (Postfix) with SMTP id 6DBD71C28E for ; Tue, 22 Jul 2025 18:54:02 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.37.113]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1ueGFW-0UEHLt0; Tue, 22 Jul 2025 18:53:54 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/3] gnome-shell: update 48.0 -> 48.3 Date: Tue, 22 Jul 2025 18:53:42 +0200 Message-ID: <20250722165344.105075-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1753203234-C88596D2-0AEBFFF7/0/0 CLEAN NORMAL X-TOI-MSGID: 95d19b0c-2ffd-44f1-a4d5-732fce898e38 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Jul 2025 16:54:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118695 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 --- ...-shell-extensions_48.0.bb => gnome-shell-extensions_48.3.bb} | 0 .../gnome-shell/{gnome-shell_48.0.bb => gnome-shell_48.3.bb} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_48.0.bb => gnome-shell-extensions_48.3.bb} (100%) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_48.0.bb => gnome-shell_48.3.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb similarity index 100% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb 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 similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb rename to 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 = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "36aac2edcdc7588aaadb658cd4687df262b37ba0b667102dcbefbff0c2232bc3" +SRC_URI[archive.sha256sum] = "fb0203fc748593f14e51732618e1f042525fd719764a0fdb0ee3f6fe413a9b2b" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" From patchwork Tue Jul 22 16:53:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 67272 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B14D0C83F1A for ; Tue, 22 Jul 2025 16:54:14 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web11.18838.1753203244574619186 for ; Tue, 22 Jul 2025 09:54:04 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout01.t-online.de (Postfix) with SMTP id 7395E1C2C9 for ; Tue, 22 Jul 2025 18:54:02 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.37.113]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1ueGFW-0UEHLu0; Tue, 22 Jul 2025 18:53:54 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/3] gnome-control-center: update 48.0 -> 48.3 Date: Tue, 22 Jul 2025 18:53:43 +0200 Message-ID: <20250722165344.105075-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250722165344.105075-1-f_l_k@t-online.de> References: <20250722165344.105075-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1753203234-957E06D2-425E5472/0/0 CLEAN NORMAL X-TOI-MSGID: 727ccf78-18cb-4671-b96e-4c4e22c9e26d List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Jul 2025 16:54:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118696 ============ Version 48.3 ============ - Various translation updates - Various accessibility fixes About - Properly close System Details dialog supressing dispose warning Common - Fix use-after-free in CcPermissionInfobar Colors - Remote extra line below the device name Global Shortcuts - Discard request from invalid app ID Wacom - Plug stylus motion backlog array leak ============ Version 48.2 ============ - Various translation updates - Wrap settings panel names in small window sizes - Call g_type_ensure for a custom class - Add rounded borders to illustrations About - Fix multiple GPU name display with NVIDIA GPU on Desktop PC Apps - Set bold style to the app name - Hide preference group if no permissions are shown Notifications - Fix crash when modifying app settings multiple times Power - Change power saver icon to leaf (matching GNOME Shell) System - Improve password generation logic - Use EFF's Wordlists for Random Passphrases for password generator Users - Don't crash when failing to crop avatar images Wacom - Get motion history from tablets in test drawing area ============ Version 48.1 ============ - Various translation updates Keyboard - Fix duplicated "Search" entries in the Custom Shortcuts Network - Fix bad memory access in wsec_size_group_clear() Power - Set suspend notice message visible by default Printers - Run printer details response callback when closing dialog Wellbeing - Don't make screen time row activatable - Fix NAN handling for chart labels - Fix chart height calculation for partially filled week Signed-off-by: Markus Volk --- ...nome-control-center_48.0.bb => gnome-control-center_48.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_48.0.bb => gnome-control-center_48.3.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb index 340273aa33..d8d5849534 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb @@ -39,7 +39,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream- REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" -SRC_URI[archive.sha256sum] = "1652202db36a2be7441019b9daff3574e80428598e82395a87418015a8c06624" +SRC_URI[archive.sha256sum] = "c0698245a6420badd077c16ffb218860e457cd7300612718eabf9aba47222bae" PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" From patchwork Tue Jul 22 16:53:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 67270 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B030CC83F34 for ; Tue, 22 Jul 2025 16:54:14 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web11.18837.1753203244457537509 for ; Tue, 22 Jul 2025 09:54:04 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout01.t-online.de (Postfix) with SMTP id A348F1C0B6 for ; Tue, 22 Jul 2025 18:54:02 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.37.113]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1ueGFX-0UEHLv0; Tue, 22 Jul 2025 18:53:55 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 3/3] gnome-shell-extensions: uodate 48.0 -> 48.3 Date: Tue, 22 Jul 2025 18:53:44 +0200 Message-ID: <20250722165344.105075-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250722165344.105075-1-f_l_k@t-online.de> References: <20250722165344.105075-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1753203235-A2FEB6D2-AE9CEE4B/0/0 CLEAN NORMAL X-TOI-MSGID: a6763eb7-9b59-4d43-8d50-b3983514bee7 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Jul 2025 16:54:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118694 48.3 ==== * Misc. bug fixes and cleanups [Florian; !409, !411, !405, !413] Contributors: Florian Müllner 48.2 ==== * windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395] * build: Allow disabling the X11 session [Neal; !396, !400] Contributors: Daniel Buch Hansen, Neal Gompa 48.1 ==== Translators: Hugo Carvalho [pt], Danial Behzadi [fa] Signed-off-by: Markus Volk --- .../recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb index f2f3e8654d..5537b3521e 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb @@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" -SRC_URI[archive.sha256sum] = "f301b5e7354d5adc01c8bb21793810074e1ea408de45300f767d104454db3e33" +SRC_URI[archive.sha256sum] = "adde34c08f40b63411be6f1d17e235550a0090494871e6481c312989d7f4a2d4" EXTRA_OEMESON += " \ -Dextension_set=all \