[1796] in testers
RE: Title bar on Dash
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Aug 7 09:05:56 1991
From: vanharen@ATHENA.MIT.EDU
Date: Wed, 7 Aug 91 09:06:05 -0400
To: dot@ATHENA.MIT.EDU
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: testers [1718]
> System: RS/6000
> Version: 7.3E
>
> I wouldn't call this a show-stopper, but...
>
> Mwm puts a title bar on the dash menu when I select the option "Ignore
> Customizations" and log in as myself. It doesn't do this when I log in
> as mwm_user, though.
That's because you have the line:
*menuTree.window.overrideRedirect: False
in your .dashrc. Windowmanagers will tend to decorate anything that is
not override-redirect, unless you tell them not to. You should probably
get rid of that line in your .dashrc.
mwm_user does not have that resource set, and so does not have that
problem.
-C.