help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keyboard layout and system locale


From: Catonano
Subject: Re: keyboard layout and system locale
Date: Sat, 17 Mar 2018 10:56:34 +0100

Hi Hubert,

thank you so much for your concern :-)

2018-03-17 10:20 GMT+01:00 <address@hidden>:
Hi Catonano :)

I don't know if I can help, but here'is my own configuration, maybe it can work for you:

# guix package -i setxkbmap

setxkbmap is now installed.

In the host system, right ?

It doesn' t need to be available in the guest too, right ?

 

Then I just added this line (console-keymap-service "fr") into %desktop-services:

# vim /etc/config.scm


_________________________________________________________________

;; Add GNOME and/or Xfce---we can choose at the log-in

  ;; screen with F1.  Use the "desktop" services, which

  ;; include the X11 log-in service, networking with Wicd,

  ;; and more.

  (services (cons* (gnome-desktop-service)

                   (xfce-desktop-service)

                   (console-keymap-service "fr")

                   %desktop-services))


_________________________________________________________________

Reconfiguration of 'config.scm'

# guix system reconfigure /etc/config.scm

After the reboot, I choice "fr" in the gnome session and it works.

Thanks

I' ll let you know ;-)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]