gnome-control-center/panels/network
Lubomir Rintel ad0db360e2 network: Fix an assertion failure
Entering the Wi-Fi page without connected to a network trips an
assertion failure:

  (gnome-control-center:14943): nm-CRITICAL **: 16:36:16.732: nm_access_point_get_frequency: assertion 'NM_IS_ACCESS_POINT(ap)' failed

  Thread 1 "gnome-control-c" received signal SIGTRAP, Trace/breakpoint trap.
  0x00007ffff7c8ee51 in g_logv () from /lib64/libglib-2.0.so.0
  (gdb) bt
  #0  0x00007ffff7c8ee51 in g_logv () at /lib64/libglib-2.0.so.0
  #1  0x00007ffff7c8f0d3 in g_log () at /lib64/libglib-2.0.so.0
  #2  0x00007ffff63b7b8a in nm_access_point_get_frequency () at /lib64/libnm.so.0
  #3  0x00000000005965b1 in connect_details_page (self=0x4658210) at ../panels/network/connection-editor/ce-page-details.c:264
  #4  0x0000000000597f9e in ce_page_details_new (connection=0xfbde70, device=0xd52360, ap=0x0, editor=0x50a4350) at ../panels/network/connection-editor/ce-page-details.c:570
  #5  0x0000000000593273 in net_connection_editor_set_connection (self=0x50a4350, connection=0x7fffcc096770) at ../panels/network/connection-editor/net-connection-editor.c:522
  #6  0x0000000000593f7d in net_connection_editor_new (connection=0x7fffcc096770, device=0xd52360, ap=0x0, client=0xd3a0c0) at ../panels/network/connection-editor/net-connection-editor.c:790
  #7  0x0000000000582b16 in show_details_for_row (self=0xcc3040, row=0x46587b0, list=0x4273b40) at ../panels/network/net-device-wifi.c:987
  #8  0x00007ffff7d83845 in g_cclosure_marshal_VOID__OBJECTv () at /lib64/libgobject-2.0.so.0
  #9  0x00007ffff7da1b79 in g_signal_emit_valist () at /lib64/libgobject-2.0.so.0
  #10 0x00007ffff7da1eb8 in g_signal_emit_by_name () at /lib64/libgobject-2.0.so.0
  #11 0x000000000058d41f in on_row_configured_cb (self=0x4273b40, row=0x46587b0) at ../panels/network/cc-wifi-connection-list.c:251
  #12 0x00007ffff7da1b79 in g_signal_emit_valist () at /lib64/libgobject-2.0.so.0
  #13 0x00007ffff7da1eb8 in g_signal_emit_by_name () at /lib64/libgobject-2.0.so.0
  #14 0x000000000058c4c4 in configure_clicked_cb (self=0x46587b0) at ../panels/network/cc-wifi-connection-row.c:513
  #15 0x00007ffff7da1b79 in g_signal_emit_valist () at /lib64/libgobject-2.0.so.0
  #16 0x00007ffff7da1cb3 in g_signal_emit () at /lib64/libgobject-2.0.so.0
  ...
2022-09-22 09:22:12 +00:00
..
connection-editor network: Fix an assertion failure 2022-09-22 09:22:12 +00:00
icons Add individual app icons 2022-01-31 14:08:22 +00:00
wireless-security network: Fix 802.1x TLS file chooser filters 2022-08-23 10:28:19 +00:00
cc-network-panel.c network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
cc-network-panel.h network: Merge together methods 2019-11-06 10:16:40 +13:00
cc-network-panel.ui network: Show VPN empty state by default 2022-08-12 01:32:15 +00:00
cc-qr-code.c network: Fix a possible memory leak in QR code 2022-02-12 21:47:07 +00:00
cc-qr-code.h wifi: Use Paintables for QR code 2022-01-20 19:06:22 +05:30
cc-wifi-connection-list.c wifi: Fix bug in Known Wi-Fi Networks dialog 2022-08-03 11:05:16 +00:00
cc-wifi-connection-list.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-connection-row.c wifi: Allow accessing settings of known wifi networks 2022-07-06 19:34:56 +00:00
cc-wifi-connection-row.h wifi: Allow accessing settings of known wifi networks 2022-07-06 19:34:56 +00:00
cc-wifi-connection-row.ui Make buttons in actions rows and header flat 2022-06-01 02:17:13 +00:00
cc-wifi-hotspot-dialog.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-hotspot-dialog.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-wifi-hotspot-dialog.ui Make the network settings panel more screen reader friendly 2022-05-10 21:26:05 +00:00
cc-wifi-panel.c network: fix line break issues 2022-06-20 01:24:25 +00:00
cc-wifi-panel.h network: Use #pragma once on headers 2018-11-05 08:33:22 -02:00
cc-wifi-panel.ui Make the network settings panel more screen reader friendly 2022-05-10 21:26:05 +00:00
gnome-network-panel.desktop.in.in Add individual app icons 2022-01-31 14:08:22 +00:00
gnome-wifi-panel.desktop.in.in network: Add "hotspot" keyword to the WiFi panel 2019-05-14 01:55:59 +00:00
lock-small-symbolic.svg network: Minimize small symbolic icons 2022-01-24 20:07:52 +00:00
meson.build Add individual app icons 2022-01-31 14:08:22 +00:00
net-device-bluetooth.c network: Replace deprecated nm_client_deactivate_connection 2022-06-20 02:29:39 +00:00
net-device-bluetooth.h network: Use AdwActionRow for NetDeviceBluetooth 2022-02-04 17:54:25 +00:00
net-device-ethernet.c network: Replace deprecated nm_device_disconnect 2022-06-20 02:29:39 +00:00
net-device-ethernet.h network: Use AdwPreferences{Page,Group} for network panel 2022-02-04 17:54:25 +00:00
net-device-mobile.c network: Replace deprecated nm_client_deactivate_connection 2022-06-20 02:29:39 +00:00
net-device-mobile.h network: Convert NetDeviceEthernet, NetDeviceBluetooth and NetDeviceMobile to GtkTemplate 2019-11-06 10:40:23 +13:00
net-device-wifi.c wifi: Fix bug in Known Wi-Fi Networks dialog 2022-08-03 11:05:16 +00:00
net-device-wifi.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-proxy.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-proxy.h network: Port to GTK4 2021-12-14 22:34:21 -03:00
net-vpn.c network: Fix VPN with unescaped ampersand 2022-07-20 17:53:11 +00:00
net-vpn.h network: Use AdwActionRow and GtkListBox for vpn list 2022-02-04 17:54:25 +00:00
network-bluetooth.ui network: Use AdwActionRow for NetDeviceBluetooth 2022-02-04 17:54:25 +00:00
network-dialogs.c network: Port to GTK4 2021-12-14 22:34:21 -03:00
network-dialogs.h network: Use #pragma once on headers 2018-11-05 08:33:22 -02:00
network-ethernet.ui Make buttons in actions rows and header flat 2022-06-01 02:17:13 +00:00
network-mobile.ui Make the network settings panel more screen reader friendly 2022-05-10 21:26:05 +00:00
network-proxy.ui Make buttons in actions rows and header flat 2022-06-01 02:17:13 +00:00
network-vpn.ui Make buttons in actions rows and header flat 2022-06-01 02:17:13 +00:00
network-wifi.ui network-wifi: Use ListBox in popover 2022-06-01 02:17:13 +00:00
network.gresource.xml Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
panel-common.c Network: Show all IPv6 addresses for an interface 2021-05-12 14:17:52 +12:00
panel-common.h Network: Show all IPv6 addresses for an interface 2021-05-12 14:17:52 +12:00
qrcodegen.c wifi: Add HotSpot QR code support 2020-08-05 14:25:51 +05:30
qrcodegen.h wifi: Add HotSpot QR code support 2020-08-05 14:25:51 +05:30
ui-helpers.c network: Move common code to common location 2019-11-27 22:05:46 +00:00
ui-helpers.h network: Move common code to common location 2019-11-27 22:05:46 +00:00
warning-small-symbolic.svg network: Minimize small symbolic icons 2022-01-24 20:07:52 +00:00
wifi-panel.css network: Fix QR code with dark theme 2022-02-11 17:24:52 +00:00