Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: marlhin on 06 January 2022, 23:49:58

Title: [runit] Lightdm does not automatically start
Post by: marlhin on 06 January 2022, 23:49:58
Hey guys,

I've set up an Artix base installation of Artix runit with XFCE, lightdm-runit and Xorg. I also activated the lightdm runit service via
Code: [Select]
ln -s /etc/runit/sv/lightdm/ /run/runit/service
but after reboot I still get prompted by tty1.
When logging in as root and executing
Code: [Select]
lightdm
Lightdm starts and I can login and the XFCE session gets automatically started as intended. I've already tried to reinstall lightdm and reactivate the service but to no success. So now I am out of options, since lightdm runs fine when started manually but it won't start after rebooting the machine even though the service is activated.

Am I missing something here?
Title: Re: [runit] Lightdm does not automatically start
Post by: conky60 on 07 January 2022, 06:03:07
Do you have lightdm-gtk-greeter installed? Perhaps that is what you are missing.

Best regards.
Title: Re: [runit] Lightdm does not automatically start
Post by: marlhin on 07 January 2022, 08:41:18
Oh, sorry that I missed to include this in my first post. Yes, lightdm-gtk-greeter is installed and I've also adjusted lightdm.conf accordingly such that it uses lightdm-gtk-greeter.
As I have written above, lightdm works if I run it manually as root.
Title: Re: [runit] Lightdm does not automatically start
Post by: qontinuum on 08 January 2022, 14:52:40
Do you have any logs to help us know what happens?
Also, show the output for
Code: [Select]
sv status lightdm