Bug#276700: epiphany-browser refuses to start

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 276700@bugs.debian.org
Sat, 16 Oct 2004 12:36:13 +0200


reassign 276700 libbonobo
severity 276700 normal
tag 276700 + patch
thanks

Le vendredi 15 octobre 2004 =E0 20:37 +0200, Andreas Pakulat a =E9crit :

> I just installed epiphany-browser package and it won't start. I get a
> message box saying that:

This is a temporary situation due to bonobo. Restart bonobo or your
session to fix it.

Upstream patch corresponding to that (re-scan the server info
directories when registering a server):
---
libbonobo-2.8.0/activation-server/object-directory-corba.c.update-servers-o=
n-register       2004-09-28 10:33:04.349580978 +0100
+++ libbonobo-2.8.0/activation-server/object-directory-corba.c
2004-09-28 10:33:45.442318817 +0100
@@ -782,6 +782,8 @@
         GSList *parsed_serverinfo =3D NULL, *l;
         int     i;

+        update_registry (od, FALSE);
+
         old_serverinfo =3D (Bonobo_ServerInfo *) g_hash_table_lookup
(od->by_iid, iid);
         if (old_serverinfo)
                 return old_serverinfo;


Thanks,

Sebastien Bacher