From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: SLiM graphical login manager and keyboard layout Date: Fri, 18 Oct 2019 14:33:45 +0200 Message-ID: <20191018123345.sxoawlfothe2tx3d@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41912) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLRS8-0001uW-40 for guix-devel@gnu.org; Fri, 18 Oct 2019 08:33:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLRS6-0003ou-K6 for guix-devel@gnu.org; Fri, 18 Oct 2019 08:33:55 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58363) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLRS1-0003lj-N0 for guix-devel@gnu.org; Fri, 18 Oct 2019 08:33:52 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BB046E000A for ; Fri, 18 Oct 2019 12:33:45 +0000 (UTC) Content-Disposition: inline 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 Hi Guix! I'm not a Gnome user and I would like to get rid of GDM and use SLiM instead. I'm struggling to set the keyboard layout as, apparently, slim-service-type is not supposed to be extended as gdm-service-type is. I guess it's only a matter of copying (and adapting) the `(extend …)` and `(compose …)` 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! Any help will be welcome! -- Tanguy