#0 0x00007f544996c9eb in g_logv () at /tmp/apport_sandbox_Enoh9y/lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x00007f544996cb5f in g_log () at /tmp/apport_sandbox_Enoh9y/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007f5449f4301f in g_settings_set_property () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #3 0x00007f5449c426a3 in g_object_new_internal () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #4 0x00007f5449c441b5 in g_object_new_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #5 0x00007f5449c44521 in g_object_new () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #6 0x000000000053e889 in _get_ca_ignore_settings (uuid=) at eap-method.c:122 117: { 118: GSettings *settings; 119: char *path = NULL; 120: 121: path = g_strdup_printf ("/org/gnome/nm-applet/eap/%s/", uuid); 122: settings = g_settings_new_with_path ("org.gnome.nm-applet.eap", path); 123: g_free (path); 124: 125: return settings; 126: } 127: #7 0x000000000053f333 in eap_method_nag_init (phase2=0, uuid=) at eap-method.c:217 212: const char *key; 213: gboolean ignore = FALSE; 214: 215: g_return_val_if_fail (uuid != NULL, FALSE); 216: 217: settings = _get_ca_ignore_settings (uuid); 218: 219: key = phase2 ? "ignore-phase2-ca-cert" : "ignore-ca-cert"; 220: ignore = g_settings_get_boolean (settings, key); 221: 222: g_object_unref (settings); #8 0x000000000053f333 in eap_method_nag_init (method=method@entry=0x2aa6c10, ca_cert_chooser=ca_cert_chooser@entry=0x5667fa "eap_tls_ca_cert_button", connection=connection@entry=0x29a7650) at eap-method.c:258 253: g_assert (s_con); 254: uuid = nm_setting_connection_get_uuid (s_con); 255: g_assert (uuid); 256: 257: /* Figure out if the user wants to ignore missing CA cert */ 258: method->ignore_ca_cert = _get_ignore_ca_cert (uuid, method->phase2); 259: } 260: 261: info = g_malloc0 (sizeof (NagDialogResponseInfo)); 262: info->method = method; 263: info->connection = connection; #9 0x000000000053d17c in eap_method_tls_new (ws_parent=ws_parent@entry=0x2a910a0, connection=connection@entry=0x29a7650, phase2=phase2@entry=0, secrets_only=secrets_only@entry=0) at eap-method-tls.c:436 431: return NULL; 432: 433: method = (EAPMethodTLS *) parent; 434: method->new_connection = secrets_only ? FALSE : TRUE; 435: 436: eap_method_nag_init (parent, "eap_tls_ca_cert_button", connection); 437: 438: if (connection) 439: s_8021x = nm_connection_get_setting_802_1x (connection); 440: 441: widget = GTK_WIDGET (gtk_builder_get_object (parent->builder, "eap_tls_identity_entry")); #10 0x00000000005354c4 in ws_802_1x_auth_combo_init (sec=sec@entry=0x2a910a0, combo_name=combo_name@entry=0x564c15 "wpa_eap_auth_combo", combo_label=combo_label@entry=0x565e4f "wpa_eap_auth_label", auth_combo_changed_cb=auth_combo_changed_cb@entry=0x537b00 , connection=connection@entry=0x29a7650, is_editor=is_editor@entry=1, secrets_only=0) at wireless-security.c:394 389: if (default_method && (active < 0) && !strcmp (default_method, "md5")) 390: active = item; 391: item++; 392: } 393: 394: em_tls = eap_method_tls_new (sec, connection, FALSE, secrets_only); 395: gtk_list_store_append (auth_model, &iter); 396: gtk_list_store_set (auth_model, &iter, 397: AUTH_NAME_COLUMN, _("TLS"), 398: AUTH_METHOD_COLUMN, em_tls, 399: -1); #11 0x0000000000537c19 in ws_wpa_eap_new (connection=0x29a7650, is_editor=is_editor@entry=1, secrets_only=secrets_only@entry=0) at ws-wpa-eap.c:128 123: return NULL; 124: 125: parent->nag_user = nag_user; 126: parent->adhoc_compatible = FALSE; 127: 128: widget = ws_802_1x_auth_combo_init (parent, 129: "wpa_eap_auth_combo", 130: "wpa_eap_auth_label", 131: (GCallback) auth_combo_changed_cb, 132: connection, 133: is_editor, #12 0x0000000000529393 in finish_setup (page=0x2933630, unused=, error=, user_data=) at ce-page-8021x-security.c:73 68: vbox = GTK_WIDGET (gtk_builder_get_object (CE_PAGE (page)->builder, "vbox")); 69: heading = GTK_WIDGET (gtk_builder_get_object (CE_PAGE (page)->builder, "heading_sec")); 70: 71: page->group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); 72: 73: page->security = (WirelessSecurity *) ws_wpa_eap_new (CE_PAGE (page)->connection, TRUE, FALSE); 74: if (!page->security) { 75: g_warning ("Could not load 802.1x user interface."); 76: return; 77: } 78: #13 0x00007f5449c3cfa5 in g_closure_invoke () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #14 0x00007f5449c4efc1 in signal_emit_unlocked_R () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #15 0x00007f5449c57d5c in g_signal_emit_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #16 0x00007f5449c5808f in g_signal_emit () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #17 0x0000000000533887 in ce_page_complete_init (error=0x0, page=0x2933630) at ce-page.c:260 255: static void 256: emit_initialized (CEPage *page, 257: GError *error) 258: { 259: page->initialized = TRUE; 260: g_signal_emit (page, signals[INITIALIZED], 0, error); 261: } 262: 263: void 264: ce_page_complete_init (CEPage *page, 265: const gchar *setting_name, #18 0x0000000000533887 in ce_page_complete_init (page=page@entry=0x2933630, setting_name=setting_name@entry=0x0, secrets=secrets@entry=0x0, error=error@entry=0x0) at ce-page.c:294 289: 290: if (nm_connection_update_secrets (page->connection, 291: setting_name, 292: secrets, 293: &update_error)) { 294: emit_initialized (page, NULL); 295: return; 296: } 297: 298: if (!update_error) { 299: g_set_error_literal (&update_error, NM_CONNECTION_ERROR, NM_CONNECTION_ERROR_UNKNOWN, #19 0x00000000005174de in net_connection_editor_set_connection (editor=editor@entry=0x2933480, connection=connection@entry=0x2973160) at net-connection-editor.c:563 558: CEPage *page = l->data; 559: const gchar *security_setting; 560: 561: security_setting = ce_page_get_security_setting (page); 562: if (!security_setting || editor->is_new_connection) { 563: ce_page_complete_init (page, NULL, NULL, NULL); 564: } else { 565: get_secrets_for_page (editor, page, security_setting); 566: } 567: } 568: g_slist_free (pages); #20 0x0000000000518550 in net_connection_editor_new (parent_window=0x24fe5d0, connection=connection@entry=0x2973160, device=device@entry=0x28ad9f0, ap=ap@entry=0x0, client=client@entry=0x220cc40, settings=settings@entry=0x2914490) at net-connection-editor.c:927 922: editor->can_modify = nm_client_get_permission_result (client, NM_CLIENT_PERMISSION_SETTINGS_MODIFY_SYSTEM); 923: editor->permission_id = g_signal_connect (editor->client, "permission-changed", 924: G_CALLBACK (permission_changed), editor); 925: 926: if (connection) 927: net_connection_editor_set_connection (editor, connection); 928: else 929: net_connection_editor_add_connection (editor); 930: 931: return editor; 932: } #21 0x000000000052119c in show_details (button=, device=0x7f54100073d0, title=0x7f545195d932 ) at net-device-ethernet.c:265 260: connection = NM_CONNECTION (g_object_get_data (G_OBJECT (row), "connection")); 261: 262: nmdev = net_device_get_nm_device (NET_DEVICE (device)); 263: client = net_object_get_client (NET_OBJECT (device)); 264: settings = net_object_get_remote_settings (NET_OBJECT (device)); 265: editor = net_connection_editor_new (GTK_WINDOW (window), connection, nmdev, NULL, client, settings); 266: if (title) 267: net_connection_editor_set_title (editor, title); 268: g_signal_connect (editor, "done", G_CALLBACK (editor_done), device); 269: net_connection_editor_run (editor); 270: } #22 0x00007f5449c3d1d4 in _g_closure_invoke_va () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #23 0x00007f5449c579a6 in g_signal_emit_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #24 0x00007f5449c5808f in g_signal_emit () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #25 0x00007f544b3d10ad in gtk_button_do_release (button=0x2955200, emit_clicked=) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkbutton.c:1843 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkbutton.c was not found in source tree] #26 0x00007f544b3d1115 in gtk_real_button_released (button=0x2955200) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkbutton.c:1961 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkbutton.c was not found in source tree] #27 0x00007f5449c3cfa5 in g_closure_invoke () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #28 0x00007f5449c4eafc in signal_emit_unlocked_R () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #29 0x00007f5449c57d5c in g_signal_emit_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #30 0x00007f5449c5808f in g_signal_emit () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #31 0x00007f544b3cf500 in multipress_released_cb (gesture=0x295d1c0, n_press=, x=, y=, widget=0x2955200) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkbutton.c:666 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkbutton.c was not found in source tree] #32 0x00007f5438161e40 in ffi_call_unix64 () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libffi.so.6 #33 0x00007f54381618ab in ffi_call () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libffi.so.6 #34 0x00007f5449c3dcf5 in g_cclosure_marshal_generic_va () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #35 0x00007f5449c3d1d4 in _g_closure_invoke_va () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #36 0x00007f5449c579a6 in g_signal_emit_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #37 0x00007f5449c5808f in g_signal_emit () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #38 0x00007f544b485181 in gtk_gesture_multi_press_end (gesture=0x295d1c0, sequence=) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesturemultipress.c:282 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesturemultipress.c was not found in source tree] #39 0x00007f5449c3fdbe in g_cclosure_marshal_VOID__BOXEDv () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #40 0x00007f5449c3d1d4 in _g_closure_invoke_va () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #41 0x00007f5449c579a6 in g_signal_emit_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #42 0x00007f5449c5808f in g_signal_emit () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #43 0x00007f544b4824de in _gtk_gesture_check_recognized (sequence=0x0, recognized=0, gesture=0x295d1c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesture.c:345 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesture.c was not found in source tree] #44 0x00007f544b4824de in _gtk_gesture_check_recognized (gesture=gesture@entry=0x295d1c0, sequence=sequence@entry=0x0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesture.c:386 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesture.c was not found in source tree] #45 0x00007f544b483b1b in gtk_gesture_handle_event (controller=0x295d1c0, event=0x29336c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesture.c:777 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesture.c was not found in source tree] #46 0x00007f544b486705 in gtk_gesture_single_handle_event (controller=0x295d1c0, event=0x29336c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesturesingle.c:221 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkgesturesingle.c was not found in source tree] #47 0x00007f544b45640b in gtk_event_controller_handle_event (controller=0x295d1c0, event=event@entry=0x29336c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkeventcontroller.c:230 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkeventcontroller.c was not found in source tree] #48 0x00007f544b60de4b in _gtk_widget_run_controllers (widget=0x2955200, event=0x29336c0, phase=GTK_PHASE_BUBBLE) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkwidget.c:7330 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkwidget.c was not found in source tree] #49 0x00007f544b4cc98a in _gtk_marshal_BOOLEAN__BOXEDv (closure=0x1ffe5c0, return_value=0x7ffcec36d2d0, instance=, args=, marshal_data=, n_params=, param_types=0x1ffe5f0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmarshalers.c:131 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmarshalers.c was not found in source tree] #50 0x00007f5449c3d1d4 in _g_closure_invoke_va () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #51 0x00007f5449c574b8 in g_signal_emit_valist () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #52 0x00007f5449c5808f in g_signal_emit () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #53 0x00007f544b60ffcc in gtk_widget_event_internal (widget=0x2955200, event=0x29336c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkwidget.c:7705 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkwidget.c was not found in source tree] #54 0x00007f544b4c9b1e in propagate_event (topmost=, event=, widget=0x2955200) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmain.c:2555 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmain.c was not found in source tree] #55 0x00007f544b4c9b1e in propagate_event (widget=, event=0x29336c0, captured=, topmost=0x0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmain.c:2657 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmain.c was not found in source tree] #56 0x00007f544b4cba0c in gtk_main_do_event (event=0x29336c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmain.c:1878 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gtk/gtkmain.c was not found in source tree] #57 0x00007f544aff7585 in _gdk_event_emit (event=event@entry=0x29336c0) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gdk/gdkevents.c:73 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gdk/gdkevents.c was not found in source tree] #58 0x00007f544b024632 in gdk_event_source_dispatch (source=, callback=, user_data=) at /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gdk/x11/gdkeventsource.c:367 [Error: /build/gtk+3.0-_oCaBb/gtk+3.0-3.20.6/./gdk/x11/gdkeventsource.c was not found in source tree] #59 0x00007f5449966127 in g_main_context_dispatch () at /tmp/apport_sandbox_Enoh9y/lib/x86_64-linux-gnu/libglib-2.0.so.0 #60 0x00007f5449966380 in g_main_context_iterate.isra () at /tmp/apport_sandbox_Enoh9y/lib/x86_64-linux-gnu/libglib-2.0.so.0 #61 0x00007f544996642c in g_main_context_iteration () at /tmp/apport_sandbox_Enoh9y/lib/x86_64-linux-gnu/libglib-2.0.so.0 #62 0x00007f5449f2dccd in g_application_run () at /tmp/apport_sandbox_Enoh9y/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #63 0x000000000044d9b8 in main (argc=2, argv=0x7ffcec36d828) at main.c:60 55: #ifdef HAVE_CHEESE 56: cheese_gtk_init (&argc, &argv); 57: #endif /* HAVE_CHEESE */ 58: 59: application = cc_application_new (); 60: status = g_application_run (G_APPLICATION (application), argc, argv); 61: 62: g_object_unref (application); 63: 64: return status; 65: }