You are not logged in.
I am running the Raspberry Pi4 with the default Raspberry OS (2020-05-27).
I installed XFCE and SLiM and now I am trying to configure the auto-login.
I am having difficulty configuring the system to load XFCE as a default session to (skip pressing F1 key).
According to the SLiM documentation (link), I should have a ~/.xinitrc file. There is no such file on my system so I created one:
DEFAULTSESSION=xfce4-session
case "$1" in
xfce) exec xfce4-session ;;
openbox) exec openbox-session ;;
lxde) exec lxsession ;;
*) exec $DEFAULTSESSION ;;
esac
The /etc/slim.conf is set with (#sessiondir /usr/share/xsessions/) as suggested.
However, when I reboot the system it still requires a manual selection of the "Xfce Session".
It looks like I am doing something wrong.
Please help.
Offline
[ Generated in 0.012 seconds, 9 queries executed - Memory usage: 511.39 KiB (Peak: 512.23 KiB) ]