2011/4/5 Tamas TEVESZ <[email protected]>:
> no particular hurry; apparently it's only ambrus and me running
> xinerama, we are covered for now, so just take your time ;)

In fact, no. :-)
There is a quick fix flying around for a long time that, well, "works":

diff --git a/src/wmspec.c b/src/wmspec.c
index 1d50246..e560c41 100644
--- a/src/wmspec.c
+++ b/src/wmspec.c
@@ -144,7 +144,7 @@ static atomitem_t atomNames[] = {
        {"_NET_CURRENT_DESKTOP", &net_current_desktop},
        {"_NET_DESKTOP_NAMES", &net_desktop_names},
        {"_NET_ACTIVE_WINDOW", &net_active_window},
-       {"_NET_WORKAREA", &net_workarea},
+       /*{"_NET_WORKAREA", &net_workarea}, -- ARRG, Qt */
        {"_NET_SUPPORTING_WM_CHECK", &net_supporting_wm_check},
        {"_NET_VIRTUAL_ROOTS", &net_virtual_roots},
        {"_NET_DESKTOP_LAYOUT", &net_desktop_layout},

Without it, Qt applications were totally unusable because all menus
only opened on the primary screen.

So maybe this is the reason why so few people commented.

Thank you, Ambrus!

Lucius


-- 
To unsubscribe, send mail to [email protected].

Reply via email to