Environment:
Linux 2.4.20
X11 XFree86-4.2.0
TWM window manager
Out-of-the-box SyncAdmin versions 1.0.3 and 1.0.4.
Effect:
When selecting login operation, 1x1 window is started (noticed as a dot),
was quite hard to find - naturally dialog is modal so the whole app seemed
to hang
Did not respond any resize etc. attempts.
Other: Very simple TWM is really nice bug catcher
xprop
> xprop -name Login
WM_CLASS(STRING) = "org.netbeans.core.NbDialog", "java.lang.Thread"
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified location: 520, 385
program specified size: 1 by 1
program specified minimum size: 1 by 1
program specified maximum size: 1 by 1
window gravity: NorthWest
So, the problem is that, once a min/max size has been set, certain WMs
remember the min/max size; you can change the limits, but any attempt
to remove them is ignored.
Ratkaisu
Kunnes bugi on korjattu voi tehdä:
xprop -name Login -remove WM_NORMAL_HINTS
Tämän jälkeen on mahdollista muuttaa ikkunan kokoa WM:llã.