You are not logged in.
Pages: 1
Dear friends,
I have been trying to install XFCE on arch linux for several days already, and as I'm new to arch linux at all, I've been following the instructions on various sites very carefully, installing it on a virtualbox. Arch linux installs without any problems at all, but the installation of xfce DE ends up showing me the login screen, and after I log in, I only see three white terminal windows, and that's all. I don't know what to do next. Tried it already several times from scratch, but always with the same result. I take it, xfce installs correctly, however, there's possibly something I should do to make it look as expected, but I'm really lost. Sorry, I've been looking for an answer but didn't find anything helpful.
Could anybody show me in the right direction?
Offline
#pacman -S xorg-server xorg-server-utils xorg-init xorg-apps
#pacman -S xfce4 xfce4-goodies gvfs ttf-liberartion
#reboot
$startxfce4
worked here, also in a vbox
Offline
Thanks, but I found what I did wrong. It may seem funny, but I always overlooked the instruction that the five last lines in ~/.xinitrc had to be commented out before "exec startxfce4" was added. That's how it should be, and now everything works fine:
#twm &
#xclock .....
#xterm .....
#xterm .....
#exec xterm .....
exec startxfce4
Offline
Pages: 1
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 521.42 KiB (Peak: 522.05 KiB) ]