Erratic config files are handled very ungracefully.

some apps, like Gemini news/e-mail reader, pops up dialogue boxes at very
very small sizes. KDE, GNOME and Sawfish does not have this problem.
(Reported by Terry Blunt)

Maybe related to this: Rhythmbox goes beserk when switching to compact
mode, finally settles to a window of 1 pixel height.
Probable cause:

xprop of compact window:
-----------------------
WM_NORMAL_HINTS(WM_SIZE_HINTS):
		program specified minimum size: 319 by 69
		program specified maximum size: 3000 by 1
xprop of normal window:
WM_NORMAL_HINTS(WM_SIZE_HINTS):
		program specified minimum size: 694 by 209

OroboROX gets confused with those contradictory requests.
I've (Guido) created a patch which fixes this problem, but
I'm not sure if it does the right thing in other circumstances.
Needs testing.
*** NOTE: I (Jonatan) has changed it to not use max size if it's smaller than
min size. Does it fix the problems with Rhythmbox and Gemini?


Sometimes, closing a Psi window just makes the contents go black
(still with the frame around it). Switching away and back again makes the
contents reappear, but the window really should be closed!


Ken Hayber:
"""
Whilst working on my Vnc app I am trying to get the window to not resize (via 
dragging the frame) bigger than the Max size specified by the hints.

It seems this is the WM's responsibility.  The Maximize button pays heed to 
this hint, but not the resize operation.
"""

Terry Blunt:

If window is at the very top of the screen pointer resize icon is moved
to the right when over either of the top corners.

Jonatan: I can't confirm or reproduce this, temporary bug that is gone now?

KDE? bugs.

Kuickshow always seems to open with the title bar off the top of the screen
and the left border outside. I can't find any other applications that
show this behavior.

K3b creates a blank window (supposed to be a status window) when
actually burning, that stays at the front of all other windows and in
the centre of the screen. This has no borders but shows a small K3b icon
in the top left corner. This window disappears when the burning is
completed and the main dialogue window is closed.

Guido: xprop shows window as withdrawn, which probably it shouldn't be.


Ken Hayber:

 If you clear the 'Win operation modifier' shortcut all hell breaks 
loose!  No, really.  OK, mouse clicks on the window borders are normal, 
but virtually all mouse clicks inside the window do not do what you 
want.  For instance, Double clicking on Filer icons does a Window 
shade.  Shift click does the normal filer operation.  I tested with all 
other modifiers set to none and it works as expected.
Jonatan: Fixed!

Firefox and some KDE apps indicate they are maximed but don't report the proper geometry. OroboROX should handle this case.

Stephen Watson:
Alt-Tabbing in focus-follow-pointer mode shouldn't focus the windows as they areraised.(Guido Schimmels: FIXED)
Jonatan: refixed, focus them while cycling for visual cue, but apply focus
policy afterwards.

Guido:
changing raise_delay is not instant apply (need manually restart OroboROX).

Guido:
XShape bug: shape inactive, when:
a) shaded + title button pressed
b) window deleted by delete button




