GNU bug report logs - #31735
[PATCH] Document xorg keymap configuration

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Wed, 6 Jun 2018 17:07:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31735 in the body.
You can then email your comments to 31735 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#31735; Package guix-patches. (Wed, 06 Jun 2018 17:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julien Lepiller <julien <at> lepiller.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Jun 2018 17:07:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] Document xorg keymap configuration
Date: Wed, 6 Jun 2018 19:05:53 +0200
[Message part 1 (text/plain, inline)]
Hi, this patch adds an example configuration for using a different
keyboard layout in xorg.
[0001-doc-Document-xorg-keymap-configuration.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#31735; Package guix-patches. (Fri, 08 Jun 2018 16:44:01 GMT) Full text and rfc822 format available.

Message #8 received at 31735 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 31735 <at> debbugs.gnu.org
Subject: Re: [bug#31735] [PATCH] Document xorg keymap configuration
Date: Fri, 08 Jun 2018 18:42:58 +0200
Hello,

Julien Lepiller <julien <at> lepiller.eu> skribis:

> From 2bb6a98052313dc40d62184dd62a0a625e2b17c1 Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien <at> lepiller.eu>
> Date: Wed, 6 Jun 2018 19:01:42 +0200
> Subject: [PATCH] doc: Document xorg keymap configuration.
>
> * doc/guix.texi (Xorg display): Add an example xorg keymap configuration.

LGTM!  Though…

> +(define bepo-evdev
> +  "Section \"InputClass\"
> +        Identifier \"evdev keyboard catchall\"
> +        Driver \"evdev\"
> +        MatchIsKeyboard \"on\"
> +        Option \"xkb_layout\" \"fr\"
> +        Option \"xkb_variant\" \"bepo\"
> +EndSection")
> +
> +(operating-system
> +  ...
> +  (services
> +    (modify-services %desktop-services
> +      (slim-service-type config =>
> +        (slim-configuration
> +          (inherit config)
> +          (startx (xorg-start-command
> +                   #:configuration-file
> +                   (xorg-configuration-file
> +                     #:extra-config
> +                     (list bepo-evdev)))))))))

… I really hope we can soon improve on this and provide an abstract
mechanism to specify the keyboard layout for everything from GRUB to X.

Thanks,
Ludo’.




Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Fri, 08 Jun 2018 18:41:01 GMT) Full text and rfc822 format available.

Notification sent to Julien Lepiller <julien <at> lepiller.eu>:
bug acknowledged by developer. (Fri, 08 Jun 2018 18:41:02 GMT) Full text and rfc822 format available.

Message #13 received at 31735-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: 31735-done <at> debbugs.gnu.org
Subject: Re: [bug#31735] [PATCH] Document xorg keymap configuration
Date: Fri, 8 Jun 2018 20:40:10 +0200
Le Fri, 08 Jun 2018 18:42:58 +0200,
ludo <at> gnu.org (Ludovic Courtès) a écrit :

> 
> … I really hope we can soon improve on this and provide an abstract
> mechanism to specify the keyboard layout for everything from GRUB to
> X.

Same here. Anyway, pushed as 136a1e8b577a5f44e7ff35e24d81d13be922f2af.

> 
> Thanks,
> Ludo’.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 07 Jul 2018 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 351 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.