#0 0xb6f08cab in IA__g_logv (log_domain=, log_level=G_LOG_LEVEL_ERROR, format=0x8061b8c "Could not create the alarm notify service factory", #1 0xb6f08f29 in IA__g_log (log_domain=0x805fbef "evolution-alarm-notify", log_level=G_LOG_LEVEL_ERROR, #2 0x0805dfa0 in main (argc=7, argv=0xbf95aa24) at notify-main.c:153 148: init_alarm_service (NULL); 149: 150: factory = bonobo_generic_factory_new ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:" BASE_VERSION, 151: (BonoboFactoryCallback) alarm_notify_factory_fn, NULL); 152: if (!factory) 153: g_error (_("Could not create the alarm notify service factory")); 154: 155: init_session (); 156: 157: /* FIXME Ideally we should not use camel libraries in calendar, though it is the case 158: currently for attachments. Remove this once that is fixed.