[orca-list] possible bug (and solution) in at-spi-registryd



I say "possible" bug because it might well be something in my
configuration that's the ultimate cause.  I mailed last week saying I
couldn't run at-spi-registryd and quoting some output.  The following
trivial patch, made against the git master this morning, has apparently solved
the problem
----------------------------------------------------------------------
git --no-pager diff  registry-main.c
diff --git a/registryd/registry-main.c b/registryd/registry-main.c
index a745878..03ed5b5 100644
--- a/registryd/registry-main.c
+++ b/registryd/registry-main.c
@@ -198,6 +198,7 @@ main (int argc, char **argv)
    * 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);
----------------------------------------------------------------------
Of course it may equally *create* a problem for someone else. 

regards
Peter



-- 
I HAVE MOVED. Note new contact details:
Peter Rayner
room 330 
School of Earth Sciences, University of Melbourne, 3010, Vic, Australia
tel: work: +61 (0)3 8344 9708; fax: +61 (0)3 8344 7761 
mobile +61 402 752 379 
mail-to: prayner unimelb edu au



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]