GNU bug report logs - #72714
[PATCH] home: services: Add 'home-sway-service-type'.

Previous Next

Package: guix-patches;

Reported by: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>

Date: Mon, 19 Aug 2024 15:33:02 UTC

Severity: normal

Tags: patch

Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

Bug is archived. No further changes may be made.

Full log


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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Cc: 72714 <at> debbugs.gnu.org
Subject: Re: [bug#72714] [PATCH v4] home: services: Add
 'home-sway-service-type'.
Date: Sat, 14 Sep 2024 16:06:53 +0200
One more thing,

> (add-line-if "    xkb_layout" xkb-layout)
> (add-line-if "    xkb_model" xkb-model)
> (add-line-if "    xkb_variant" xkb-variant)
> (if (eq? %unset-value xkb-options)
>     %unset-value
>     (string-concatenate (cons "    xkb_options " xkb-options)))))

this does not put a comma between each element of xkb-options.

Could you make it join the xkb-options with a comma in between?

Regards,
Florian




This bug report was last modified 220 days ago.

Previous Next


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