Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!inria!mirsa!colas From: colas@mirsa.inria.fr (Colas NAHABOO) Newsgroups: comp.windows.x Subject: Re: Xterm maps in 2s instead of 7s Message-ID: <187@mirsa.inria.fr> Date: 15 Jun 89 08:04:28 GMT References: <2825@helios.ee.lbl.gov> Organization: Koala Project -- BULL/INRIA Lines: 21 I wrote: >> The bug in the xterm code are the lines 2075-2077 in file charproc.c in >> the sources of the X11R3 xterm: ... >> which SHOULD be deleted (or placed elsewhere). Brian V. Smith (bvsmith@lbl.gov) writes: > While this works when a window manager is running, if there is no window > manager running, you get an xterm of size 1x1 (pixels). You are right... I think the best statement is made by the comments just following these bogus lines in the source of Xterm: /* XXX This is bogus. We are parsing geometries too late. This * is information that the shell widget ought to have before we get * realized, so that it can do the right thing. */ Anyways, I will surely modify gwm to handle this case, (as seems to have done Tom LaStrange with twm), but the .Xdefault trick will do the job till the R4 is out... (Bull is officially putting it in the app-defaults on its port of X)