auto change workspace on window activate doesn't work if window is shadowed,
the window gets painted on the current desktop when it's actually not there..

Strange things sometimes happen at shutdown/start (restarting OroboROX or
switching WM's): ghost windows, dead dialogwindows, windows visible on
wrong workspaces, etc...

Guido: This should be fixed with 0.9.4

dialog skip buttons sometimes bugs a little.. noticed on Curve theme:
the part of the corners that should be transparerent gets filled black.

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 withdrawn windows are visible. For example when opening scribus, or
when restarting OroboROX and clients have closed dialogue boxes (that shows up
again, though not responsive for user actions)..

Guido: also fixed with 0.9.4?

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!

Sometimes when you switch desktop, windows are below rox-panel. This is after
I (Jonatan) removed the auto-raise-focused-window on desktop switch feature.
(I think the stacking order shouldn't be changed when you switch workspace...)

Guido: stil relevant?

More fullscreen trouble. RealPlayer10 sets NET_WM_STATE_FULLSCREEN, but
doesn't do size hints. Switching into fullscreen mode with no movie loaded,
we get a small Real logo on black background in the top-left corner. I suppose
the correct behaviour would be to fill the screen with the logo, no?

When a window is opened, the placement doesn't avoid the rox-panel
(margin/strut).

Button2 maximize: works only once. Afterwards the window can only be maximized horizontally or only vertically.
