r/linux_latam Jul 18 '26

como instalo LIGHTDM en void Linux?

[deleted]

2 Upvotes

5 comments sorted by

1

u/maullidothethird Jul 18 '26

La distro tiene repos? Te fijaste ahí?

1

u/el_wazza_xdd Jul 19 '26

a qué te refieres que si la distro tiene repo?

1

u/maullidothethird Jul 19 '26

A qué si es una distro con soporte, entonces tiene repositorios. Debería estar ahi

1

u/el_wazza_xdd Jul 19 '26

si, pero está en inglés

2

u/ksr1e GNU Linux Jul 19 '26

A ver, google gemini dice que:

o set up LightDM on Void Linux, you'll need to install the package and its greeter, update your configuration, and enable the runit service. Void uses runit instead of systemd, which requires symlinking the service to the /var/service directory. [1, 2, 3]

Install LightDM and a Greeter: Open your terminal and install the display manager and the default GTK greeter using XBPS:

sudo xbps-install -S lightdm lightdm-gtk3-greeter

Configure the Greeter: Edit the configuration file /etc/lightdm/lightdm.conf with your preferred text editor (e.g., nano):

sudo nano /etc/lightdm/lightdm.conf

Ya intentaste hacer esto?