From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UDMGAyODVF97KQAA0tVLHw (envelope-from ) for ; Sun, 06 Sep 2020 06:35:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id KOpiOiKDVF+XTwAAB5/wlQ (envelope-from ) for ; Sun, 06 Sep 2020 06:35:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 95E9194044B for ; Sun, 6 Sep 2020 06:35:14 +0000 (UTC) Received: from localhost ([::1]:51918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEoGZ-0000Rd-SZ for larch@yhetil.org; Sun, 06 Sep 2020 02:35:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37798) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEoGU-0000R8-Ea for guix-patches@gnu.org; Sun, 06 Sep 2020 02:35:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33088) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kEoGU-0003Wc-4w for guix-patches@gnu.org; Sun, 06 Sep 2020 02:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kEoGU-0005yr-2r for guix-patches@gnu.org; Sun, 06 Sep 2020 02:35:02 -0400 Subject: bug#43230: [PATCH] gnu: lxqt-panel: Patching the kbindicator to xkeyboard-config path for reading the keyboard layouts. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 06 Sep 2020 06:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43230 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hamzeh Nasajpour Cc: 43230-done@debbugs.gnu.org Mail-Followup-To: 43230@debbugs.gnu.org, efraim@flashner.co.il, h.nasajpour@pantherx.org Received: via spool by 43230-done@debbugs.gnu.org id=D43230.159937408422959 (code D ref 43230); Sun, 06 Sep 2020 06:35:01 +0000 Received: (at 43230-done) by debbugs.gnu.org; 6 Sep 2020 06:34:44 +0000 Received: from localhost ([127.0.0.1]:44632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEoGB-0005yE-Ln for submit@debbugs.gnu.org; Sun, 06 Sep 2020 02:34:43 -0400 Received: from flashner.co.il ([178.62.234.194]:57022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEoGA-0005y1-2g for 43230-done@debbugs.gnu.org; Sun, 06 Sep 2020 02:34:42 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id B8D9140056; Sun, 6 Sep 2020 06:34:35 +0000 (UTC) Date: Sun, 6 Sep 2020 09:34:03 +0300 From: Efraim Flashner Message-ID: <20200906063403.GC1643@E5400> References: <8248a4f3-9706-450d-ac60-370547b53262@www.fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dkEUBIird37B8yKS" Content-Disposition: inline In-Reply-To: <8248a4f3-9706-450d-ac60-370547b53262@www.fastmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: N8L3Lxgg6Aj5 --dkEUBIird37B8yKS Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I rewrote the commit message and pushed it. Thanks! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --dkEUBIird37B8yKS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9UgtoACgkQQarn3Mo9 g1HshA/8CJURrTdvd2ZaxTVI8hKb35k/SEl4Mva3N3Q4ji84ABFG6yV8PiypfemS 5wSgAoOxZrYP2CnrobuTw/VHIcAMvcZFRyNjyPW5ldSIsDpEppLRegYzcvyGqp/t LXxlHzEm8BCEZl5v9pWqaRbg3GlATJzz0ysmmfFsaomUrQ2yY5LS+kGGS7r2Zilb arnd0GZqSKQXAps3Rll2KUacvmPcJ0jNP0S1+9XWXy8J8bOfZ1HCecDRx6VKfUlY uIU7Qq9dyomUW5h8y6A6SpyF713OgZ/j8loneCP88lqtT10qhkytU/DkFFuT+AyU dgXOyvz+O0t6cOl6WXTjO0/9aP0YhEhUy1xjgb+9LojoGzEn0Y7UBfrMFmI4rEEH TT9Y+eJwpHEYJB660M9rFFM1JZbfrvcLMmWkz8Ho7y3qTqeIXFRy2/nJZeJ+Xgld CGZr3jRs4lCoDKxh3st7Dt+z8nvXHDfVr+1RBqnDBo5nHWL9rojM9VZNA/snXvVg SyAYRRnsCI56VX7pK5LptAKBiGsnJwMuwktUQ+MU618wywchI1gtd6e252H3QFG1 xXLdSLUjtAm0XJx/Yf47c1CSwZ63bguTmp9R/8ylD9ZxRLiKqRbXgNSYt5lhCbOm QSsQA+iwy5mrc1Yo9kGOe7sJn4T4qDM0h/OcG6PUrhv+enH+P3A= =E3yT -----END PGP SIGNATURE----- --dkEUBIird37B8yKS--