On 06/21/2017 05:41 PM, Mauro Santos via arch-general wrote:
It's working fine here.

I don't use a login manager, I login from a tty and I haven't changed
any configuration in a long while. I also don't do anything special to
launch xfce or anything else.

my .xinitrc has:

if [ -d /etc/X11/xinit/xinitrc.d ]; then
   for f in /etc/X11/xinit/xinitrc.d/*; do
     [ -x "$f" ] && . "$f"
   done
   unset f
fi
exec startxfce4

and that's all.


Useful data point - thanks. I am using a login manager (lightdm), which launches startxfce4. Perhaps there's something got messed up with that combination.

Thanks,

DR

Reply via email to