#0 0x08093553 in archive_extraction_ready_cb (source_object=0x9867238, result=0x977cf20, user_data=user_data@entry=0x9a231a8) at fr-window.c:6524 6519: 6520: fr_archive_operation_finish (FR_ARCHIVE (source_object), result, &error); 6521: _archive_operation_completed (window, FR_ACTION_EXTRACTING_FILES, error); 6522: 6523: if ((error == NULL) && ask_to_open_destination) { 6524: window->priv->quit_with_progress_dialog = window->priv->batch_mode; 6525: open_progress_dialog_with_open_destination (window); 6526: } 6527: else if ((error == NULL) && ! batch_mode && ! gtk_window_has_toplevel_focus (GTK_WINDOW (window->priv->progress_dialog))) 6528: gtk_window_present (GTK_WINDOW (window)); 6529: #1 0xb6ebe078 in g_simple_async_result_complete (simple=simple@entry=0x977cf20) at /build/buildd/glib2.0-2.37.6/./gio/gsimpleasyncresult.c:777 [Error: /build/buildd/glib2.0-2.37.6/./gio/gsimpleasyncresult.c was not found in source tree] #2 0xb6ebe127 in complete_in_idle_cb_for_thread (_data=_data@entry=0x99c1450) at /build/buildd/glib2.0-2.37.6/./gio/gsimpleasyncresult.c:845 [Error: /build/buildd/glib2.0-2.37.6/./gio/gsimpleasyncresult.c was not found in source tree] #3 0xb6d3d490 in g_idle_dispatch (source=source@entry=0xb4201de8, callback=0xb6ebe100 , user_data=0x99c1450) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:5250 [Error: /build/buildd/glib2.0-2.37.6/./glib/gmain.c was not found in source tree] #4 0xb6d4072e in g_main_dispatch (context=0x976b3d0) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3065 [Error: /build/buildd/glib2.0-2.37.6/./glib/gmain.c was not found in source tree] #5 g_main_context_dispatch (context=context@entry=0x976b3d0) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3641 [Error: /build/buildd/glib2.0-2.37.6/./glib/gmain.c was not found in source tree] #6 0xb6d40ad8 in g_main_context_iterate (context=context@entry=0x976b3d0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3712 [Error: /build/buildd/glib2.0-2.37.6/./glib/gmain.c was not found in source tree] #7 0xb6d40b98 in g_main_context_iteration (context=0x976b3d0, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.37.6/./glib/gmain.c:3773 [Error: /build/buildd/glib2.0-2.37.6/./glib/gmain.c was not found in source tree] #8 0xb6ef2114 in g_application_run (application=0x9767090, argc=argc@entry=4, argv=argv@entry=0xbfc9eda4) at /build/buildd/glib2.0-2.37.6/./gio/gapplication.c:1635 [Error: /build/buildd/glib2.0-2.37.6/./gio/gapplication.c was not found in source tree] #9 0x0805903d in main (argc=4, argv=0xbfc9eda4) at main.c:38 33: bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); 34: bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); 35: textdomain (GETTEXT_PACKAGE); 36: 37: app = fr_application_new (); 38: status = g_application_run (G_APPLICATION (app), argc, argv); 39: 40: g_object_unref (app); 41: 42: return status; 43: }