[SOLVED] GDM wont start when service is enabled (runit)
Hi, I was trying to move from void linux to artix and when setting up GNOME + GDM I faced this issue where GDM would refuse to run when the service is enabled, leaving me at the shell, no black screen or anything.
The log folder in /var/logs/gdm
is empty each time I run it.
The steps I did are as such:
pacman -S gnome gdm gdm-runit
ln -s /etc/runit/sv/gdm /var/run/runit/service/
uncomment WaylandEnable=false in /etc/gdm/custom.conf
How could I fix this issue? Thanks in advance!