[2199] in Athena Bugs
VAX ProChart: Minor problems with X11R3
daemon@ATHENA.MIT.EDU (John E Elsbree (6.170 TA))
Sun May 7 23:35:55 1989
To: bugs@ATHENA.MIT.EDU
Date: Sun, 07 May 89 23:35:32 EDT
From: John E Elsbree (6.170 TA) <elsj@ATHENA.MIT.EDU>
The script /mit/prochart/prochart invokes xterm with some options that
won't work under X11R3 (such as in 6.2A). First, it uses the obsolete
form of the geometry specification (=80x50+50+50). Second, it requests
a font that isn't available (vtsingle).
These can be fixed by using "-geometry 80x50+50+50" for the geometry spec,
and "8x13" for the font (the next closest thing to vtsingle).
A fixed version of the script can be found in /mit/elsj/Fixes/prochart.
- John