Re: ICEWM and Gnome logout
- From: Richard Hult <rhult hem2 passagen se>
- To: Kay Molkenthin <molkenthin okay net>
- CC: gnome-list gnome org
- Subject: Re: ICEWM and Gnome logout
- Date: Tue, 23 Mar 1999 21:19:37 +0100
> 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]