GNU bug report logs - #39435
[PATCH] gnu: lxqt-config: fixing keyboard layout.

Previous Next

Package: guix-patches;

Reported by: "Fakhri Sajadi" <f.sajadi <at> pantherx.org>

Date: Wed, 5 Feb 2020 14:46:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Fakhri Sajadi <f.sajadi <at> pantherx.org>, 39435-done <at> debbugs.gnu.org
Cc: f.sajadi <at> pantherx.org
Subject: Re: [bug#39435] [PATCH] gnu: lxqt-config: fixing keyboard layout.
Date: Wed, 05 Feb 2020 21:57:06 +0100
[Message part 1 (text/plain, inline)]
"Fakhri Sajadi" <f.sajadi <at> pantherx.org> writes:

> * gnu/packages/lxqt.scm (lxqt-config): Add xkeyboard-config in inputs.

Thanks!  I edited the commit message to more closely follow our
conventions, and also added a copyright line for you.  Let me know if
the information is incorrect.

[...]

> +         (add-after 'unpack 'set-xkeyboard-config-file-name
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             ;; Set the file name to xkeyboard-config and kbd.
> +             (let ((xkb (assoc-ref inputs "xkeyboard-config"))
> +                   (kbd (assoc-ref inputs "kbd")))
> +               (substitute* "lxqt-config-input/keyboardlayoutconfig.h"
> +                (("/usr/share/X11/xkb/rules/base.lst")
> +                  (string-append xkb "/share/X11/xkb/rules/base.lst")))
> +             #t)))

I also removed the let binding for 'kbd' as it was unused.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 168 days ago.

Previous Next


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