#0 0x00007fe909d63bf4 in g_file_make_directory_with_parents (file=file@entry=0x1654360, cancellable=cancellable@entry=0x7fe8fc005060, error=error@entry=0x7fff87ea8ee8) at /build/buildd/glib2.0-2.33.8/./gio/gfile.c:3383 [Error: /build/buildd/glib2.0-2.33.8/./gio/gfile.c was not found in source tree] #1 0x00007fe8ea84f152 in gcm_profile_store_mkdir_with_parents (error=0x7fff87ea8ee8, cancellable=0x7fe8fc005060, filename=0x164daa0 "/var/lib/lightdm/.local/share/icc") at gcm-profile-store.c:428 423: gboolean ret; 424: GFile *file; 425: 426: /* ensure destination exists */ 427: file = g_file_new_for_path (filename); 428: ret = g_file_make_directory_with_parents (file, cancellable, error); 429: g_object_unref (file); 430: 431: return ret; 432: } 433: #2 gcm_profile_store_search (profile_store=0x7fe8f800ea00) at gcm-profile-store.c:443 438: gboolean ret; 439: GError *error = NULL; 440: 441: /* get Linux per-user profiles */ 442: path = g_build_filename (g_get_user_data_dir (), "icc", NULL); 443: ret = gcm_profile_store_mkdir_with_parents (path, 444: profile_store->priv->cancellable, 445: &error); 446: if (!ret && 447: !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { 448: g_warning ("failed to create directory on startup: %s", error->message); #3 0x00007fe8ea851815 in gcm_session_client_connect_cb (source_object=, res=0x164ff30, user_data=user_data@entry=0x164fd70) at gsd-color-manager.c:1609 1604: goto out; 1605: } 1606: #endif 1607: 1608: /* add profiles */ 1609: gcm_profile_store_search (priv->profile_store); 1610: 1611: /* add screens */ 1612: gnome_rr_screen_refresh (priv->x11_screen, &error); 1613: if (error != NULL) { 1614: g_warning ("failed to refresh: %s", error->message); #4 0x00007fe909d8f44e in g_simple_async_result_complete (simple=0x164ff30) at /build/buildd/glib2.0-2.33.8/./gio/gsimpleasyncresult.c:775 [Error: /build/buildd/glib2.0-2.33.8/./gio/gsimpleasyncresult.c was not found in source tree] #5 0x00007fe909d8f57c in complete_in_idle_cb (data=0x164ff30) at /build/buildd/glib2.0-2.33.8/./gio/gsimpleasyncresult.c:787 [Error: /build/buildd/glib2.0-2.33.8/./gio/gsimpleasyncresult.c was not found in source tree] #6 0x00007fe90981dcd5 in g_main_dispatch (context=0x152e840) at /build/buildd/glib2.0-2.33.8/./glib/gmain.c:2707 [Error: /build/buildd/glib2.0-2.33.8/./glib/gmain.c was not found in source tree] #7 g_main_context_dispatch (context=context@entry=0x152e840) at /build/buildd/glib2.0-2.33.8/./glib/gmain.c:3211 [Error: /build/buildd/glib2.0-2.33.8/./glib/gmain.c was not found in source tree] #8 0x00007fe90981e008 in g_main_context_iterate (context=0x152e840, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.33.8/./glib/gmain.c:3282 [Error: /build/buildd/glib2.0-2.33.8/./glib/gmain.c was not found in source tree] #9 0x00007fe90981e402 in g_main_loop_run (loop=0x156aa40) at /build/buildd/glib2.0-2.33.8/./glib/gmain.c:3476 [Error: /build/buildd/glib2.0-2.33.8/./glib/gmain.c was not found in source tree] #10 0x00007fe90a21fd45 in gtk_main () at /build/buildd/gtk+3.0-3.5.10/./gtk/gtkmain.c:1162 [Error: /build/buildd/gtk+3.0-3.5.10/./gtk/gtkmain.c was not found in source tree] #11 0x0000000000403861 in main (argc=1, argv=0x7fff87ea91b8) at main.c:464 459: 460: if (do_timed_exit) { 461: g_timeout_add_seconds (30, (GSourceFunc) timed_exit_cb, NULL); 462: } 463: 464: gtk_main (); 465: 466: g_debug ("Shutting down"); 467: 468: out: 469: if (name_id > 0) {