Hi
I just updated from 0.95.3 to 0.95.6, and noticed the following regression:
I run firefox and thunderbird with no decorations, i.e.
WMWindowAttributes contains:
Navigator.Firefox = {
NoTitlebar = Yes;
StartMaximized = Yes;
NoMiniaturizeButton = Yes;
NoBorder = Yes;
AlwaysUserIcon = Yes;
Icon = "gnome-web-browser-foureight.png";
NoResizebar = Yes;
StartWorkspace = Two;
NoCloseButton = Yes;
};
and
Mail.Thunderbird = {
NoTitlebar = Yes;
StartMaximized = Yes;
NoMiniaturizeButton = Yes;
NoBorder = Yes;
AlwaysUserIcon = Yes;
NoResizebar = Yes;
EmulateAppIcon = Yes;
Icon = "kmail-foureight.png";
StartWorkspace = One;
NoCloseButton = Yes;
};
In 0.95.6, it does not calculate the horizontal dimension for maximizing
correctly (see the interference between the dock and the window in the
attached "maximizebug.png")
Also, it seems that 0.95.6 does something wrong with the
"NoWindowOverDock" setting, "maximizebug.png" was captured with
"NoWindowOverDock = NO;", if I set it to YES, the right edge of the
window is one icon-width away from the dock.
Can anybody else reproduce this?
Thanks,
Johann