#0 0xb76fca98 in xfce_desktop_refresh (desktop=desktop@entry=0xb8eff0b8) at xfce-desktop.c:1767 1762: 1763: /* reload backgrounds */ 1764: for(i = 0; i < xfce_desktop_get_n_monitors(desktop); i++) { 1765: XfceBackdrop *backdrop; 1766: 1767: backdrop = xfce_workspace_get_backdrop(desktop->priv->workspaces[current_workspace], i); 1768: 1769: backdrop_changed_cb(backdrop, desktop); 1770: } 1771: 1772: #ifdef ENABLE_DESKTOP_ICONS #1 0xb76fcb1f in style_refresh_cb (w=w@entry=0xb8eff0b8) at xfce-desktop.c:1357 1352: static gboolean 1353: style_refresh_cb(gpointer *w) 1354: { 1355: XfceDesktop *desktop = XFCE_DESKTOP(w); 1356: 1357: xfce_desktop_refresh(desktop); 1358: desktop->priv->style_refresh_timer = 0; 1359: 1360: return FALSE; 1361: } 1362: #2 0xb6abbbf1 in g_timeout_dispatch (source=source@entry=0xb8f076b8, callback=0xb76fcaf0 , user_data=0xb8eff0b8) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:4450 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #3 0xb6abb0b7 in g_main_dispatch (context=0xb8ed4970) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3066 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #4 g_main_context_dispatch (context=context@entry=0xb8ed4970) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3641 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #5 0xb6abb478 in g_main_context_iterate (context=0xb8ed4970, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3712 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #6 0xb6abb77b in g_main_loop_run (loop=loop@entry=0xb8f6b7a8) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3906 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #7 0xb713a420 in IA__gtk_main () at /build/buildd/gtk+2.0-2.24.22/gtk/gtkmain.c:1271 [Error: /build/buildd/gtk+2.0-2.24.22/gtk/gtkmain.c was not found in source tree] #8 0xb76fd3b6 in xfdesktop_application_start (app=0xb8eb4848) at xfdesktop-application.c:703 698: } else { 699: g_warning("Unable to set up POSIX signal handlers: %s", error->message); 700: g_error_free(error); 701: } 702: 703: gtk_main(); 704: 705: /* now that main has started we can release our hold */ 706: g_application_release(G_APPLICATION(app)); 707: } 708: #9 0xb76fd83d in cb_wait_for_window_manager_destroyed (data=0xb8eb0bc0) at xfdesktop-application.c:565 560: DBG("found window manager after %d tries", wfwm->counter); 561: } 562: 563: /* start loading the desktop, hopefully a window manager is found, but it 564: * also works without it */ 565: xfdesktop_application_start(wfwm->app); 566: 567: wait_for_window_manager_cleanup(wfwm); 568: } 569: 570: static void #10 0xb6ab7c68 in g_source_callback_unref (cb_data=0xb8eeb388) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:1559 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #11 0xb6ab870f in g_source_destroy_internal (source=source@entry=0xb8eeb348, context=context@entry=0xb8ed4970, have_lock=have_lock@entry=1) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:1217 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #12 0xb6abb15a in g_main_dispatch (context=0xb8ed4970) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3089 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #13 g_main_context_dispatch (context=context@entry=0xb8ed4970) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3641 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #14 0xb6abb478 in g_main_context_iterate (context=context@entry=0xb8ed4970, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3712 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #15 0xb6abb538 in g_main_context_iteration (context=0xb8ed4970, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.39.90/./glib/gmain.c:3773 [Error: /build/buildd/glib2.0-2.39.90/./glib/gmain.c was not found in source tree] #16 0xb6e834cc in g_application_run (application=0xb8eb4848, argc=argc@entry=1, argv=argv@entry=0xbfbcc8a4) at /build/buildd/glib2.0-2.39.90/./gio/gapplication.c:2113 [Error: /build/buildd/glib2.0-2.39.90/./gio/gapplication.c was not found in source tree] #17 0xb76fe74c in xfdesktop_application_run (app=app@entry=0xb8eb4848, argc=argc@entry=1, argv=argv@entry=0xbfbcc8a4) at xfdesktop-application.c:712 707: } 708: 709: gint 710: xfdesktop_application_run(XfdesktopApplication *app, int argc, char **argv) 711: { 712: return g_application_run(G_APPLICATION(app), argc, argv); 713: } 714: 715: static void 716: xfdesktop_application_shutdown(GApplication *g_application) 717: { #18 0xb76f1d3b in main (argc=1, argv=0xbfbcc8a4) at main.c:86 81: dbus_g_thread_init(); 82: #endif 83: 84: app = xfdesktop_application_get(); 85: 86: ret = xfdesktop_application_run(app, argc, argv); 87: 88: g_object_unref(app); 89: 90: return ret; 91: }