From unknown Mon Jun 23 23:51:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#32898] [PATCH] gnu: enlightenment: Fix keyboard switching Resent-From: Timo Eisenmann Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 01 Oct 2018 16:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32898 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 32898@debbugs.gnu.org Cc: Timo Eisenmann X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15384106481590 (code B ref -1); Mon, 01 Oct 2018 16:18:02 +0000 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 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-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 unknown Mon Jun 23 23:51:28 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Timo Eisenmann Subject: bug#32898: closed (Re: [bug#32898] [PATCH] gnu: enlightenment: Fix keyboard switching) Message-ID: References: <87murwr80r.fsf@gnu.org> <20181001161033.200-1-eisenmann@fn.de> X-Gnu-PR-Message: they-closed 32898 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 32898@debbugs.gnu.org Date: Tue, 02 Oct 2018 09:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1538473922-11133-1" This is a multi-part message in MIME format... ------------=_1538473922-11133-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32898: [PATCH] gnu: enlightenment: Fix keyboard switching which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 32898@debbugs.gnu.org. --=20 32898: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32898 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1538473922-11133-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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'. ------------=_1538473922-11133-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1538473922-11133-1--