The patch below should (hopefully) fix the issue:
--- appearance-effects.c.orig 2007-09-24 15:41:26.000000000 +0200
+++ appearance-effects.c 2007-09-24 15:42:26.000000000 +0200
@@ -312,7 +312,10 @@
check_for_wnck_entry,
(gpointer) chunk);
- rows = g_array_index (chunk->numRowsArray, gint, 0);
+ if (chunk->numRowsArray == NULL)
+ rows = 1;
+ else
+ rows = g_array_index (chunk->numRowsArray, gint, 0);
/* clean up */
g_slist_free (idList);
** Changed in: gnome-control-center (Ubuntu)
Status: New => Triaged
--
gnome-appearance-properties crashed with SIGSEGV
https://bugs.launchpad.net/bugs/144128
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs