Consultation

In the interest of learning, I would like to know why the file /usr/local/etc/X11/xinit/xinitrc is not commented on in the following lines, just as the exec openbox-session does not exist below ?

I ask, because in FreeBSD if those lines are not commented out it gets stuck .Xorg and therefore you can’t login.

Therefore, I have commented those lines, as well as I have added the openbox-session exec and after several restarts, I have not had problems.
I leave capture of the lines I’m saying:

Thanks as always ! :slight_smile:

:maté:

It is not used. Slim executes the user’s .xinitrc after login:

login_cmd           exec /bin/sh - ~/.xinitrc %session
1 Like

I understand, thank you very much !