Re: ICEWM and Gnome logout



> In my .xinitrc I have:
>
> exec esd &
> exec icewm &
> exec gnome-session

I dont know if that has anything to do with it, but you shouldn't really
use 'exec' for anything but the last line. IIRC, exec basically throws the
shell running the script away and replaces it with the program specified
after exec. You should do it like this:

esd &
icewm &
exec gnome-session

Richard





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