GNU bug report logs - #37422
Setting keyboard layout with SLiM login manager doesn't work

Previous Next

Package: guix;

Reported by: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>

Date: Mon, 16 Sep 2019 10:15:02 UTC

Severity: normal

Full log


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

From: =?utf-8?q?Wiktor_=C5=BBelazny?=
 <wz <at> freeshell.de>
To: bug-guix <at> gnu.org, 37422 <at> debbugs.gnu.org
Subject: Re: bug#37422: Setting keyboard layout with SLiM login manager
 doesn't work
Date: Thu, 26 Sep 2019 18:17:03 +0200
[Message part 1 (text/plain, inline)]
On Mon, Sep 16, 2019 at 12:23:22AM +0200, Jan Wielkiewicz wrote:

> I've tried using the default Polish keyboard layout with SLiM and it
> doesn't seem to work

Hi,

In case you haven’t found the solution, yet, perhaps this snippet from
my config.scm will help you. You will need to trim it to adapt to your
circumstances.

  (services (cons* (service slim-service-type (slim-configuration
                                                (display ":0")
                                                (vt "vt7")
                                                (auto-login? #t)
                                                (default-user "w")
                                                (xorg-configuration
                                                  (xorg-configuration
                                                    (keyboard-layout (keyboard-layout "pl,cz"
                                                                                      "legacy,ucw"
                                                                                      #:options '("compose:menu,grp:caps_switch")))))))
  ;; skipped content
  ))

WŻ
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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