#0 0x00007ffb8ea9d3c9 in g_logv (log_domain=0x40b067 "Indicator-Datetime", log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7fff332e8f08) at /build/buildd/glib2.0-2.38.0/./glib/gmessages.c:989 [Error: /build/buildd/glib2.0-2.38.0/./glib/gmessages.c was not found in source tree] #1 0x00007ffb8ea9d512 in g_log (log_domain=log_domain@entry=0x40b067 "Indicator-Datetime", log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x40b758 "Unable to get bus connection to own name '%s'") at /build/buildd/glib2.0-2.38.0/./glib/gmessages.c:1025 [Error: /build/buildd/glib2.0-2.38.0/./glib/gmessages.c was not found in source tree] #2 0x00000000004069b9 in on_name_lost (connection=0x0, name=0xbf0c00 "com.canonical.indicator.datetime", gself=0xbe2140) at service.c:1730 1725: gpointer gself) 1726: { 1727: IndicatorDatetimeService * self = INDICATOR_DATETIME_SERVICE (gself); 1728: 1729: if (connection == NULL) 1730: g_error ("Unable to get bus connection to own name '%s'", name); 1731: 1732: g_debug ("%s %s name lost %s", G_STRLOC, G_STRFUNC, name); 1733: 1734: unexport (self); 1735: #3 0x00007ffb8f065c73 in call_in_idle_cb (_data=) at /build/buildd/glib2.0-2.38.0/./gio/gdbusnameowning.c:180 [Error: /build/buildd/glib2.0-2.38.0/./gio/gdbusnameowning.c was not found in source tree] #4 0x00007ffb8ea963a6 in g_main_dispatch (context=0xbe6420) at /build/buildd/glib2.0-2.38.0/./glib/gmain.c:3065 [Error: /build/buildd/glib2.0-2.38.0/./glib/gmain.c was not found in source tree] #5 g_main_context_dispatch (context=context@entry=0xbe6420) at /build/buildd/glib2.0-2.38.0/./glib/gmain.c:3641 [Error: /build/buildd/glib2.0-2.38.0/./glib/gmain.c was not found in source tree] #6 0x00007ffb8ea966f8 in g_main_context_iterate (context=0xbe6420, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.38.0/./glib/gmain.c:3712 [Error: /build/buildd/glib2.0-2.38.0/./glib/gmain.c was not found in source tree] #7 0x00007ffb8ea96afa in g_main_loop_run (loop=0xc01050) at /build/buildd/glib2.0-2.38.0/./glib/gmain.c:3906 [Error: /build/buildd/glib2.0-2.38.0/./glib/gmain.c was not found in source tree] #8 0x0000000000405528 in main (argc=, argv=) at main.c:57 52: /* run */ 53: service = indicator_datetime_service_new (); 54: loop = g_main_loop_new (NULL, FALSE); 55: g_signal_connect (service, INDICATOR_DATETIME_SERVICE_SIGNAL_NAME_LOST, 56: G_CALLBACK(on_name_lost), loop); 57: g_main_loop_run (loop); 58: 59: /* cleanup */ 60: g_clear_object (&service); 61: g_main_loop_unref (loop); 62: return 0;