#0 _g_log_abort (breakpoint=1) at ../../../../glib/gmessages.c:554 [Error: gmessages.c was not found in source tree] #1 0x00007f53d135c99c in g_log_default_handler (log_domain=, log_level=, message=, unused_data=) at ../../../../glib/gmessages.c:3051 [Error: gmessages.c was not found in source tree] #2 0x00007f53d135cc2d in g_logv (log_domain=0x7f53d198a758 "GLib-GIO", log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7ffdd6b9ea40) at ../../../../glib/gmessages.c:1341 [Error: gmessages.c was not found in source tree] #3 0x00007f53d135cd9f in g_log (log_domain=log_domain@entry=0x7f53d198a758 "GLib-GIO", log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x7f53d19bab08 "Settings schema '%s' does not contain a key named '%s'") at ../../../../glib/gmessages.c:1403 [Error: gmessages.c was not found in source tree] #4 0x00007f53d197dbd9 in g_settings_schema_get_value (schema=0x7f53b4003370, key=0x7f53afdf96d7 "lid-close-ac-action") at ../../../../gio/gsettingsschema.c:967 [Error: gsettingsschema.c was not found in source tree] #5 0x00007f53d197e21c in g_settings_schema_key_init (key=key@entry=0x7ffdd6b9eba0, schema=0x7f53b4003370, name=name@entry=0x7f53afdf96d7 "lid-close-ac-action") at ../../../../gio/gsettingsschema.c:1246 [Error: gsettingsschema.c was not found in source tree] #6 0x00007f53d198203b in g_settings_get_enum (settings=0x7f53b0006660, key=key@entry=0x7f53afdf96d7 "lid-close-ac-action") at ../../../../gio/gsettings.c:1344 [Error: gsettings.c was not found in source tree] #7 0x00007f53afdf18ec in setup_lid_closed_action (manager=0x560f838dc150) at gsd-power-manager.c:2078 2073: GsdPowerActionType policy; 2074: 2075: if (up_client_get_on_battery (manager->priv->up_client)) { 2076: policy = g_settings_get_enum (manager->priv->settings, "lid-close-battery-action"); 2077: } else { 2078: policy = g_settings_get_enum (manager->priv->settings, "lid-close-ac-action"); 2079: } 2080: 2081: if (policy == GSD_POWER_ACTION_NOTHING) { 2082: inhibit_lid_switch (manager); 2083: manager->priv->inhibit_lid_switch_action = TRUE; #8 0x00007f53afdf58bb in gsd_power_manager_start (manager=0x560f838dc150, error=error@entry=0x7ffdd6b9ecb0) at gsd-power-manager.c:3360 3355: manager->priv->xscreensaver_watchdog_timer_id = gsd_power_enable_screensaver_watchdog (); 3356: 3357: /* don't blank inside a VM */ 3358: manager->priv->is_virtual_machine = gsd_power_is_hardware_a_vm (); 3359: 3360: setup_lid_closed_action (manager); 3361: gnome_settings_profile_end (NULL); 3362: return TRUE; 3363: } 3364: 3365: void #9 0x00007f53afdf5e9e in impl_activate (plugin=0x7f53b4006ad0) at gsd-power-plugin.c:29 24: #include 25: 26: #include "gnome-settings-plugin.h" 27: #include "gsd-power-manager.h" 28: 29: GNOME_SETTINGS_PLUGIN_REGISTER (GsdPower, gsd_power) #10 0x0000560f8357eaa7 in _activate_plugin (info=0x560f838abba0) at gnome-settings-plugin-info.c:408 403: if (info->priv->plugin == NULL) { 404: res = load_plugin_module (info); 405: } 406: 407: if (res) { 408: gnome_settings_plugin_activate (info->priv->plugin); 409: g_signal_emit (info, signals [ACTIVATED], 0); 410: } else { 411: g_warning ("Error activating plugin '%s'", info->priv->name); 412: } 413: #11 gnome_settings_plugin_info_activate (info=info@entry=0x560f838abba0) at gnome-settings-plugin-info.c:431 426: 427: if (info->priv->active) { 428: return TRUE; 429: } 430: 431: if (_activate_plugin (info)) { 432: info->priv->active = TRUE; 433: return TRUE; 434: } 435: 436: return FALSE; #12 0x0000560f8357d7a5 in maybe_activate_plugin (info=0x560f838abba0, user_data=) at gnome-settings-manager.c:110 105: static void 106: maybe_activate_plugin (GnomeSettingsPluginInfo *info, gpointer user_data) 107: { 108: if (gnome_settings_plugin_info_get_enabled (info)) { 109: gboolean res; 110: res = gnome_settings_plugin_info_activate (info); 111: if (res) { 112: g_debug ("Plugin %s: active", gnome_settings_plugin_info_get_location (info)); 113: } else { 114: g_debug ("Plugin %s: activation failed", gnome_settings_plugin_info_get_location (info)); 115: } #13 0x00007f53d13746ad in g_slist_foreach (list=, func=func@entry=0x560f8357d790 , user_data=user_data@entry=0x0) at ../../../../glib/gslist.c:880 [Error: gslist.c was not found in source tree] #14 0x0000560f8357dcda in _load_all (manager=0x7f53b00078a0) at gnome-settings-manager.c:342 337: 338: /* load system plugins */ 339: _load_dir (manager, GNOME_SETTINGS_PLUGINDIR G_DIR_SEPARATOR_S); 340: 341: manager->priv->plugins = g_slist_sort (manager->priv->plugins, (GCompareFunc) compare_priority); 342: g_slist_foreach (manager->priv->plugins, (GFunc) maybe_activate_plugin, NULL); 343: gnome_settings_profile_end (NULL); 344: } 345: 346: static void 347: _unload_plugin (GnomeSettingsPluginInfo *info, gpointer user_data) #15 gnome_settings_manager_start (manager=0x7f53b00078a0, error=) at gnome-settings-manager.c:443 438: 439: gnome_settings_profile_start ("initializing plugins"); 440: manager->priv->settings = g_settings_new (DEFAULT_SETTINGS_PREFIX ".plugins"); 441: manager->priv->whitelist = g_settings_get_strv (manager->priv->settings, "whitelisted-plugins"); 442: 443: _load_all (manager); 444: gnome_settings_profile_end ("initializing plugins"); 445: 446: ret = TRUE; 447: out: 448: gnome_settings_profile_end (NULL); #16 0x0000560f8357d196 in start_settings_manager () at main.c:154 149: g_warning ("Unable to register object"); 150: gtk_main_quit (); 151: } 152: 153: error = NULL; 154: res = gnome_settings_manager_start (manager, &error); 155: if (! res) { 156: g_warning ("Unable to start: %s", error->message); 157: g_error_free (error); 158: gtk_main_quit (); 159: } #17 name_acquired_handler (connection=, name=, user_data=) at main.c:358 353: 354: proxy = G_DBUS_PROXY (gnome_settings_bus_get_session_proxy ()); 355: #ifdef HAVE_IBUS 356: set_legacy_ibus_env_vars (proxy); 357: #endif 358: start_settings_manager (); 359: register_with_gnome_session (proxy); 360: watch_for_term_signal (manager); 361: } 362: 363: static void #18 0x00007f53d1939cd6 in do_call (client=0x560f838a2330, call_type=CALL_TYPE_NAME_ACQUIRED) at ../../../../gio/gdbusnameowning.c:215 [Error: gdbusnameowning.c was not found in source tree] #19 0x00007f53d1939f18 in request_name_cb (source_object=, res=, user_data=0x560f838a2330) at ../../../../gio/gdbusnameowning.c:334 [Error: gdbusnameowning.c was not found in source tree] #20 0x00007f53d18fe203 in g_task_return_now (task=0x560f838acb70) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #21 0x00007f53d18fec26 in g_task_return (task=0x560f838acb70, type=) at ../../../../gio/gtask.c:1203 [Error: gtask.c was not found in source tree] #22 0x00007f53d1931cd2 in g_dbus_connection_call_done (source=, result=0x560f838acc40, user_data=0x560f838acb70) at ../../../../gio/gdbusconnection.c:5722 [Error: gdbusconnection.c was not found in source tree] #23 0x00007f53d18fe203 in g_task_return_now (task=0x560f838acc40) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #24 0x00007f53d18fe239 in complete_in_idle_cb (task=0x560f838acc40) at ../../../../gio/gtask.c:1159 [Error: gtask.c was not found in source tree] #25 0x00007f53d1355e25 in g_main_dispatch (context=0x560f83867140) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #26 g_main_context_dispatch (context=context@entry=0x560f83867140) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #27 0x00007f53d13561f0 in g_main_context_iterate (context=0x560f83867140, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #28 0x00007f53d1356502 in g_main_loop_run (loop=0x560f838ac540) at ../../../../glib/gmain.c:4082 [Error: gmain.c was not found in source tree] #29 0x00007f53d1e3f435 in gtk_main () at ././gtk/gtkmain.c:1322 [Error: gtkmain.c was not found in source tree] #30 0x0000560f8357cb0b in main (argc=, argv=) at main.c:483 478: g_timeout_add_seconds (30, (GSourceFunc) timed_exit_cb, NULL); 479: } 480: 481: gsd_idle_monitor_init_dbus (replace); 482: 483: gtk_main (); 484: 485: g_debug ("Shutting down"); 486: 487: if (name_id > 0) { 488: g_bus_unown_name (name_id);