From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Seuret Subject: Re: Problems with auto-login configuration Date: Thu, 26 Mar 2020 21:53:18 +0100 Message-ID: <4bbd11a64144bd09c19f8ebfbf50756ff9364775.camel@ericst.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40113) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHZVR-0007ZI-IC for help-guix@gnu.org; Thu, 26 Mar 2020 16:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHZVP-00084s-UI for help-guix@gnu.org; Thu, 26 Mar 2020 16:53:36 -0400 Received: from out.migadu.com ([91.121.223.63]:37436) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHZVP-00082h-Cv for help-guix@gnu.org; Thu, 26 Mar 2020 16:53:35 -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-mx.org@gnu.org Sender: "Help-Guix" To: znavko@disroot.org, help-guix Thank you for the github and Slim tips. Slim actually worked, for future readers, this is the (services ...) configuration that worked for me. (services (cons* (service gnome-desktop-service-type) (service openssh-service-type) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout)) slim-service-type) (service slim-service-type (slim-configuration (auto-login? #t) (default-user "username"))) (remove (lambda (service) (eq? (service-kind service) gdm-service-type)) %desktop-services))) Yes, you can't logout and login again as different user... But my other user is there mainly through ssh so, it is not really a problem. Best Regards, -- E. Seuret