23 Jan
2009
23 Jan
'09
10:29 p.m.
Le Fri, 23 Jan 2009 00:34:33 -0500,
"Brandon S. Allbery KF8NH"
XTerm has a -wf option (or waitForMap resource) which causes it to delay starting the process until the window is mapped and the window size negotiation with the window manager is finished. It doesn't look like urxvt has anything similar; perhaps it should be requested. In the meantime, see if "xterm -wf -e myApp" works any better.
Nice, that works fine.