Re: WOOT!



Cory Watson wrote:
> OK, i finally got gnome working... but there is a little problem
> 
> Heres my .xinitrc
> 
> exec enlightenment
> exec gnome-session

Change that with:

enlightenment &
exec gnome_session

You can't exec two commands. The exec command in shell means that the shell
will change itself with the command specified. It will never see the
second exec, because after the first exec command the shell doesn't exist
any more.

-- 
 .-.   .-.    Life is a sexually transmitted disease.
(_  \ /  _)
     |        dave@srce.hr
     |        dave@fly.cc.fer.hr



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]