Bug#601163: at-spi: Crashes on start

Samuel Thibault sthibault at debian.org
Sat Oct 23 23:55:03 UTC 2010


Samuel Thibault, le Sun 24 Oct 2010 00:15:39 +0200, a écrit :
> And indeed, adding g_type_init() at the beginning of registry-main.c's
> main fixes the crash.

I forgot to attach the patch, here it is.

Samuel
-------------- next part --------------
--- ./registryd/registry-main.c.original	2010-10-24 01:53:58.000000000 +0200
+++ ./registryd/registry-main.c	2010-10-24 01:53:59.000000000 +0200
@@ -198,6 +198,7 @@
    * has been set.  If we have not been relocated, we will exit if the
    * at-spi-dbus key has been set.
    */
+  g_type_init();
   gconf_client = gconf_client_get_default ();
 #ifdef RELOCATE
   need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);


More information about the pkg-gnome-maintainers mailing list