[7438] in SIPB bug reports
Xscreensaver problem...
daemon@ATHENA.MIT.EDU (Stan Zanarotti)
Sat Dec 11 22:16:45 1999
Date: Sat, 11 Dec 1999 22:16:40 -0500 (EST)
Message-Id: <199912120316.WAA05105@x15-cruise-basselope.mit.edu>
From: Stan Zanarotti <srz@MIT.EDU>
To: bug-sipb@MIT.EDU
It's happening fairly regularly to me. After a little debugging, it
seems that the password prompt box is being displayed off the screen
(Y coordinate 32000). The issue is that shell_height is being set to
be 65535 in the XtGetValues() call in PromptBox.c:CenteredPromptBox(),
and that messes up the centering for the subsequent XtMoveWidget().
Somebody who's more of an X wizard should probably look at it from
there. Marc suggested using Xnest, although that was crashing on me
on xcb.
-stan