Can not start xfce

Hello everyone! )


I am install xfce4, but it looks not like a xfce4.
http://farm9.staticflickr.com/8071/8323892728_239560d196_b.jpg
It is launched only with startxfce (not "startxfce4" or "startx")
Maybe it's old version?
Whats wrong?
i want see something like this.

When i typed startxfce4
http://farm9.staticflickr.com/8082/8322833461_64dde520b9_b.jpg
When i typed startx, i have message "not found".


commands:
as root
Code:
make BATCH=yes -C/usr/ports/x11-wm/xfce4 install clean
make BATCH=yes -C/usr/ports/x11/xorg install clean
rehash

as user
Code:
echo "/usr/local/bin/startxfce4" > ~/.xinitrc
echo "#!/bin/sh" > ~/.xsession
echo "/usr/local/bin/startxfce4" >> ~/.xsession
chmod +x ~/.xsession

as root
Code:
Xorg -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
echo "hald_enable=YES" >> /etc/rc.conf
echo "dbus_enable=YES" >> /etc/rc.conf
 
First, use tags to make sections of your post that should be literal.
Thanks.

I am install on netbook without BATCH. I spend about 18 hours. I did not expect this will so long... .
Then i installed in virtual machine on PC with BATCH. I spend about 40 minutes. I decide work at first with virtual machine. (easy to re-install)
8324300984_3925330017.jpg


Read portmaster(8) to know how works this upgrade tool.
Thanks, i will do.
 
I use 9.0-RELEASE, why ports are ancient?
What do I do now?

Update ports, then install again?
Need to remove old xfce or not?
 
9.0-RELEASE was a year ago. The ports on that CD/DVD are also at least a year old, actually a bit more. At this point, it's preferable to remove all of them and install again.

You may prefer packages, which are much quicker to install. See pkg_add(1) about the PACKAGESITE variable to make sure you get recent packages rather than the old ones for 9.0-RELEASE.
 
On netbook i am use
# pkg_add -r xfce4"
Checked it, a new xfce is working!!!
old_dance.gif


Problem was solved!!! I am used old ports.
Thank you wblock@, cpu82
old_beer.gif
 
Back
Top