Date: Wed, 27 Jan 1999 11:56:42 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: nesi_unanaowo@net.com (Nesi Unanaowo) Cc: billh@finsco.com, nesi@net.com, freebsd-questions@FreeBSD.ORG Subject: Re: Window manager problem. Message-ID: <199901271656.LAA17767@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <36AF40D9.92E5C787@net.com> from Nesi Unanaowo at "Jan 27, 99 08:37:45 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Nesi Unanaowo wrote, > Bill Hamilton wrote: > > > vi the .xinitrc in you home directory and make sure it starts fvwm2. > > I will look at mine tonight. > > I am beginning to think that for some obscure reason the > fvwm2 is not started. I know for sure that my .xinitrc file > is being read because the xterms and the xclock referenced > are started when X is started. > The command that starts fvwm2 has the format: exec fvwm2 > but when I searched the system for the "exec" command it came > up blank. It seems as if there in no "exec" command on my system > which is rather strange. Might this be the problem? > Thanks in advance for any pointers. 'exec' is a shell builtin. From 'man sh,' "exec [command arg ...] Unless command is omitted, the shell process is replaced with the specified program (which must be a real program, not a shell builtin or function). Any redirections on the exec command are marked as permanent, so that they are not undone when the exec command finishes." I am not sure if that is what you need. I still think it would be easier if you just mailed your .xinitrc to the list. Otherwise, we just need to make guesses about what you might have in it. For example, you do start all commands, like xclock and the xterms, which do not quickly end, in the background, right? Otherwise, you never get to the end of your .xinitrc where that 'exec' is. But again, with no .xinitrc, it's just a guess. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901271656.LAA17767>