Xinerama (TwinView actually) setup. Latest panel, latest xfwm4. Two panels, one at the top (fixed position), one at the bottom (fixed position). Root window size is 2560x1280. xfdesktop not running (basicly, just xfce4-panel, xfwm4 and a terminal). I dunno what broke exactly, but after my last update of xfce4-panel and xfwm4, the panel at the bottom can no longer be used in "fixed position" mode, as that breaks _NET_WORKAREA completely _NET_WORKAREA(CARDINAL) = 0, 30, 2560, 4294966973, 0, 30, 2560, 4294966973, 0, 30, 2560, 4294966973, 0, 30, 2560, 4294966973, 0, 30, 2560, 4294966973 I'm going to attach xprop dumps. The large numbers seem to indicate a bug in xfwm4 (in hints.c, setNetWorkarea, the substraction seems to cause the trouble). It would be nice if xfwm4 could verify the margins, so that, even if an app requests broken struts, the desktop will remain usable (maybe just ignore the apps request).
Created attachment 467 Root window properties
Revision 19529 of the panel fixes this problem (though with that revision the full-width top panel panel spans both monitor).
*** Bug 1543 has been marked as a duplicate of this bug. ***
(In reply to comment #2) > Revision 19529 of the panel fixes this problem (though with that revision the > full-width top panel panel spans both monitor). Really? Can anyone confirm that the bug is fixed? It seems like I'm still getting reports about it.
Ehm, you got me wrong. The problem appeared after 19529. Revision 19529 is the last working version (atleast as far as I can tell). I dunno what broke exactly tho.
(In reply to comment #5) > Ehm, you got me wrong. The problem appeared after 19529. Revision 19529 is the > last working version (atleast as far as I can tell). I dunno what broke exactly tho. Hehe, that makes a lot more sense. Wishful thinking on my part, I guess ;-)
Hmm, there was a big c&p error in there. Revision 20343 should hopefully fix the issues you are seeing. Please reopen if it doesn't work.
Seems to work again.