User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060503 Firefox/1.5.0.3 (Swiftfox) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060503 Firefox/1.5.0.3 (Swiftfox) Duno how usefull the xev.xclient.data.l[3] = 0; fixes are, the other ones are memory leaks, reported in libwnck. Reproducible: Always Steps to Reproduce:
Created attachment 582 Fixes
FYI: http://bugzilla.gnome.org/show_bug.cgi?id=334137, http://bugzilla.gnome.org/show_bug.cgi?id=304633
Are you sure of this, it looks odd (destroy the gtk widget and after unref the corresponding gobject) ? if (task->menu) { - gtk_widget_destroy (task->menu); + g_object_unref (task->menu); task->menu = NULL; }
I agree it's a bit weird, but is has been committed in the libwnk trunk.
Woops, sorry, I need new glasses, I missed the "-". Committed, both branches.