all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: Diego Nicola Barbato <dnbarbato@posteo.de>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: keyboard layout and system locale
Date: Sun, 18 Mar 2018 18:58:54 +0100	[thread overview]
Message-ID: <CAJ98PDzp7q1bfz+DKFK_NRfDopfx-he_fjYfz7xgZrcXWLbhtA@mail.gmail.com> (raw)
In-Reply-To: <87h8pe4uh0.fsf@GlaDOS.home>

[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]

2018-03-17 16:01 GMT+01:00 Diego Nicola Barbato <dnbarbato@posteo.de>:

> Hello Catonano
>
> Catonano <catonano@gmail.com> writes:
>
> > Can I set up the keyboard layout and my system locale (Italian) for my
> Gnome desktop in my conf.scm file ?
> >
> > Otherwise I have to click around in every throaway virtual machine I
> create in order to be able to use the desktop environment
> >
> > Thanks
>
> To set the keyboard layout in my config.scm I replaced %desktop-services
> with this:
>
> (modify-services %desktop-services
>  (slim-service-type config =>
>                     (slim-configuration
>                      (inherit config)
>                      (startx (xorg-start-command
>                               #:configuration-file
>                               (xorg-configuration-file
>                                ;; Setup X to use a swiss german keyboard
> layout.
>                                #:extra-config
>                                '("Section \"InputClass\"
>         Identifier \"keyboard-all\"
>         Option \"XkbLayout\" \"ch\" ; <~ replace \"ch\" with \"it\"
>

Ok, the semicolon is illegal Xorg syntax and made the server crash !!

Now something else happens

Slim shows up properly, but after the login, the login command fails
Here's a picture
https://imgur.com/a/Ul1Ie

[-- Attachment #2: Type: text/html, Size: 2096 bytes --]

  parent reply	other threads:[~2018-03-18 17:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-17  6:40 keyboard layout and system locale Catonano
2018-03-17  9:20 ` hub.lombard
2018-03-17  9:56   ` Catonano
2018-03-17 10:27     ` hub.lombard
2018-03-17 15:01 ` Diego Nicola Barbato
2018-03-17 18:24   ` Catonano
2018-03-17 19:57     ` Catonano
2018-03-18 17:58   ` Catonano [this message]
2018-03-18 18:08     ` Catonano
2018-03-19 13:23       ` Diego Nicola Barbato
2018-03-20 21:14         ` Catonano
2018-03-19  3:59 ` Chris Marusich
2018-03-19 13:38   ` ng0
2018-03-20 22:19     ` Catonano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ98PDzp7q1bfz+DKFK_NRfDopfx-he_fjYfz7xgZrcXWLbhtA@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=dnbarbato@posteo.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.