В Чтв, 04/05/2006 в 20:13 +0200, Patrick Jacquot пишет: > Le dimanche 30 avril 2006 à 11:47 +0200, Christian Neumair a écrit : > > feel free to provide a > > metadata client for the metadata server shipped with Nautilus in the > > meantime :). > > > > [1] http://freedesktop.org/wiki/Software/Tracker > > > I made some progress. > I figured how to compile the IDL and have now all the > .h I needed. > Now my little chunk of a program compiles and links properly, > but when trying to activate the metafile factory > (I copied verbatim the call to > bonobo_activation_activate_from_id > from the get_factory function of nautilus-directory-metafile.c) > I get an error message from bonobo-activation: > CRITICAL bonobo-activation-activate: assertion ac != NULL failed > > What can I have missed? > > -- > Patrick >
You've probably forgot to activate bonobo with bonobo_init or bonobo_activation_init. -- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
