From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: Re: SLiM graphical login manager and keyboard layout Date: Fri, 18 Oct 2019 10:40:14 -0400 Message-ID: <861rvaglrl.fsf@dismail.de> References: <20191018123345.sxoawlfothe2tx3d@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35446) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLTQV-0000iP-GJ for guix-devel@gnu.org; Fri, 18 Oct 2019 10:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLTQU-0005pZ-B6 for guix-devel@gnu.org; Fri, 18 Oct 2019 10:40:23 -0400 Received: from mx2.dismail.de ([159.69.191.136]:19530) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLTQT-0005oM-Ny for guix-devel@gnu.org; Fri, 18 Oct 2019 10:40:22 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id a07e35e4 for ; Fri, 18 Oct 2019 16:40:18 +0200 (CEST) Received: from smtp1.dismail.de ( [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id b5d14216 for ; Fri, 18 Oct 2019 16:40:18 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 52faa8ea for ; Fri, 18 Oct 2019 16:40:18 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 23e2f182 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 18 Oct 2019 16:40:17 +0200 (CEST) In-Reply-To: <20191018123345.sxoawlfothe2tx3d@rafflesia> (Tanguy Le Carrour's message of "Fri, 18 Oct 2019 14:33:45 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Tanguy Le Carrour writes: > Hi Guix! > > I'm not a Gnome user and I would like to get rid of GDM and use SLiM > instead. This kind of question is best asked on help-guix mailing list. :) > > I'm struggling to set the keyboard layout as, apparently, > slim-service-type is not supposed to be extended as gdm-service-type is. When I last tried sddm, I was able to swap my layout like so: (service sddm-service-type (sddm-configuration (xorg-configuration (xorg-configuration (keyboard-layout (keyboard-layout "us" "dvorak")))))) > > I guess it's only a matter of copying (and adapting) the `(extend =E2=80= =A6)` and > `(compose =E2=80=A6)` blocks from `gdm-service-type` to `slim-service-typ= e`. But it's > just a guess. I've tried to define `my-slim-service-type` in my system co= nfig, > but failed! > > Any help will be welcome! -- Joshua Branson Sent from Emacs and Gnus