#0 nautilus_window_slot_get_allow_stop (self=self@entry=0x0) at ../src/nautilus-window-slot.c:3057 3052: { 3053: NautilusWindowSlotPrivate *priv; 3054: 3055: priv = nautilus_window_slot_get_instance_private (self); 3056: 3057: return priv->allow_stop; 3058: } 3059: 3060: void 3061: nautilus_window_slot_set_allow_stop (NautilusWindowSlot *self, 3062: gboolean allow) #1 0x000055ae0dd11289 in nautilus_window_sync_allow_stop (window=0x55ae0e808490, slot=0x0) at ../src/nautilus-window.c:887 882: "stop"); 883: reload_action = g_action_map_lookup_action (G_ACTION_MAP (window), 884: "reload"); 885: allow_stop = g_action_get_enabled (stop_action); 886: 887: slot_allow_stop = nautilus_window_slot_get_allow_stop (slot); 888: slot_is_active = (slot == nautilus_window_get_active_slot (window)); 889: 890: priv = nautilus_window_get_instance_private (window); 891: 892: if (!slot_is_active || #2 0x000055ae0dd113a5 in nautilus_window_reset_menus (window=) at ../src/nautilus-window.c:869 864: } 865: 866: void 867: nautilus_window_reset_menus (NautilusWindow *window) 868: { 869: nautilus_window_sync_allow_stop (window, nautilus_window_get_active_slot (window)); 870: } 871: 872: void 873: nautilus_window_sync_allow_stop (NautilusWindow *window, 874: NautilusWindowSlot *slot) #3 0x000055ae0dd5b038 in nautilus_files_view_update_toolbar_menus (view=0x55ae0ef22a90) at ../src/nautilus-files-view.c:8130 8125: !priv->active) 8126: { 8127: return; 8128: } 8129: window = nautilus_files_view_get_window (view); 8130: nautilus_window_reset_menus (window); 8131: 8132: nautilus_files_view_update_actions_state (view); 8133: nautilus_files_view_reset_view_menu (view); 8134: } 8135: #4 0x000055ae0dd5b474 in on_end_file_changes (view=0x55ae0ef22a90) at ../src/nautilus-files-view.c:4038 4033: priv = nautilus_files_view_get_instance_private (view); 4034: 4035: /* Addition and removal of files modify the empty state */ 4036: nautilus_files_view_check_empty_states (view); 4037: /* If the view is empty, zoom slider and sort menu are insensitive */ 4038: nautilus_files_view_update_toolbar_menus (view); 4039: 4040: /* Reveal files that were pending to be revealed, only if all of them 4041: * were acknowledged by the view 4042: */ 4043: if (g_hash_table_size (priv->pending_reveal) > 0) #5 0x00007febb736df9d in g_closure_invoke (closure=0x55ae105c5c00, return_value=0x0, n_param_values=1, param_values=0x7fff50457880, invocation_hint=0x7fff50457800) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #6 0x00007febb7380cde in signal_emit_unlocked_R (node=node@entry=0x7feb98020590, detail=detail@entry=0, instance=instance@entry=0x55ae0ef22a90, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff50457880) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #7 0x00007febb73894b5 in g_signal_emit_valist (instance=0x55ae0ef22a90, signal_id=, detail=0, var_args=var_args@entry=0x7fff50457a40) at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #8 0x00007febb7389ecf in g_signal_emit (instance=instance@entry=0x55ae0ef22a90, signal_id=, detail=detail@entry=0) at ../../../../gobject/gsignal.c:3447 [Error: gsignal.c was not found in source tree] #9 0x000055ae0dd5f3e2 in process_old_files (view=0x55ae0ef22a90) at ../src/nautilus-files-view.c:4156 4151: * have changed. 4152: */ 4153: nautilus_files_view_send_selection_change (view); 4154: } 4155: 4156: g_signal_emit (view, signals[END_FILE_CHANGES], 0); 4157: } 4158: } 4159: 4160: static void 4161: display_pending_files (NautilusFilesView *view) #10 display_pending_files (view=0x55ae0ef22a90) at ../src/nautilus-files-view.c:4167 4162: { 4163: NautilusFilesViewPrivate *priv; 4164: GList *selection; 4165: 4166: process_new_files (view); 4167: process_old_files (view); 4168: 4169: priv = nautilus_files_view_get_instance_private (view); 4170: selection = nautilus_files_view_get_selection (NAUTILUS_VIEW (view)); 4171: 4172: if (selection == NULL && #11 display_pending_callback (data=) at ../src/nautilus-files-view.c:4263 4258: 4259: g_object_ref (G_OBJECT (view)); 4260: 4261: priv->display_pending_source_id = 0; 4262: 4263: display_pending_files (view); 4264: 4265: g_object_unref (G_OBJECT (view)); 4266: 4267: return FALSE; 4268: } #12 0x00007febb93758a3 in g_timeout_dispatch (source=source@entry=0x55ae103baa50, callback=, user_data=) at ../../../../glib/gmain.c:4633 [Error: gmain.c was not found in source tree] #13 0x00007febb9374e25 in g_main_dispatch (context=0x55ae0e740af0) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #14 g_main_context_dispatch (context=context@entry=0x55ae0e740af0) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #15 0x00007febb93751f0 in g_main_context_iterate (context=0x55ae0e740af0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #16 0x00007febb9375502 in g_main_loop_run (loop=0x55ae0ed91390) at ../../../../glib/gmain.c:4082 [Error: gmain.c was not found in source tree] #17 0x00007febb8dbe93e in gtk_clipboard_wait_for_contents (clipboard=0x55ae0ecc8570, target=target@entry=0x5a) at ././gtk/gtkclipboard.c:1436 [Error: gtkclipboard.c was not found in source tree] #18 0x000055ae0dd90ae5 in nautilus_clipboard_clear_if_colliding_uris (widget=0x55ae0ef22a90, item_uris=0x55ae10083080) at ../src/nautilus-clipboard.c:182 177: GtkSelectionData *data; 178: GList *clipboard_item_uris, *l; 179: gboolean collision; 180: 181: collision = FALSE; 182: data = gtk_clipboard_wait_for_contents (nautilus_clipboard_get (widget), 183: copied_files_atom); 184: if (data == NULL) 185: { 186: return; 187: } #19 0x000055ae0ddaa854 in canvas_view_move_copy_items (container=, item_uris=0x55ae10083080, relative_item_points=0x0, target_dir=0x55ae0f8aa3b0 "file:///home/italomaia/Documentos", copy_action=4, x=292, y=29, view=0x55ae0ef22a90) at ../src/nautilus-canvas-view.c:1657 1652: int copy_action, 1653: int x, 1654: int y, 1655: NautilusFilesView *view) 1656: { 1657: nautilus_clipboard_clear_if_colliding_uris (GTK_WIDGET (view), 1658: item_uris); 1659: nautilus_files_view_move_copy_items (view, item_uris, relative_item_points, target_dir, 1660: copy_action, x, y); 1661: } 1662: #20 0x00007febb0960e18 in ffi_call_unix64 () at ../src/x86/unix64.S:76 [Error: unix64.S was not found in source tree] #21 0x00007febb096087a in ffi_call (cif=cif@entry=0x7fff50457fe0, fn=fn@entry=0x55ae0ddaa810 , rvalue=, avalue=avalue@entry=0x7fff50457eb0) at ../src/x86/ffi64.c:525 [Error: ffi64.c was not found in source tree] #22 0x00007febb736e799 in g_cclosure_marshal_generic (closure=0x55ae0ffaf220, return_gvalue=0x0, n_param_values=, param_values=, invocation_hint=, marshal_data=) at ../../../../gobject/gclosure.c:1490 [Error: gclosure.c was not found in source tree] #23 0x00007febb736df9d in g_closure_invoke (closure=0x55ae0ffaf220, return_value=0x0, n_param_values=7, param_values=0x7fff50458210, invocation_hint=0x7fff50458190) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #24 0x00007febb7380cde in signal_emit_unlocked_R (node=node@entry=0x55ae0edbd130, detail=detail@entry=0, instance=instance@entry=0x55ae0eb3a8c0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff50458210) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #25 0x00007febb73894b5 in g_signal_emit_valist (instance=instance@entry=0x55ae0eb3a8c0, signal_id=signal_id@entry=536, detail=0, var_args=var_args@entry=0x7fff504584a8) at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #26 0x00007febb738a3a8 in g_signal_emit_by_name (instance=instance@entry=0x55ae0eb3a8c0, detailed_signal=detailed_signal@entry=0x55ae0ddd7210 "move-copy-items") at ../../../../gobject/gsignal.c:3487 [Error: gsignal.c was not found in source tree] #27 0x000055ae0dd8b169 in handle_nonlocal_move (icon_hit=, target_uri=0x55ae0f8aa3b0 "file:///home/italomaia/Documentos", y=29, x=, action=GDK_ACTION_MOVE, container=0x55ae0eb3a8c0) at ../src/nautilus-canvas-dnd.c:1048 1043: gtk_widget_get_allocation (GTK_WIDGET (container), &allocation); 1044: x = CANVAS_WIDTH (container, allocation) - x; 1045: } 1046: 1047: /* start the copy */ 1048: g_signal_emit_by_name (container, "move-copy-items", 1049: source_uris, 1050: source_item_locations, 1051: target_uri, 1052: action, 1053: x, y); #28 nautilus_canvas_container_receive_dropped_icons (y=, x=, context=0x55ae0e736c50, container=0x55ae0eb3a8c0) at ../src/nautilus-canvas-dnd.c:1229 1224: { 1225: handle_local_move (container, world_x, world_y); 1226: } 1227: else 1228: { 1229: handle_nonlocal_move (container, real_action, world_x, world_y, drop_target, icon_hit); 1230: } 1231: } 1232: 1233: g_free (drop_target); 1234: stop_cache_selection_list (&container->details->dnd_info->drag_info); #29 drag_data_received_callback (widget=widget@entry=0x55ae0eb3a8c0, context=0x55ae0e736c50, x=, y=, data=, info=, time=0, user_data=0x0) at ../src/nautilus-canvas-dnd.c:1856 1851: success = FALSE; 1852: switch (info) 1853: { 1854: case NAUTILUS_ICON_DND_GNOME_ICON_LIST: 1855: { 1856: nautilus_canvas_container_receive_dropped_icons 1857: (NAUTILUS_CANVAS_CONTAINER (widget), 1858: context, x, y); 1859: } 1860: break; 1861: #30 0x00007febb8c50d54 in _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT (closure=0x55ae101e77a0, return_value=, n_param_values=, param_values=0x7fff50458900, invocation_hint=, marshal_data=) at ././gtk/gtkmarshalers.c:5566 [Error: gtkmarshalers.c was not found in source tree] #31 0x00007febb736df9d in g_closure_invoke (closure=0x55ae101e77a0, return_value=0x0, n_param_values=7, param_values=0x7fff50458900, invocation_hint=0x7fff50458880) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #32 0x00007febb7380cde in signal_emit_unlocked_R (node=node@entry=0x55ae0e7c3410, detail=detail@entry=0, instance=instance@entry=0x55ae0eb3a8c0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff50458900) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #33 0x00007febb73894b5 in g_signal_emit_valist (instance=instance@entry=0x55ae0eb3a8c0, signal_id=signal_id@entry=186, detail=0, var_args=var_args@entry=0x7fff50458b98) at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #34 0x00007febb738a3a8 in g_signal_emit_by_name (instance=instance@entry=0x55ae0eb3a8c0, detailed_signal=detailed_signal@entry=0x7febb8de96a8 "drag-data-received") at ../../../../gobject/gsignal.c:3487 [Error: gsignal.c was not found in source tree] #35 0x00007febb8dc1466 in gtk_drag_selection_received (widget=0x55ae12498280, selection_data=0x7fff50459270, time=0, data=0x55ae0eb3a8c0) at ././gtk/gtkdnd.c:1181 [Error: gtkdnd.c was not found in source tree] #36 0x00007febb736df9d in g_closure_invoke (closure=0x55ae1052bf00, return_value=0x0, n_param_values=3, param_values=0x7fff50458f00, invocation_hint=0x7fff50458e80) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #37 0x00007febb7380cde in signal_emit_unlocked_R (node=node@entry=0x55ae0e7beb00, detail=detail@entry=0, instance=instance@entry=0x55ae12498280, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff50458f00) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #38 0x00007febb73894b5 in g_signal_emit_valist (instance=instance@entry=0x55ae12498280, signal_id=signal_id@entry=174, detail=0, var_args=var_args@entry=0x7fff50459138) at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #39 0x00007febb738a3a8 in g_signal_emit_by_name (instance=0x55ae12498280, detailed_signal=detailed_signal@entry=0x7febb8e46944 "selection-received") at ../../../../gobject/gsignal.c:3487 [Error: gsignal.c was not found in source tree] #40 0x00007febb8cd7523 in gtk_selection_retrieval_report (info=info@entry=0x7feb9c852270, type=, format=, buffer=, length=, time=time@entry=0) at ././gtk/gtkselection.c:3031 [Error: gtkselection.c was not found in source tree] #41 0x00007febb8cd92d3 in gtk_selection_convert (widget=0x55ae12498280, selection=0x46, target=target@entry=0x54, time_=time_@entry=0) at ././gtk/gtkselection.c:1143 [Error: gtkselection.c was not found in source tree] #42 0x00007febb8dc0f86 in gtk_drag_get_data (widget=, context=context@entry=0x55ae0e736c50, target=target@entry=0x54, time_=time_@entry=0) at ././gtk/gtkdnd.c:892 [Error: gtkdnd.c was not found in source tree] #43 0x000055ae0dd8a0d6 in get_data_on_first_target_we_support (widget=widget@entry=0x55ae0eb3a8c0, context=context@entry=0x55ae0e736c50, time=time@entry=0, x=x@entry=219, y=y@entry=22) at ../src/nautilus-canvas-dnd.c:577 572: { 573: if (info == NAUTILUS_ICON_DND_XDNDDIRECTSAVE) 574: { 575: set_direct_save_uri (widget, context, drag_info, x, y); 576: } 577: gtk_drag_get_data (GTK_WIDGET (widget), context, 578: target, time); 579: } 580: } 581: } 582: #44 0x000055ae0dd8a250 in drag_drop_callback (widget=widget@entry=0x55ae0eb3a8c0, context=0x55ae0e736c50, x=219, y=22, time=0, data=) at ../src/nautilus-canvas-dnd.c:1757 1752: * process the actions. 1753: * make sure it is going to be called at least once. 1754: */ 1755: dnd_info->drag_info.drop_occurred = TRUE; 1756: 1757: get_data_on_first_target_we_support (widget, context, time, x, y); 1758: 1759: return TRUE; 1760: } 1761: 1762: void #45 0x00007febb8c4b2c6 in _gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT (closure=0x55ae0eb5b020, return_value=0x7fff504595b0, n_param_values=, param_values=0x7fff50459610, invocation_hint=, marshal_data=) at ././gtk/gtkmarshalers.c:809 [Error: gtkmarshalers.c was not found in source tree] #46 0x00007febb736df9d in g_closure_invoke (closure=0x55ae0eb5b020, return_value=0x7fff504595b0, n_param_values=5, param_values=0x7fff50459610, invocation_hint=0x7fff50459590) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #47 0x00007febb7380cde in signal_emit_unlocked_R (node=node@entry=0x55ae0e7c31d0, detail=detail@entry=0, instance=instance@entry=0x55ae0eb3a8c0, emission_return=emission_return@entry=0x7fff50459780, instance_and_params=instance_and_params@entry=0x7fff50459610) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #48 0x00007febb7388e4f in g_signal_emit_valist (instance=instance@entry=0x55ae0eb3a8c0, signal_id=signal_id@entry=184, detail=0, var_args=var_args@entry=0x7fff50459878) at ../../../../gobject/gsignal.c:3401 [Error: gsignal.c was not found in source tree] #49 0x00007febb738a3a8 in g_signal_emit_by_name (instance=instance@entry=0x55ae0eb3a8c0, detailed_signal=detailed_signal@entry=0x7febb8e18d65 "drag-drop") at ../../../../gobject/gsignal.c:3487 [Error: gsignal.c was not found in source tree] #50 0x00007febb8dc1dc7 in gtk_drag_dest_drop (widget=0x55ae0eb3a8c0, context=0x55ae0e736c50, x=219, y=22, time=0) at ././gtk/gtkdnd.c:1666 [Error: gtkdnd.c was not found in source tree] #51 0x00007febb8dc28e8 in gtk_drag_find_widget (callback=0x7febb8dc1cc0 , time=0, y=, x=, info=0x7feb98019160, context=0x55ae0e736c50, widget=0x55ae0eb3a8c0) at ././gtk/gtkdnd.c:1262 [Error: gtkdnd.c was not found in source tree] #52 _gtk_drag_dest_handle_event (toplevel=toplevel@entry=0x55ae0e808490, event=event@entry=0x55ae0fbbf210) at ././gtk/gtkdnd.c:1083 [Error: gtkdnd.c was not found in source tree] #53 0x00007febb8c49353 in gtk_main_do_event (event=) at ././gtk/gtkmain.c:1929 [Error: gtkmain.c was not found in source tree] #54 0x00007febb8747685 in _gdk_event_emit (event=event@entry=0x55ae0fbbf210) at ././gdk/gdkevents.c:73 [Error: gdkevents.c was not found in source tree] #55 0x00007febb87a3e92 in gdk_event_source_dispatch (base=base@entry=0x55ae0e7859d0, callback=, data=) at ././gdk/wayland/gdkeventsource.c:124 [Error: gdkeventsource.c was not found in source tree] #56 0x00007febb9374fb7 in g_main_dispatch (context=0x55ae0e740af0) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #57 g_main_context_dispatch (context=context@entry=0x55ae0e740af0) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #58 0x00007febb93751f0 in g_main_context_iterate (context=context@entry=0x55ae0e740af0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #59 0x00007febb937527c in g_main_context_iteration (context=context@entry=0x55ae0e740af0, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3947 [Error: gmain.c was not found in source tree] #60 0x00007febb7652c4d in g_application_run (application=0x55ae0e7221d0, argc=, argv=) at ../../../../gio/gapplication.c:2401 [Error: gapplication.c was not found in source tree] #61 0x000055ae0dcf4f7c in main (argc=2, argv=0x7fff50459dc8) at ../src/nautilus-main.c:102 97: if (g_getenv ("NAUTILUS_PERSIST") != NULL) 98: { 99: g_application_hold (G_APPLICATION (application)); 100: } 101: 102: retval = g_application_run (G_APPLICATION (application), 103: argc, argv); 104: 105: g_object_unref (application); 106: 107: eel_debug_shut_down ();