From patchwork Wed Apr 3 12:39:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 3198 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7256C16D95; Wed, 3 Apr 2019 13:41:46 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 06B5216CE0 for ; Wed, 3 Apr 2019 13:41:46 +0100 (BST) Received: from localhost ([127.0.0.1]:36434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfD7-0002SI-Lt for patchwork@mira.cbaines.net; Wed, 03 Apr 2019 08:41:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfCR-0001tK-JN for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBfCQ-0003vq-9B for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56866) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBfCQ-0003vj-4U for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBfCP-00058B-Th for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35120] [PATCH 1/3] services: xorg: Add 'set-xorg-configuration'. References: <20190403123626.29711-1-ludo@gnu.org> In-Reply-To: <20190403123626.29711-1-ludo@gnu.org> Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 03 Apr 2019 12:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35120 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35120@debbugs.gnu.org Received: via spool by 35120-submit@debbugs.gnu.org id=B35120.155429521419632 (code B ref 35120); Wed, 03 Apr 2019 12:41:01 +0000 Received: (at 35120) by debbugs.gnu.org; 3 Apr 2019 12:40:14 +0000 Received: from localhost ([127.0.0.1]:42171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBfBd-00056X-OV for submit@debbugs.gnu.org; Wed, 03 Apr 2019 08:40:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBfBb-00056D-M7 for 35120@debbugs.gnu.org; Wed, 03 Apr 2019 08:40:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfBV-0002qv-VA; Wed, 03 Apr 2019 08:40:06 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60702 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hBfBU-000880-8U; Wed, 03 Apr 2019 08:40:05 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Wed, 3 Apr 2019 14:39:51 +0200 Message-Id: <20190403123953.29853-1-ludo@gnu.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/services/xorg.scm (gdm-service-type)[compose, extend]: New fields. (set-xorg-configuration): New procedure. * doc/guix.texi (Keyboard Layout): Use it. (X Window): Document it. * gnu/system/examples/desktop.tmpl: Add 'keyboard-layout' fields. --- doc/guix.texi | 24 +++++++++++++++++------- gnu/services/xorg.scm | 22 +++++++++++++++++++++- gnu/system/examples/desktop.tmpl | 14 +++++++++++--- 3 files changed, 49 insertions(+), 11 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 616c2ef305..96755a6cce 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11077,6 +11077,7 @@ Let's say you want your system to use the Turkish keyboard layout throughout your system---bootloader, console, and Xorg. Here's what your system configuration would look like: +@findex set-xorg-configuration @lisp ;; Using the Turkish layout for the bootloader, the console, ;; and for Xorg. @@ -11088,18 +11089,17 @@ configuration would look like: (bootloader grub-efi-bootloader) (target "/boot/efi") (keyboard-layout keyboard-layout))) ;for GRUB - (services (modify-services %desktop-services - (gdm-service-type config => - (gdm-configuration - (inherit config) - (xorg-configuration + (services (cons (set-xorg-configuration (xorg-configuration ;for Xorg - (keyboard-layout keyboard-layout)))))))) + (keyboard-layout keyboard-layout))) + %desktop-services))) @end lisp In the example above, for GRUB and for Xorg, we just refer to the @code{keyboard-layout} field defined above, but we could just as well refer to -a different layout. +a different layout. The @code{set-xorg-configuration} procedure communicates +the desired Xorg configuration to the graphical log-in manager, by default +GDM. @node Locales @section Locales @@ -13566,6 +13566,16 @@ default is @code{-nolisten tcp}. @end table @end deftp +@deffn {Scheme Procedure} set-xorg-configuration @var{config} @ + [@var{login-manager-service-type}] +Tell the log-in manager (of type @var{login-manager-service-type}) to use +@var{config}, an record. + +Since the Xorg configuration is embedded in the log-in manager's +configuration---e.g., @code{gdm-configuration}---this procedure provides a +shorthand to set the Xorg configuration. +@end deffn + @deffn {Scheme Procedure} xorg-start-command [@var{config}] Return a @code{startx} script in which the modules, fonts, etc. specified in @var{config}, are available. The result should be used in place of diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 7745f9a3cc..26ca0d4f1f 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -99,7 +99,8 @@ gdm-configuration gdm-service-type - gdm-service)) + gdm-service + set-xorg-configuration)) ;;; Commentary: ;;; @@ -875,6 +876,15 @@ the GNOME desktop environment.") xorg-configuration-keyboard-layout gdm-configuration-xorg)))) + ;; For convenience, this service can be extended with an + ;; record. Take the first one that + ;; comes. + (compose first) + (extend (lambda (config xorg-configuration) + (gdm-configuration + (inherit config) + (xorg-configuration xorg-configuration)))) + (default-value (gdm-configuration)) (description "Run the GNOME Desktop Manager (GDM), a program that allows @@ -908,4 +918,14 @@ password." (gdm gdm) (allow-empty-passwords? allow-empty-passwords?)))) +(define* (set-xorg-configuration config + #:optional + (login-manager-service-type + gdm-service-type)) + "Tell the log-in manager (of type @var{login-manager-service-type}) to use +@var{config}, an record." + (simple-service 'set-xorg-configuration + login-manager-service-type + config)) + ;;; xorg.scm ends here diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index ff4c12b24a..baeb5e2d77 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -3,7 +3,7 @@ ;; root partition is encrypted with LUKS. (use-modules (gnu) (gnu system nss)) -(use-service-modules desktop) +(use-service-modules desktop xorg) (use-package-modules certs gnome) (operating-system @@ -11,11 +11,16 @@ (timezone "Europe/Paris") (locale "en_US.utf8") + ;; Choose US English keyboard layout. The "altgr-intl" + ;; variant provides dead keys for accented characters. + (keyboard-layout (keyboard-layout "us" "altgr-intl")) + ;; Use the UEFI variant of GRUB with the EFI System ;; Partition mounted on /boot/efi. (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) - (target "/boot/efi"))) + (target "/boot/efi") + (keyboard-layout keyboard-layout))) ;; Specify a mapped device for the encrypted root partition. ;; The UUID is that returned by 'cryptsetup luksUUID'. @@ -58,7 +63,10 @@ ;; include the X11 log-in service, networking with ;; NetworkManager, and more. (services (append (list (service gnome-desktop-service-type) - (service xfce-desktop-service-type)) + (service xfce-desktop-service-type) + (set-xorg-configuration + (xorg-configuration + (keyboard-layout keyboard-layout)))) %desktop-services)) ;; Allow resolution of '.local' host names with mDNS. From patchwork Wed Apr 3 12:39:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 3196 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1F63F16D95; Wed, 3 Apr 2019 13:41:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id A486216CE0 for ; Wed, 3 Apr 2019 13:41:07 +0100 (BST) Received: from localhost ([127.0.0.1]:36220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfCU-0001wj-Qs for patchwork@mira.cbaines.net; Wed, 03 Apr 2019 08:41:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfCR-0001tO-Mg for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBfCQ-0003wP-Mi for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBfCQ-0003wG-IV for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBfCQ-00058I-ET for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35120] [PATCH 2/3] doc: Explain how to change the keyboard layout at run time. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 03 Apr 2019 12:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35120 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35120@debbugs.gnu.org Received: via spool by 35120-submit@debbugs.gnu.org id=B35120.155429521619652 (code B ref 35120); Wed, 03 Apr 2019 12:41:02 +0000 Received: (at 35120) by debbugs.gnu.org; 3 Apr 2019 12:40:16 +0000 Received: from localhost ([127.0.0.1]:42175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBfBg-00056s-HX for submit@debbugs.gnu.org; Wed, 03 Apr 2019 08:40:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBfBd-00056I-Uv for 35120@debbugs.gnu.org; Wed, 03 Apr 2019 08:40:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfBY-0002xU-Nq; Wed, 03 Apr 2019 08:40:08 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60702 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hBfBX-000880-7C; Wed, 03 Apr 2019 08:40:08 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Wed, 3 Apr 2019 14:39:52 +0200 Message-Id: <20190403123953.29853-2-ludo@gnu.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403123953.29853-1-ludo@gnu.org> References: <20190403123953.29853-1-ludo@gnu.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * doc/guix.texi (Keyboard Layout): Mention GNOME's "Region & Language", setxkbmap, and loadkeys. --- doc/guix.texi | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 96755a6cce..1b0bd1de58 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11002,6 +11002,8 @@ special-case and is automatically added whether or not it is specified. @node Keyboard Layout @section Keyboard Layout +@cindex keyboard layout +@cindex keymap To specify what each key of your keyboard does, you need to tell the operating system what @dfn{keyboard layout} you want to use. The default, when nothing is specified, is the US English QWERTY layout for 105-key PC keyboards. @@ -11101,6 +11103,34 @@ a different layout. The @code{set-xorg-configuration} procedure communicates the desired Xorg configuration to the graphical log-in manager, by default GDM. +We've discussed how to specify the @emph{default} keyboard layout of your +system when it starts, but you can also adjust it at run time: + +@itemize +@item +If you're using GNOME, its settings panel has a ``Region & Language'' entry +where you can select one or more keyboard layouts. + +@item +Under Xorg, the @command{setxkbmap} command (from the same-named package) +allows you to change the current layout. For example, this is how you would +change the layout to US Dvorak: + +@example +setxkbmap us dvorak +@end example + +@item +The @code{loadkeys} command changes the keyboard layout in effect in the Linux +console. However, note that @code{loadkeys} does @emph{not} use the XKB +keyboard layout categorization described above. The command below loads the +French bépo layout: + +@example +loadkeys fr-bepo +@end example +@end itemize + @node Locales @section Locales From patchwork Wed Apr 3 12:39:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 3197 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9485016D95; Wed, 3 Apr 2019 13:41:14 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 4723A16CE0 for ; Wed, 3 Apr 2019 13:41:14 +0100 (BST) Received: from localhost ([127.0.0.1]:36262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfCb-00021f-T4 for patchwork@mira.cbaines.net; Wed, 03 Apr 2019 08:41:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfCS-0001te-8G for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBfCR-0003wz-5n for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBfCR-0003wt-0x for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBfCQ-00058Q-U8 for guix-patches@gnu.org; Wed, 03 Apr 2019 08:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35120] [PATCH 3/3] services: console-keymap: Deprecate. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 03 Apr 2019 12:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35120 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35120@debbugs.gnu.org Received: via spool by 35120-submit@debbugs.gnu.org id=B35120.155429521719658 (code B ref 35120); Wed, 03 Apr 2019 12:41:02 +0000 Received: (at 35120) by debbugs.gnu.org; 3 Apr 2019 12:40:17 +0000 Received: from localhost ([127.0.0.1]:42177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBfBg-00056v-Rb for submit@debbugs.gnu.org; Wed, 03 Apr 2019 08:40:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBfBe-00056L-UT for 35120@debbugs.gnu.org; Wed, 03 Apr 2019 08:40:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBfBZ-000317-OR; Wed, 03 Apr 2019 08:40:09 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60702 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hBfBZ-000880-4h; Wed, 03 Apr 2019 08:40:09 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Wed, 3 Apr 2019 14:39:53 +0200 Message-Id: <20190403123953.29853-3-ludo@gnu.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403123953.29853-1-ludo@gnu.org> References: <20190403123953.29853-1-ludo@gnu.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/services/base.scm (console-keymap-service): Mark as deprecated. * doc/guix.texi (Base Services): Remove its documentation. --- doc/guix.texi | 23 ----------------------- gnu/services/base.scm | 3 ++- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 1b0bd1de58..1c82579afc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12023,29 +12023,6 @@ This is the name of the file where some random bytes are saved by It defaults to @file{/var/lib/random-seed}. @end defvr -@cindex keymap -@cindex keyboard -@deffn {Scheme Procedure} console-keymap-service @var{files} ... -@cindex keyboard layout -Return a service to load console keymaps from @var{files} using -@command{loadkeys} command. Most likely, you want to load some default -keymap, which can be done like this: - -@example -(console-keymap-service "dvorak") -@end example - -Or, for example, for a Swedish keyboard, you may need to combine -the following keymaps: -@example -(console-keymap-service "se-lat6" "se-fi-lat6") -@end example - -Also you can specify a full file name (or file names) of your keymap(s). -See @code{man loadkeys} for details. - -@end deffn - @cindex mouse @cindex gpm @defvr {Scheme Variable} gpm-service-type diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 04b123b833..bf8510a71d 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -719,7 +719,8 @@ to add @var{device} to the kernel's entropy pool. The service will fail if #$@files)))) (respawn? #f))))) -(define (console-keymap-service . files) +(define-deprecated (console-keymap-service #:rest files) + #f "Return a service to load console keymaps from @var{files}." (service console-keymap-service-type files))