View Single Post
  #5   (View Single Post)  
Old 18th November 2008
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

It's a shell script, mfaridi. Look at your the script, and compare it to the default xinitrc: /usr/X11/xinit/xinitrc. Then, look at your ~/.xinitrc or ~/.xsession script, and compare.

[spoon-feed]

To have it start gnome, it should look something like:
Code:
#!/bin/sh
/usr/local/bin/gnome-session
To have it start xfce, it should look something like:
Code:
#!/bin/sh
/usr/local/bin/startxfce4
[/spoon-feed]
Reply With Quote