Hi, The following patch is used in Ubuntu to work around this issue. Please consider applying it.
Thanks, James diff -pruN 1.5-9/src/chbg.c 1.5-9ubuntu2/src/chbg.c --- 1.5-9/src/chbg.c 2007-12-05 06:13:45.000000000 +0000 +++ 1.5-9ubuntu2/src/chbg.c 2007-12-05 06:11:31.000000000 +0000 @@ -2180,6 +2180,9 @@ gchar **argv; init_locale_env(); INIT_LOCALE + + setenv("XLIB_SKIP_ARGB_VISUALS", "1", 1); + gdk_init(&argc, &argv); gdk_rgb_init(); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]