Le samedi 9 décembre 2006 09:41, lowfi a écrit :
> I have a similar problem now. Sometimes all buttons of the decoration
> suddenly disappear and if I kill and restart gwd it either works again or
> segfaults.
> I'm using the latest git on ubuntu feisty and nvidia 9629.

Here is a little hack for this bug.

For me, gtk-window-decorator segfault when starting kicker with TopMacOs Menu 
style.

Cedric
--- git/compiz/gtk/window-decorator/gtk-window-decorator.c	2006-12-12 00:18:25.000000000 +0100
+++ compiz/gtk/window-decorator/gtk-window-decorator.c	2006-12-12 00:15:13.000000000 +0100
@@ -2749,7 +2749,7 @@
     {
 	gint w, n_line;
 
-	if (theme_draw_window_decoration != draw_window_decoration)
+	if (theme_draw_window_decoration != draw_window_decoration || ! d->context)
 	{
 	    w = SHRT_MAX;
 	}
_______________________________________________
compiz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/compiz

Reply via email to