help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with auto-login configuration


From: Eric Seuret
Subject: Re: Problems with auto-login configuration
Date: Thu, 26 Mar 2020 21:53:18 +0100
User-agent: Evolution 3.34.4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]