I still get the crash even after removing the window-list applet. I actually just finished building libwnck3-3.4.7 with this line commented out in libwnck/xutils.c in the try_pixmap_and_mask() function, and it successfully prevents the crash. I haven't noticed any side-effects other than some errors logged to my terminal:
I still get the crash even after removing the window-list applet. I actually just finished building libwnck3-3.4.7 with this line commented out in libwnck/xutils.c in the try_pixmap_ and_mask( ) function, and it successfully prevents the crash. I haven't noticed any side-effects other than some errors logged to my terminal:
if (mask_surface) surface_ destroy (mask_surface);
{
//XXX cairo_mask_surface (cr, mask_surface, 0, 0);
cairo_
}
else
cairo_paint (cr);
*** BUG *** region32_ init_rect: Invalid rectangle passed
In pixman_
Set a breakpoint on '_pixman_log_error' to debug