[1767] in SIPB bug reports
Re: Xscreensaver menu geometry
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Mar 19 02:56:05 1991
To: solo26@ATHENA.MIT.EDU
Cc: bug-sipb@ATHENA.MIT.EDU
In-Reply-To: [1765] in SIPB bug reports
Reply-To: Marc Horowitz <marc@MIT.EDU>
Date: Tue, 19 Mar 91 02:55:27 EST
From: Marc Horowitz <marc@ATHENA.MIT.EDU>
>> The problem was the geometry size. 223x183 was necessary because of
>> the font size I was using. Hence, there isn't really a problem with
>> the menu appearing on the screen. My fault.
>> HOWEVER...I still question whether or not the *menu.geometry option, or its
>> default, is visible anywhere, in any of the documentation...
you are using the following resource:
xscreensaver*geometry: 64x64+658-20
Because of the way the X toolkit works, it is generally better to use
xscreensaver.geometry: 64x64+658-20
that way, other windows (such as the menus) aren't affected by the
resource. The menu resource isn't documented (except in the source
:-) probably because there is no reason to be setting it yourself.
From looking at your .Xresources, you already seem to realize that
xterm is weird, so I won't lecture you on that.
Marc