From unknown Tue Jun 17 20:20:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77337 <77337@debbugs.gnu.org> To: bug#77337 <77337@debbugs.gnu.org> Subject: Status: [PATCH 0/3] gnome: Replace libgnomekbd with tecla. Reply-To: bug#77337 <77337@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:20:42 +0000 retitle 77337 [PATCH 0/3] gnome: Replace libgnomekbd with tecla. reassign 77337 guix-patches submitter 77337 No=C3=A9 Lopez severity 77337 normal tag 77337 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 28 09:22:37 2025 Received: (at submit) by debbugs.gnu.org; 28 Mar 2025 13:22:37 +0000 Received: from localhost ([127.0.0.1]:53293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ty9fR-0007t3-19 for submit@debbugs.gnu.org; Fri, 28 Mar 2025 09:22:37 -0400 Received: from lists.gnu.org ([2001:470:142::17]:44926) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ty9fO-0007sd-FD for submit@debbugs.gnu.org; Fri, 28 Mar 2025 09:22:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ty9fC-0006Fo-8H for guix-patches@gnu.org; Fri, 28 Mar 2025 09:22:25 -0400 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ty9f9-0000Hu-VZ for guix-patches@gnu.org; Fri, 28 Mar 2025 09:22:21 -0400 Received: from localhost (unknown [163.5.3.33]) (Authenticated sender: noelopez@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id CA0FAB0059C; Fri, 28 Mar 2025 14:22:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1743168134; bh=dECVQ5nM+pZ+5JOop5BWOwLoxcVSRAZ1sc/fgv0kSsI=; h=From:To:Cc:Subject:Date:From; b=vUSg7ziWcp0eiL6jxNPprSfLODWyinZveMwmSea1WMSxSrndG/qGvDaNmswrW/s1r sRDkBN0bITU5mDl56JvQm526iT7pIJSo2HSgAkJWJRafOg0bOiDQpeObXXW23MRcmQ jAZ38R5nHSnFylvY5YoDPiP55oEAlvXEFmdfhvu7YHtg8th2znRJ0T2JnwqI80bOD6 EnUNsvxO/SrnfCqTV4RM/lU6yourCuCT7ccRliemuQ8bTqhMQhWuEmQdMMHf9sGS+y bPPQkvA8xDUAy1/1wOxbRQOlofeCbmSg70KRXNqzIeCadc2GzF3VeNBpzmHQWBzkOl X+SK7mfbPTxgA== From: =?UTF-8?q?No=C3=A9=20Lopez?= To: guix-patches@gnu.org Subject: [PATCH 0/3] gnome: Replace libgnomekbd with tecla. Date: Fri, 28 Mar 2025 14:22:10 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:e0c:1:1599::10; envelope-from=noelopez@free.fr; helo=smtp1-g21.free.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?No=C3=A9=20Lopez?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Starting with GNOME 45, apps replaced libgnomekbd with tecla to show keyboard layouts. These patches reflect that and restore the lost functionality. Have a nice day, Noé Noé Lopez (3): gnu: gnome-initial-setup: Replace libgnomekbd with tecla. gnu: gnome-control-center: Replace libgnomekbd with tecla. gnu: gnome-shell: Replace libgnomekbd with tecla. gnu/packages/gnome.scm | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) base-commit: 2eb22e3d0f8013e438813b1a2c5f8b1e020fcde2 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 28 09:26:10 2025 Received: (at 77337) by debbugs.gnu.org; 28 Mar 2025 13:26:10 +0000 Received: from localhost ([127.0.0.1]:53318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ty9ir-0008DC-Q8 for submit@debbugs.gnu.org; Fri, 28 Mar 2025 09:26:10 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:8898) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ty9ip-0008D2-OY for 77337@debbugs.gnu.org; Fri, 28 Mar 2025 09:26:08 -0400 Received: from localhost (unknown [163.5.3.33]) (Authenticated sender: noelopez@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id E392BB00571; Fri, 28 Mar 2025 14:26:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1743168366; bh=2wrBfG9F1cXDRAeyclPSLvGRIQrj70TeH5XcqvnNmh0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EqrpzKU7F3D8rRxmjEg/QNj04r3lG83NzyH3XX4yUBsGhnTeHXF20OmRFMWbxV95g 3XJdqoTxhsXupj+CZ+HGKU/shsCXFAbYNMt+3dmHaq2M9ftRFZ0baggS5uIwJc/203 kV6Xdg8Fjdl60f5P9Nx1FbfIi6bQCSSirlxuKYtchgv+QIEVz64C8moikXfiCcwLOe E8ZHeeb4mU01tMGZJXysaQzrmq4pVqI4+8x84bKr8R5QwlYS4Yg16O5LjYfCiWlT6h 2xRn7TAWPH+Yy9VV/wny9gZ4qyCTn4F+ABbNdO3/SIt3jgeyqZnfOHOouNNfYtm3Nd yvhs8srznvg9Q== From: =?UTF-8?q?No=C3=A9=20Lopez?= To: 77337@debbugs.gnu.org Subject: [PATCH 1/3] gnu: gnome-initial-setup: Replace libgnomekbd with tecla. Date: Fri, 28 Mar 2025 14:25:57 +0100 Message-ID: <5c9e32cdfbf861f9a87663ea7cd4be1ca8a739e6.1743157379.git.noelopez@free.fr> In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77337 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This was changed in GNOME 45. * gnu/packages/gnome.scm (gnome-initial-setup): Replace libgnomekbd with tecla. Change-Id: I1fff5df07dbbb089a13b1d75095007064f2719c2 --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 49c0c23c0c..3d1df8155d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1602,10 +1602,10 @@ (define-public gnome-initial-setup ;; Allow the "Preview" button in the keyboard layout ;; selection dialog to display the layout. (substitute* "gnome-initial-setup/pages/keyboard/cc-input-chooser.c" - (("\"gkbd-keyboard-display") + (("\"tecla") (string-append "\"" (search-input-file inputs - "bin/gkbd-keyboard-display"))))))))) + "bin/tecla"))))))))) (native-inputs (list gettext-minimal `(,glib "bin") @@ -1624,7 +1624,6 @@ (define-public gnome-initial-setup json-glib mit-krb5 libadwaita - libgnomekbd libgweather4 libnma libpwquality @@ -1633,6 +1632,7 @@ (define-public gnome-initial-setup packagekit polkit rest-next + tecla upower webkitgtk)) (synopsis "Initial setup wizard for GNOME desktop") -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 28 09:26:17 2025 Received: (at 77337) by debbugs.gnu.org; 28 Mar 2025 13:26:17 +0000 Received: from localhost ([127.0.0.1]:53322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ty9iz-0008Da-9U for submit@debbugs.gnu.org; Fri, 28 Mar 2025 09:26:17 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:9216) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ty9ir-0008DA-RX for 77337@debbugs.gnu.org; Fri, 28 Mar 2025 09:26:10 -0400 Received: from localhost (unknown [163.5.3.33]) (Authenticated sender: noelopez@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id C739CB0059B; Fri, 28 Mar 2025 14:26:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1743168368; bh=g2U1Slz9++FzgE1KFxItvLK6oGCecnSbiTz+dk+ElSI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EU9mVz9YkCK891UQlbhyyO4i94PEzopZLZSVDFSm5Tr50knjqnxsXNSaAFx1rcqDW L2YkVx3kErXYoNrS+dETLT34T2u1BWpxExMwVte1br8CawbdBUIWGVydF6Z2NM++Ro m19LXYiclFfahuOHg0Vjr+OvtEfadNnHdLY2gUQFh/pJwFYMTwsBYkLzgZOYjdiadq nhUQelMePo9pFNI2RiKYBL+QA9JEihhRngO2T4E4y7/2CimIDTfSjAh3B896iVFGAN A9tLn7WxpQtAYKIOxyzb8CyNvMWOck3369PrmOWe3saUo6MHS47st95rD7BWFP/Ej1 W7hJ4GqWT+IGA== From: =?UTF-8?q?No=C3=A9=20Lopez?= To: 77337@debbugs.gnu.org Subject: [PATCH 2/3] gnu: gnome-control-center: Replace libgnomekbd with tecla. Date: Fri, 28 Mar 2025 14:25:58 +0100 Message-ID: <365bcffad4633a53bc2f4d440b1aba9d88ea4827.1743157379.git.noelopez@free.fr> In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77337 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This was changed in GNOME 45. The absolute tecla path is found in meson and does not need to be substituted. * gnu/packages/gnome.scm (gnome-control-center): Replace libgnomekbd with tecla. Change-Id: I0bc4661ce16c6128c4f35ef17fec5a4764054355 --- gnu/packages/gnome.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d1df8155d..46b008f9c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9443,10 +9443,6 @@ (define-public gnome-control-center (substitute* "tests/datetime/test-endianess.c" (("/usr/share/locale") (search-input-directory inputs "share/locale"))) - (substitute* "panels/system/region/cc-region-page.c" - (("\"gkbd-keyboard-display") - (string-append "\"" (search-input-file - inputs "bin/gkbd-keyboard-display")))) (substitute* '("panels/network/net-device-bluetooth.c" "panels/network/net-device-mobile.c" "panels/network/connection-editor/net-connection-editor.c") -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 28 09:26:18 2025 Received: (at 77337) by debbugs.gnu.org; 28 Mar 2025 13:26:18 +0000 Received: from localhost ([127.0.0.1]:53324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ty9iz-0008De-K2 for submit@debbugs.gnu.org; Fri, 28 Mar 2025 09:26:17 -0400 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:24150) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ty9iv-0008DQ-IS for 77337@debbugs.gnu.org; Fri, 28 Mar 2025 09:26:14 -0400 Received: from localhost (unknown [163.5.3.33]) (Authenticated sender: noelopez@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id EB2DFB00583; Fri, 28 Mar 2025 14:26:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1743168372; bh=f4cqcu6HoTiLerjFGsvnZnmIhcjhIoWRr+IgArF46FM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fEBj8DbpxLowdT+p/Tu1tCu8gnyVlniMiYQnKhBfCE8LbaoyEeAWgKEpPf5rkqPfR 8g4IsZwDxkn3OQQwdpOODNih46E2ef542JDQpSBZKklJaFoUjCJcadNL9Ebj6hn707 ucA4af/0QCBkAcmtDfZezpGig7KNUGZLHFcF0bZhWC+GBxL+U2pOomISntvG5BAL2y 2MXT8OQPRnhAc4uKkwG2G3XS2hThbnenhx+2if0If4x94vBiXrnoNF70hGpiviA0NR 6P/uhrHO8AOQMmRN33o20RvHOvUrr/psyPkCrKfK93jPWkxGpz/Jnvl3muXIFrl22a QrwQANpzsTHMQ== From: =?UTF-8?q?No=C3=A9=20Lopez?= To: 77337@debbugs.gnu.org Subject: [PATCH 3/3] gnu: gnome-shell: Replace libgnomekbd with tecla. Date: Fri, 28 Mar 2025 14:25:59 +0100 Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 77337 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This was changed in GNOME 45. * gnu/packages/gnome.scm (gnome-shell): Replace libgnomekbd with tecla. Change-Id: Iad3248319f95fe43c30e83c4ef6a7690f6e123d8 --- gnu/packages/gnome.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 46b008f9c4..46e360067f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9587,14 +9587,13 @@ (define-public gnome-shell (add-before 'configure 'record-absolute-file-names (lambda* (#:key inputs #:allow-other-keys) (let ((ibus-daemon (search-input-file inputs "bin/ibus-daemon")) - (gkbd-keyboard-display - (search-input-file inputs "bin/gkbd-keyboard-display"))) + (tecla (search-input-file inputs "bin/tecla"))) (substitute* "js/misc/ibusManager.js" (("'ibus-daemon'") (string-append "'" ibus-daemon "'"))) (substitute* "js/ui/status/keyboard.js" - (("'gkbd-keyboard-display'") - (string-append "'" gkbd-keyboard-display "'")))))) + (("'tecla'") + (string-append "'" tecla "'")))))) (add-before 'check 'pre-check (lambda* (#:key inputs #:allow-other-keys) ;; Tests require a running X server. @@ -9706,7 +9705,6 @@ (define-public gnome-shell ibus libcanberra libcroco - libgnomekbd ;for gkbd-keyboard-display libgweather4 libnma libsoup @@ -9718,6 +9716,7 @@ (define-public gnome-shell pulseaudio python-pygobject startup-notification + tecla ;for keyboard previews telepathy-logger upower ;; XXX: These requirements were added in 3.24, but no mention in NEWS. -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 30 07:59:40 2025 Received: (at 77337-done) by debbugs.gnu.org; 30 Mar 2025 11:59:40 +0000 Received: from localhost ([127.0.0.1]:35052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tyrKF-00044M-TI for submit@debbugs.gnu.org; Sun, 30 Mar 2025 07:59:40 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:49362) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tyrKD-000443-3z for 77337-done@debbugs.gnu.org; Sun, 30 Mar 2025 07:59:37 -0400 Received: by mail-wm1-x342.google.com with SMTP id 5b1f17b1804b1-43cfdc2c8c9so20356625e9.2 for <77337-done@debbugs.gnu.org>; Sun, 30 Mar 2025 04:59:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1743335970; x=1743940770; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=N+zey0drRNZfgmqt12xIPeBaNwGMnSQgEHNCS+tf4Yk=; b=ncc1nc7fdMDMFgAltTknuIyxr95llTcXJbxM5z2v7vEhjSNqb+oh7sg5rBI1/nwmDQ eBVqC8HhEgwwiKAugnUm2Gdi8vrs69imCiS2TCCZdjkJkIzVOk8m/UAX2831FotWxfCS 5PBUuTfcXZwbvbM5XuBp9ffnMWb+0MvLimvinjVmmAGcxxuGjEP7+tbuoyS0Mv2ITkgJ nx5CcdyzwEX+cbTM1GQ1iiEF24lyqjtknzMKpvh0seMp3kISdDK29Firx92MteZzzESZ uMXfjoVCcHYBVGA3uHjkBe51ubIZDxOUH82tk+U7n1zzHJiByldBqE30WORBgR6vsOR9 mBbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743335970; x=1743940770; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=N+zey0drRNZfgmqt12xIPeBaNwGMnSQgEHNCS+tf4Yk=; b=lvrU7I0/8+La945UceLNHwmklv05CnxObbRPpTaZ1f9PgOK2Gx/04+v55+glcNAD0t b7o5pPu659ykSlSdElng2uMBEvQDTbvClgBddBqjPznHCq/GpJJV5mE0QgLTPnvBil00 K9h4q2xDcDo1k1dLQJBW9MyqLAtagkrOt1ENAW9JYDdGDZVKmVOKWnDG/2gg/Ewub7aI RsZL7XNn+vslfTwurIxa3eOoYlS0KX6YQs6uvdl/03+wDlfWWGhPXDGdp1Lwk7iDKYq+ vfNDIdggeFfhaS7hPgDu8ZBHDEvfxJ2l+vfOiNUteS5iDO+xGFbObYJvjuN1Aje4G9hA MXgQ== X-Forwarded-Encrypted: i=1; AJvYcCUnlaUJd2RgJ+FsvKbkjpvTjq6kIJJxfdK4olkuEVd+/oPNFZw5pWK7eMcveRGI/h/XZyy1C+D61D+j@debbugs.gnu.org X-Gm-Message-State: AOJu0Yyyyyh/IyJDgHTJ2+ShElpTARpz+7nalCvcQwH6IneIkrIcuOlM bzjlVR2IvKowTUrE2ey6WxoQXru2Ifbomb1fRvgAqmPDi1Z6/u7w X-Gm-Gg: ASbGncvzwmWb7S+1KqkQiaYurkxx496FGdXjTgeaMDoiaaDnjJUYHQUTMTsXQHa1rcZ FopONvijDjpB7WPpoxVu5LoHccHmMtJPJEAB/VRFmkKcuEBF+PnnA1p0wLhLR+cyWNLcgiR6dzH Bwydgss6HgI4VDqRgWP/cIdc15GKUotW5hSkWms3DYLHp5vlTWwnZ187AvxMG81X4qi5jQf2Hl1 +zEIZXry4fAjvrYUCX1sqLU4JqBGJJvyXaZYg1IdpscJMciUd02p4wEoDPEKNMVgdXnNfpFd2w8 0SWnom3dtQ3uwt8eu96XUgRgip7IqE8SA9LtBXe38wq6VIljBgp+HA2e+6upFA9IoQa19W3p93f MvGhdLx7mmPg4hTp8xbeT X-Google-Smtp-Source: AGHT+IG9KISsY5nf0scFmQFTZA+t80rsoztW499ODkz/1OKmEy/3AGaTLCqIakflUZAWbf+hsZMPGw== X-Received: by 2002:a05:600c:83c6:b0:43c:e70d:4504 with SMTP id 5b1f17b1804b1-43db62bb7f8mr43266975e9.19.1743335970232; Sun, 30 Mar 2025 04:59:30 -0700 (PDT) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-43d8ff02e84sm89452775e9.32.2025.03.30.04.59.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Mar 2025 04:59:29 -0700 (PDT) Message-ID: <97d6f79fba1a8db1e0637bf671b3b818b4664d03.camel@gmail.com> Subject: Re: [bug#77337] [PATCH 0/3] gnome: Replace libgnomekbd with tecla. From: Liliana Marie Prikler To: =?ISO-8859-1?Q?No=E9?= Lopez , 77337-done@debbugs.gnu.org Date: Sun, 30 Mar 2025 13:59:28 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77337-done Cc: Vivien Kraus , Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Freitag, dem 28.03.2025 um 14:22 +0100 schrieb No=C3=A9 Lopez: > Starting with GNOME 45, apps replaced libgnomekbd with tecla to show > keyboard layouts.=C2=A0 These patches reflect that and restore the lost > functionality. >=20 > Have a nice day, > No=C3=A9 >=20 > No=C3=A9 Lopez (3): > =C2=A0 gnu: gnome-initial-setup: Replace libgnomekbd with tecla. > =C2=A0 gnu: gnome-control-center: Replace libgnomekbd with tecla. > =C2=A0 gnu: gnome-shell: Replace libgnomekbd with tecla. Pushed. Thanks From unknown Tue Jun 17 20:20:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Apr 2025 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator