View Single Post
Old 30th August 2010
vato vato is offline
Port Guard
 
Join Date: Aug 2010
Posts: 31
Default

Quote:
Originally Posted by vermaden View Post
Which part You do not understand?
do i have to put that on terminal? like root or user? do i need install xfce4?(in such case which is the bargain)
my way to start gnome:
Code:
$ echo "/usr/local/bin/gnome-session" > ~/.xinitrc
==> startx

kde:
Code:
$ echo "exec: /usr/localkde4/bin/startkde" > ~/.xinitrc
==> startx

xfce:
Code:
$ echo "/usr/local/bin/startxfce4" > ~/.xinitrc
==> startx
then got this error: /home/my_user/.xinitrc: /usr/localbin/startxfce4: not found


Last edited by vato; 30th August 2010 at 05:33 PM.
Reply With Quote