From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alex Griffin" Subject: Re: SLiM graphical login manager and keyboard layout Date: Fri, 18 Oct 2019 09:55:13 -0500 Message-ID: <17cf246a-fde3-43f3-b020-7c5308b9706e@www.fastmail.com> 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]:37475) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLTfh-0006Qz-9M for guix-devel@gnu.org; Fri, 18 Oct 2019 10:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLTff-0005CD-RQ for guix-devel@gnu.org; Fri, 18 Oct 2019 10:56:05 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:57113) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLTff-0005A1-AT for guix-devel@gnu.org; Fri, 18 Oct 2019 10:56:03 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id AB0BB379 for ; Fri, 18 Oct 2019 10:56:00 -0400 (EDT) In-Reply-To: <20191018123345.sxoawlfothe2tx3d@rafflesia> 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 For security reasons, GDM is highly recommended even if you don't use GN= OME. As far as I know, it's the only currently maintained display manage= r that doesn't run X as root. --=20 Alex Griffin On Fri, Oct 18, 2019, at 7:33 AM, Tanguy Le Carrour wrote: > Hi Guix! >=20 > I'm not a Gnome user and I would like to get rid of GDM and use SLiM > instead. >=20 > I'm struggling to set the keyboard layout as, apparently, > slim-service-type is not supposed to be extended as gdm-service-type i= s. >=20 > 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-= type`. But it's > just a guess. I've tried to define `my-slim-service-type` in my system= config, > but failed! >=20 > Any help will be welcome! >=20 > --=20 > Tanguy >=20 >