I can't reproduce this anymore, how should I proceed?

I am not sure if it was caused by a bad implementation of start x on tty, I am currently using the following on my .profile file:

if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
   exec startxfce4
fi


It was either that or an update.   I believe I was using startx instead of xfce4, something like:

if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
  exec startx
fi

Anyhow, seems to be fixed/not a bug per se?

Reply via email to