#0 thunar_shortcuts_model_set_busy (model=0x0, device=0x7f9946ce8610, busy=0) at thunar-shortcuts-model.c:2109 2104: 2105: _thunar_return_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model)); 2106: _thunar_return_if_fail (THUNAR_IS_DEVICE (device)); 2107: 2108: /* get the device */ 2109: for (lp = model->shortcuts, idx = 0; lp != NULL; lp = lp->next, idx++) 2110: if (THUNAR_SHORTCUT (lp->data)->device == device) 2111: break; 2112: 2113: if (lp == NULL) 2114: return; #1 0x00007f9944ca8740 in thunar_browser_poke_device_file_finish (location=, file=, error=, user_data=0x7f99470cdb50) at thunar-browser.c:549 544: _thunar_return_if_fail (THUNAR_IS_BROWSER (poke_data->browser)); 545: _thunar_return_if_fail (THUNAR_IS_DEVICE (poke_data->device)); 546: 547: if (poke_data->func != NULL) 548: { 549: (poke_data->func) (poke_data->browser, poke_data->device, file, error, 550: poke_data->user_data); 551: } 552: 553: thunar_browser_poke_device_data_free (poke_data); 554: } #2 0x00007f9944cb945a in thunar_file_get_async_finish (object=, result=, user_data=0x7f990c003d80) at thunar-file.c:1007 1002: #endif 1003: g_hash_table_insert (file_cache, g_object_ref (file->gfile), file); 1004: G_UNLOCK (file_cache_mutex); 1005: 1006: /* pass the loaded file and possible errors to the return function */ 1007: (data->func) (location, file, error, data->user_data); 1008: 1009: /* release the file, see description in ThunarFileGetFunc */ 1010: g_object_unref (file); 1011: 1012: /* free the error, if there is any */ #3 0x00007f9941dc51d7 in g_simple_async_result_complete (simple=0x7f99340a46e0) at /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c:777 [Error: /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c was not found in source tree] #4 0x00007f9938b573f8 in _g_simple_async_result_complete_with_cancellable (result=result@entry=0x7f99340a46e0, cancellable=) at gvfsdaemondbus.c:736 [Error: gvfsdaemondbus.c was not found in source tree] #5 0x00007f9938b4d3d5 in query_info_async_cb (proxy=, res=, user_data=0x7f99471b87b0) at gdaemonfile.c:910 [Error: gdaemonfile.c was not found in source tree] #6 0x00007f9941dc51d7 in g_simple_async_result_complete (simple=0x7f99340a5470) at /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c:777 [Error: /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c was not found in source tree] #7 0x00007f9941e2043a in reply_cb (connection=, res=, user_data=0x7f99340a5470) at /build/buildd/glib2.0-2.36.0/./gio/gdbusproxy.c:2632 [Error: /build/buildd/glib2.0-2.36.0/./gio/gdbusproxy.c was not found in source tree] #8 0x00007f9941dc51d7 in g_simple_async_result_complete (simple=0x7f9946c41aa0) at /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c:777 [Error: /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c was not found in source tree] #9 0x00007f9941e168a2 in g_dbus_connection_call_done (source=, result=, user_data=0x7f9946f85b60) at /build/buildd/glib2.0-2.36.0/./gio/gdbusconnection.c:5339 [Error: /build/buildd/glib2.0-2.36.0/./gio/gdbusconnection.c was not found in source tree] #10 0x00007f9941dc51d7 in g_simple_async_result_complete (simple=0x7f99340a4750) at /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c:777 [Error: /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c was not found in source tree] #11 0x00007f9941dc52d9 in complete_in_idle_cb (data=) at /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c:789 [Error: /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c was not found in source tree] #12 0x00007f9941851f05 in g_main_dispatch (context=0x7f9946545080) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3054 [Error: /build/buildd/glib2.0-2.36.0/./glib/gmain.c was not found in source tree] #13 g_main_context_dispatch (context=context@entry=0x7f9946545080) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3630 [Error: /build/buildd/glib2.0-2.36.0/./glib/gmain.c was not found in source tree] #14 0x00007f9941852248 in g_main_context_iterate (context=0x7f9946545080, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3701 [Error: /build/buildd/glib2.0-2.36.0/./glib/gmain.c was not found in source tree] #15 0x00007f99418526ba in g_main_loop_run (loop=0x7f99465587f0) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3895 [Error: /build/buildd/glib2.0-2.36.0/./glib/gmain.c was not found in source tree] #16 0x00007f99436b2fe7 in IA__gtk_main () at /build/buildd/gtk+2.0-2.24.17/gtk/gtkmain.c:1271 [Error: /build/buildd/gtk+2.0-2.24.17/gtk/gtkmain.c was not found in source tree] #17 0x00007f9944ca08f2 in main (argc=1, argv=0x7fff3ebb8268) at main.c:310 305: g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check, 306: g_object_ref (application), g_object_unref); 307: } 308: 309: /* enter the main loop */ 310: gtk_main (); 311: 312: #ifdef HAVE_DBUS 313: if (dbus_service != NULL) 314: g_object_unref (G_OBJECT (dbus_service)); 315: #endif