PDA

View Full Version : [XFCE] start xfce


mhegazy
May 8th, 2009, 16:43
Dear All,

how do i start xfce window manager after installing it from /user/ports/x11-wm/xfce .

Thanks
hegazy

SirDice
May 8th, 2009, 17:01
Add to .xinitrc:

exec xfce4-session


Login and type startx.

vivek
May 8th, 2009, 17:03
Run the following
echo "/usr/local/bin/startxfce4" >> ~/.xinitrc

DutchDaemon
May 8th, 2009, 17:10
And remember: as a regular user, not as root.