#0 g_application_impl_get_dbus_object_path (impl=0x0) at ../../../gio/gapplicationimpl-dbus.c:863 [Error: gapplicationimpl-dbus.c was not found in source tree] #1 0x00007f9651928742 in g_application_get_dbus_object_path (application=) at ../../../gio/gapplication.c:2130 [Error: gapplication.c was not found in source tree] #2 0x000056048edba16a in update_dbus_opened_locations (self=0x5604908c3210) at ../src/nautilus-application.c:1480 1475: if (!priv->fdb_manager) 1476: { 1477: return; 1478: } 1479: 1480: dbus_object_path = g_application_get_dbus_object_path (G_APPLICATION (self)); 1481: 1482: g_return_if_fail (dbus_object_path); 1483: 1484: g_variant_builder_init (&windows_to_locations_builder, G_VARIANT_TYPE ("a{sas}")); 1485: #3 0x000056048edcf1a2 in bus_acquired_cb (conn=, name=, user_data=0x560490e5c800) at ../src/nautilus-freedesktop-dbus.c:168 163: G_CALLBACK (skeleton_handle_show_item_properties_cb), fdb); 164: 165: g_dbus_interface_skeleton_export (G_DBUS_INTERFACE_SKELETON (fdb->skeleton), conn, NAUTILUS_FDO_DBUS_PATH, NULL); 166: 167: application = NAUTILUS_APPLICATION (g_application_get_default ()); 168: update_dbus_opened_locations (application); 169: 170: if (G_UNLIKELY (fdb->pending_open_locations != NULL)) 171: { 172: g_auto (GStrv) locations = NULL; 173: #4 0x00007f9651960b09 in connection_get_cb (source_object=, res=0x7f96380073e0, user_data=user_data@entry=0x560490e62350) at ../../../gio/gdbusnameowning.c:504 [Error: gdbusnameowning.c was not found in source tree] #5 0x00007f96518f9e49 in g_task_return_now (task=task@entry=0x7f96380073e0) at ../../../gio/gtask.c:1219 [Error: gtask.c was not found in source tree] #6 0x00007f96518fa9eb in g_task_return (task=0x7f96380073e0, type=) at ../../../gio/gtask.c:1289 [Error: gtask.c was not found in source tree] #7 0x00007f96518fb03c in g_task_return (type=G_TASK_RETURN_SUCCESS, task=) at ../../../gio/gtask.c:1710 [Error: gtask.c was not found in source tree] #8 0x00007f9651951852 in bus_get_async_initable_cb (source_object=0x5604908da020, res=0x7f96380074a0, user_data=user_data@entry=0x7f96380073e0) at ../../../gio/gdbusconnection.c:7413 [Error: gdbusconnection.c was not found in source tree] #9 0x00007f96518f9e49 in g_task_return_now (task=task@entry=0x7f96380074a0) at ../../../gio/gtask.c:1219 [Error: gtask.c was not found in source tree] #10 0x00007f96518f9e8d in complete_in_idle_cb (task=0x7f96380074a0) at ../../../gio/gtask.c:1233 [Error: gtask.c was not found in source tree] #11 0x00007f965253ff1f in g_main_dispatch (context=0x5604908d9ba0) at ../../../glib/gmain.c:3337 [Error: gmain.c was not found in source tree] #12 g_main_context_dispatch (context=0x5604908d9ba0) at ../../../glib/gmain.c:4055 [Error: gmain.c was not found in source tree] #13 0x00007f96525402c8 in g_main_context_iterate (context=context@entry=0x5604908d9ba0, block=block@entry=0, dispatch=dispatch@entry=1, self=) at ../../../glib/gmain.c:4131 [Error: gmain.c was not found in source tree] #14 0x00007f9652540393 in g_main_context_iteration (context=context@entry=0x5604908d9ba0, may_block=may_block@entry=0) at ../../../glib/gmain.c:4196 [Error: gmain.c was not found in source tree] #15 0x00007f9651929148 in g_application_run (application=0x5604908c3210, argc=argc@entry=2, argv=argv@entry=0x7ffd5c9623f8) at ../../../gio/gapplication.c:2584 [Error: gapplication.c was not found in source tree] #16 0x000056048edb7c5b in main (argc=2, argv=0x7ffd5c9623f8) at ../src/nautilus-main.c:81 76: if (g_getenv ("NAUTILUS_PERSIST") != NULL) 77: { 78: g_application_hold (G_APPLICATION (application)); 79: } 80: 81: retval = g_application_run (G_APPLICATION (application), 82: argc, argv); 83: 84: g_object_unref (application); 85: 86: eel_debug_shut_down ();