You are not logged in.
Pages: 1
I just installed the xfce4 and xfce4-goodies packages along with all of the dependencies. When I launch xfce4 only the Xfce background appears. There is no panel and no right click menus. I've tried to launch xfce4 in all of the ways shown on the Arch xfce4 wiki. Any ideas?
Offline
Try this in .xinitrc
exec /opt/xfce4/bin/xfce4-session
Offline
Unfortunately starting xfce4-session doesn't work either. I've tried starting xfce service by service or startxfce4 or xfce4-session and nothing seems to work. No errrors are ocurring in Xorg.0.log.
Offline
I have two thoughts, but they are both wild guesses, so be careful if you decide to do either.
First, I wonder if some package or dependency is missing. XFCE starts and gives no error, but you're missing the package that contains the panel or whatever.
Second, could your config file in your homedir be incorrect? I've solved similar config issues with other software in the past by just renaming the config file to something else and letting the machine generate a new one when it can't find the file on the next startup. Maybe XFCE would do the same?
Offline
If u exit your x-session with only the xfce-desktop with ctrl+alt+backspace and look at the screen, what errors do u get?
Offline
I got around this issue with the following in ~/.xinitrc:
exec /opt/xfce4/bin/startxfce4
sleep 2
exec /opt/xfce4/bin/xfce4-panel
I'm using xfce-svn repo.
Echo
Offline
Pages: 1