#0 _g_log_abort (breakpoint=1) at ../../../../glib/gmessages.c:554 [Error: gmessages.c was not found in source tree] #1 0x00007fa84e37599c in g_log_default_handler (log_domain=log_domain@entry=0x7fa84e9a3758 "GLib-GIO", log_level=log_level@entry=6, message=message@entry=0x5612eea57bd0 "Settings schema 'org.freedesktop.Tracker.Store' is not installed\n", unused_data=unused_data@entry=0x0) at ../../../../glib/gmessages.c:3051 [Error: gmessages.c was not found in source tree] #2 0x00007fa84e375c2d in g_logv (log_domain=0x7fa84e9a3758 "GLib-GIO", log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7ffc12058260) at ../../../../glib/gmessages.c:1341 [Error: gmessages.c was not found in source tree] #3 0x00007fa84e375d9f in g_log (log_domain=log_domain@entry=0x7fa84e9a3758 "GLib-GIO", log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x7fa84e9d4038 "Settings schema '%s' is not installed\n") at ../../../../glib/gmessages.c:1403 [Error: gmessages.c was not found in source tree] #4 0x00007fa84e999887 in g_settings_set_property (object=0x5612eea53c30, prop_id=, value=, pspec=) at ../../../../gio/gsettings.c:590 [Error: gsettings.c was not found in source tree] #5 0x00007fa84e64d91a in object_set_property (nqueue=0x5612eea48b30, value=, pspec=0x5612eea520f0, object=0x5612eea53c30) at ../../../../gobject/gobject.c:1439 [Error: gobject.c was not found in source tree] #6 g_object_new_internal (class=class@entry=0x5612eea52860, params=params@entry=0x7ffc12058520, n_params=n_params@entry=2) at ../../../../gobject/gobject.c:1831 [Error: gobject.c was not found in source tree] #7 0x00007fa84e64f460 in g_object_new_valist (object_type=94639313181008, first_property_name=, var_args=var_args@entry=0x7ffc12058670) at ../../../../gobject/gobject.c:2120 [Error: gobject.c was not found in source tree] #8 0x00007fa84e64f7d9 in g_object_new (object_type=, first_property_name=) at ../../../../gobject/gobject.c:1640 [Error: gobject.c was not found in source tree] #9 0x00005612ed40fcd8 in tracker_main_main (args_length1=, args=) at /home/carlos/Source/gnome/tracker/src/tracker-store/tracker-main.vala:212 207: 208: /* This makes sure we don't steal all the system's resources */ 209: initialize_priority (); 210: 211: /* Initialize major subsystems */ 212: var config = new Tracker.Config (); 213: var db_config = new Tracker.DBConfig (); 214: 215: /* Daemon command line arguments */ 216: if (verbosity > -1) { 217: config.verbosity = verbosity; #10 main (argc=, argv=) at /home/carlos/Source/gnome/tracker/src/tracker-store/tracker-main.vala:178 173: 174: public static unowned Tracker.Data.Manager get_data_manager () { 175: return data_manager; 176: } 177: 178: static int main (string[] args) { 179: Intl.setlocale (LocaleCategory.ALL, ""); 180: 181: Intl.bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); 182: Intl.bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); 183: Intl.textdomain (GETTEXT_PACKAGE);