From mboxrd@z Thu Jan 1 00:00:00 1970 From: hub.lombard@free.fr Subject: Re: keyboard layout and system locale Date: Sat, 17 Mar 2018 11:27:24 +0100 (CET) Message-ID: <1658088396.186795187.1521282444729.JavaMail.root@zimbra49-e8.priv.proxad.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ex93h-0001pz-SI for help-guix@gnu.org; Sat, 17 Mar 2018 06:27:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ex93e-0001jq-O9 for help-guix@gnu.org; Sat, 17 Mar 2018 06:27:29 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:48941) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ex93e-0001iu-Id for help-guix@gnu.org; Sat, 17 Mar 2018 06:27:26 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix ----- Mail original ----- De: "Catonano" =C3=80: "hub lombard" Cc: "help-guix" Envoy=C3=A9: Samedi 17 Mars 2018 10:56:34 Objet: Re: keyboard layout and system locale Hi Hubert,=20 thank you so much for your concern :-)=20 2018-03-17 10:20 GMT+01:00 < hub.lombard@free.fr > :=20 Hi Catonano :)=20 I don't know if I can help, but here'is my own configuration, maybe it can = work for you:=20 # guix package -i setxkbmap=20 setxkbmap is now installed.=20 In the host system, right ? Hmmm... I can't remember... I think it was instead into the default root ac= count in full console.=20 It doesn' t need to be available in the guest too, right ?=20 I think so but not absolutely sure... Then I just added this line (console-keymap-service "fr") into %desktop-ser= vices:=20 # vim /etc/config.scm=20 _________________________________________________________________=20 ;; Add GNOME and/or Xfce---we can choose at the log-in=20 ;; screen with F1. Use the "desktop" services, which=20 ;; include the X11 log-in service, networking with Wicd,=20 ;; and more.=20 (services (cons* (gnome-desktop-service)=20 (xfce-desktop-service)=20 (console-keymap-service "fr")=20 %desktop-services))=20 _________________________________________________________________=20 Reconfiguration of 'config.scm'=20 # guix system reconfigure /etc/config.scm=20 After the reboot, I choice "fr" in the gnome session and it works.=20 Thanks=20 I' ll let you know ;-)=20 Yes, don't hesitate :) Hubert