[Evolution] Adressbook in 1.5.6
Chris Toshok
toshok@ximian.com
Wed, 14 Apr 2004 11:33:20 -0700
On Wed, 2004-04-14 at 08:22 -0400, Ted Kaczmarek wrote:
> On Wed, 2004-04-14 at 02:02 -0700, Chris Toshok wrote:
> > On Sun, 2004-04-11 at 11:36 -0400, Ted Kaczmarek wrote:
> > > Should the address book be functional 1.5.6?
> >
> > Most definitely.
> >
> > > On my test box I get
> > > ** (evolution-1.5:12924): CRITICAL **: file e-canvas.c: line 584
> > > (e_canvas_item_grab_focus): assertion `GTK_WIDGET_CAN_FOCUS (GTK_WIDGET
> > > (item->canvas))' failed
> > > asked to activate component_id
> > > `OAFIID:GNOME_Evolution_Addressbook_SelectNames:1.5(evolution-1.5:12924): EBook-CRITICAL **: file eab-book-util.c: line 85 (eab_name_and_email_query): assertion `book && E_IS_BOOK (book)' failed
> > >
> > > (evolution-1.5:12924): libebook-WARNING **: Can't find installed
> > > BookFactory that handles protocol 'file'.
> >
> > This means the bonobo-activation query failed. This means that either
> > the .server file wasn't installed properly, or the b-a-s search path
> > doesn't include the directory that contains the .server file.
> >
> > Chris
> What creates/installs the .server file?
>
> How can I check the b-a-s search path?
$prefix/sbin/bonobo-activation-sysconf --display-directories
if it shows nothing, it's only configured to look for .server files in
$prefix/lib/bonobo/servers.
You can also try starting e-d-s from the command line - it'll tell you
if it can't register with b-a-s for any reason.
Chris