Re: Issues with xfce OpenRC
Reply #8 –
You're using XFCE, not openbox, this line is basically trying to start a window manager that doesn't exist on your system. This is only an example from the wiki, you have to change it according to your use case, which means your .xinitrc should look like so:
/usr/bin/pipewire &
/usr/bin/pipewire-pulse &
/usr/bin/wireplumber &
exec startxfce4
Reboot and see if lightdm works normally now
EDIT: Hm, well actually it looks like lightdm doesn't even use .xinitrc, so this file shouldn't even matter. Sorry, I've never really worked with login managers, mostly use startx