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
as user
as root
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