From unknown Mon Jun 23 23:48:07 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#32898 <32898@debbugs.gnu.org> To: bug#32898 <32898@debbugs.gnu.org> Subject: Status: [PATCH] gnu: enlightenment: Fix keyboard switching Reply-To: bug#32898 <32898@debbugs.gnu.org> Date: Tue, 24 Jun 2025 06:48:07 +0000 retitle 32898 [PATCH] gnu: enlightenment: Fix keyboard switching reassign 32898 guix-patches submitter 32898 Timo Eisenmann severity 32898 normal tag 32898 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 01 12:17:28 2018 Received: (at submit) by debbugs.gnu.org; 1 Oct 2018 16:17:28 +0000 Received: from localhost ([127.0.0.1]:33468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g70sx-0000Pa-V7 for submit@debbugs.gnu.org; Mon, 01 Oct 2018 12:17:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60309) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g70sx-0000PL-87 for submit@debbugs.gnu.org; Mon, 01 Oct 2018 12:17:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g70so-0006OW-Gl for submit@debbugs.gnu.org; Mon, 01 Oct 2018 12:17:22 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35295) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g70sk-0006HN-Qh for submit@debbugs.gnu.org; Mon, 01 Oct 2018 12:17:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g70sj-00032b-QI for guix-patches@gnu.org; Mon, 01 Oct 2018 12:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g70sf-00067H-Fv for guix-patches@gnu.org; Mon, 01 Oct 2018 12:17:13 -0400 Received: from mout0.freenet.de ([2001:748:100:40::2:2]:51248) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g70sf-00060x-9M for guix-patches@gnu.org; Mon, 01 Oct 2018 12:17:09 -0400 Received: from [195.4.92.165] (helo=mjail2.freenet.de) by mout0.freenet.de with esmtpa (ID eisenmann@fn.de) (port 25) (Exim 4.90_1 #2) id 1g70sa-00073H-Fi for guix-patches@gnu.org; Mon, 01 Oct 2018 18:17:04 +0200 Received: from [::1] (port=52670 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID eisenmann@fn.de) (Exim 4.90_1 #2) id 1g70sa-0004Rz-Eo for guix-patches@gnu.org; Mon, 01 Oct 2018 18:17:04 +0200 Received: from sub8.freenet.de ([195.4.92.127]:41288) by mjail2.freenet.de with esmtpa (ID eisenmann@fn.de) (Exim 4.90_1 #2) id 1g70qJ-0000cJ-9Q for guix-patches@gnu.org; Mon, 01 Oct 2018 18:14:43 +0200 Received: from p200300d403d9ff001051ad702e09ff41.dip0.t-ipconnect.de ([2003:d4:3d9:ff00:1051:ad70:2e09:ff41]:55500 helo=HOME.fritz.box) by sub8.freenet.de with esmtpsa (ID eisenmann@fn.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 587) (Exim 4.90_1 #2) id 1g70qJ-0006g5-5W; Mon, 01 Oct 2018 18:14:43 +0200 From: Timo Eisenmann To: guix-patches@gnu.org Subject: [PATCH] gnu: enlightenment: Fix keyboard switching Date: Mon, 1 Oct 2018 18:10:35 +0200 Message-Id: <20181001161033.200-1-eisenmann@fn.de> X-Mailer: git-send-email 2.18.0 X-Originated-At: 2003:d4:3d9:ff00:1051:ad70:2e09:ff41!55500 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Timo Eisenmann 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: -6.0 (------) * gnu/packages/enlightenment.scm (enlightenment)[inputs]: Add 'setxkbmap' [arguments]: Set absolute file name to 'setxkbmap' --- gnu/packages/enlightenment.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index c7812e887..c0335016f 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -269,6 +269,7 @@ Libraries with some extra bells and whistles.") (add-before 'configure 'set-system-actions (lambda* (#:key inputs #:allow-other-keys) (let ((xkeyboard (assoc-ref inputs "xkeyboard-config")) + (setxkbmap (assoc-ref inputs "setxkbmap")) (utils (assoc-ref inputs "util-linux")) (libc (assoc-ref inputs "libc"))) ;; We need to patch the path to 'base.lst' to be able @@ -278,6 +279,9 @@ Libraries with some extra bells and whistles.") (("/usr/share/X11/xkb/rules/xorg.lst") (string-append xkeyboard "/share/X11/xkb/rules/base.lst"))) + (substitute* "src/bin/e_xkb.c" + (("\"setxkbmap \"") + (string-append "\"" setxkbmap "/bin/setxkbmap \""))) (substitute* (list "src/bin/e_intl.c" "src/modules/conf_intl/e_int_config_intl.c" "src/modules/wizard/page_010.c") @@ -305,6 +309,7 @@ Libraries with some extra bells and whistles.") ("libxcb" ,libxcb) ("libxext" ,libxext) ("linux-pam" ,linux-pam) + ("setxkbmap" ,setxkbmap) ("xcb-util-keysyms" ,xcb-util-keysyms) ("xkeyboard-config" ,xkeyboard-config))) (home-page "https://www.enlightenment.org/about-enlightenment") -- 2.18.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 02 05:51:44 2018 Received: (at 32898-done) by debbugs.gnu.org; 2 Oct 2018 09:51:44 +0000 Received: from localhost ([127.0.0.1]:33803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7HLD-0002t2-WA for submit@debbugs.gnu.org; Tue, 02 Oct 2018 05:51:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44057) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7HLA-0002sl-HI for 32898-done@debbugs.gnu.org; Tue, 02 Oct 2018 05:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7HL4-0005TG-KM for 32898-done@debbugs.gnu.org; Tue, 02 Oct 2018 05:51:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7HL4-0005TA-H2; Tue, 02 Oct 2018 05:51:34 -0400 Received: from [193.50.110.166] (port=57858 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1g7HL4-0004aZ-3Q; Tue, 02 Oct 2018 05:51:34 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Timo Eisenmann Subject: Re: [bug#32898] [PATCH] gnu: enlightenment: Fix keyboard switching References: <20181001161033.200-1-eisenmann@fn.de> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 =?utf-8?Q?Vend=C3=A9miaire?= an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 02 Oct 2018 11:51:32 +0200 In-Reply-To: <20181001161033.200-1-eisenmann@fn.de> (Timo Eisenmann's message of "Mon, 1 Oct 2018 18:10:35 +0200") Message-ID: <87murwr80r.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32898-done Cc: 32898-done@debbugs.gnu.org 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: -6.0 (------) Hello, Timo Eisenmann skribis: > * gnu/packages/enlightenment.scm (enlightenment)[inputs]: Add 'setxkbmap' > [arguments]: Set absolute file name to 'setxkbmap' Applied, thanks! Ludo'. From unknown Mon Jun 23 23:48:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 30 Oct 2018 11:24:05 +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