- 27 May, 2022 2 commits
-
-
Robert Ancell authored
-
Robert Ancell authored
-
- 26 May, 2022 9 commits
-
-
Norbert Pfeiler authored
It was apparent when selecting the text, as the text is right aligned. »AMD® Ryzen threadripper 1950x 16-core processor × 32 « ↓ »AMD® Ryzen threadripper 1950x 16-core processor × 32«
-
Benjamin Berg authored
When validating security settings for non-wifi connections, we temporarily create a wireless connection. Unfortunately, when this connection is destroyed, it'll clear the stored password from the 802.1x settings object. Avoid this by removing the setting before the temporary connection is destroyed. Closes: #337
-
Victor Toso authored
==31571== 120 bytes in 8 blocks are definitely lost in loss record 17,034 of 19,290 ==31571== at 0x484086F: malloc (vg_replace_malloc.c:380) ==31571== by 0x4AF77A8: g_malloc (gmem.c:106) ==31571== by 0x4D9816A: gtk_accelerator_name (gtkaccelgroup.c:1577) ==31571== by 0x4A82D1: setup_custom_shortcut (cc-keyboard-shortcut-editor.c:364) ==31571== by 0x4A92DF: cc_keyboard_shortcut_editor_key_press_event (cc-keyboard-shortcut-editor.c:745)
-
Victor Toso authored
==31571== 288 bytes in 24 blocks are definitely lost in loss record 18,138 of 19,290 ==31571== at 0x484086F: malloc (vg_replace_malloc.c:380) ==31571== by 0x4AF77A8: g_malloc (gmem.c:106) ==31571== by 0x4A4119: variant_get_key_combos (cc-keyboard-item.c:475) ==31571== by 0x4A41FD: settings_get_key_combos (cc-keyboard-item.c:498) ==31571== by 0x4A46BE: cc_keyboard_item_load_from_gsettings (cc-keyboard-item.c:574) ==31571== by 0x4A5BBB: append_section (cc-keyboard-manager.c:315) ==31571== by 0x4A605D: append_sections_from_file (cc-keyboard-manager.c:431) ==31571== by 0x4A6766: reload_sections (cc-keyboard-manager.c:568) ==31571== by 0x4A6D68: cc_keyboard_manager_load_shortcuts (cc-keyboard-manager.c:707) ==31571== by 0x4A2FA4: cc_keyboard_shortcut_dialog_init (cc-keyboard-shortcut-dialog.c:841) ==31571== by 0x4A7A288: g_type_create_instance (gtype.c:1929) ==31571== by 0x4A61CAC: g_object_new_internal (gobject.c:1945)
-
Victor Toso authored
==25729== 1,058 (40 direct, 1,018 indirect) bytes in 1 blocks are definitely lost in loss record 20,104 of 20,657 ==25729== at 0x484086F: malloc (vg_replace_malloc.c:380) ==25729== by 0x4AF77A8: g_malloc (gmem.c:106) ==25729== by 0x4B0F1E4: g_slice_alloc (gslice.c:1072) ==25729== by 0x4B09060: UnknownInlinedFun (gsequence.c:1609) ==25729== by 0x4B09060: g_sequence_insert_before (gsequence.c:527) ==25729== by 0x4ED2FE7: gtk_list_store_insert (gtkliststore.c:1271) ==25729== by 0x4A5DCE: append_section (cc-keyboard-manager.c:363) ==25729== by 0x4A605D: append_sections_from_file (cc-keyboard-manager.c:431) ==25729== by 0x4A6766: reload_sections (cc-keyboard-manager.c:568) ==25729== by 0x4A6D33: cc_keyboard_manager_load_shortcuts (cc-keyboard-manager.c:706) ==25729== by 0x4A2FA4: cc_keyboard_shortcut_dialog_init (cc-keyboard-shortcut-dialog.c:841) ==25729== by 0x4A7A288: g_type_create_instance (gtype.c:1929) ==25729== by 0x4A61CAC: g_object_new_internal (gobject.c:1945)
-
Victor Toso authored
The add_device() check for g_udev_device_get_parent() was leaking (see below). As this is actually used in create_device(), I'm passing it as argument to avoid a second call to that function. > 34,175 (1,080 direct, 33,095 indirect) bytes in 27 blocks are definitely lost in loss record 19,729 of 19,758 > at 0x4A7A337: g_type_create_instance (gtype.c:1907) > by 0x4A61CAC: g_object_new_internal (gobject.c:1945) > by 0x4A62C7C: g_object_new_with_properties (gobject.c:2114) > by 0x4A63780: g_object_new (gobject.c:1785) > by 0x5EA5A6A: _g_udev_device_new (gudevdevice.c:132) > by 0x4B6D24: add_device (gsd-device-manager.c:447) > by 0x4B6FBF: gsd_device_manager_init (gsd-device-manager.c:517) > by 0x4A7A288: g_type_create_instance (gtype.c:1929) > by 0x4A61CAC: g_object_new_internal (gobject.c:1945) > by 0x4A62C7C: g_object_new_with_properties (gobject.c:2114) > by 0x4A63780: g_object_new (gobject.c:1785) > by 0x4B7075: gsd_device_manager_get (gsd-device-manager.c:533)
-
Michael Catanzaro authored
I was seeing this critical when opening the VPN details page: (gnome-control-center:78888): nm-CRITICAL **: 16:26:21.689: ((src/libnm-client-impl/nm-device.c:1299)): assertion '<dropped>' failed It probably broke in 551d7228. The code above and below expects self->device may be NULL, so let's add a NULL check here.
-
Jeremy Bicha authored
-
Ian Douglas Scott authored
Ultimately it would be good to get rid of the use of `g_object_set_data`/`g_object_get_data` here, but this works for now. Fixes #1373.
-
- 24 Apr, 2022 1 commit
-
-
- 03 Apr, 2022 1 commit
-
-
- 16 Mar, 2022 1 commit
-
-
- 10 Mar, 2022 3 commits
-
-
- 07 Mar, 2022 1 commit
-
-
Felipe Borges authored
The hostname/device name dialog has only a GtkEntry. So a user navigating with only a keyboard should be able to apply their changes by pressing "Enter".
-
- 20 Feb, 2022 1 commit
-
-
- 15 Feb, 2022 3 commits
-
-
- 13 Feb, 2022 2 commits
-
-
Robert Ancell authored
-
Robert Ancell authored
-
- 10 Feb, 2022 1 commit
-
-
Felipe Borges authored
In commit c7bd4428 we started to show the configuration button for all rows, which fixes the original issue of not being able to tweak a connection during association but also introduces a regression of not having connection data to show for other connections in the list. This way, the configuration button will fail to create a net_connection_editor interface for rows that aren't associated with an active connection. Let's only show the configuration button when the NMActiveConnectionState is either NM_ACTIVE_CONNECTION_STATE_ACTIVATING or NM_ACTIVE_CONNECTION_STATE_ACTIVATED. Fixes #1494
-
- 07 Feb, 2022 2 commits
-
-
- 05 Feb, 2022 1 commit
-
-
- 31 Jan, 2022 1 commit
-
-
Brandon Nielsen authored
This ensures user_callback does not get called twice when cancelling out of the ppd selection dialog. Fixes #1599, introduced with 179bda1b / MR: 1011.
-
- 30 Jan, 2022 6 commits
-
-
Hui Wang authored
We met an Input Device level_bar display issue on a machine which has no internal mic. At first there is no external mic plugged, so the Input Device list is empty and level_bar is gray color, after we plug an external mic, the level_bar has red color ripples, then we unplug the external mic, the Input Device list changes to empty and we expect the level_bar changes back to gray color, but some bars are still red color. Here clear the self->value to 0 if the stream is empty, then the level_bar will change back to gray color when Input/Output device list is empty. Signed-off-by:
Hui Wang <hui.wang@canonical.com>
-
-
-
-
-
-
- 29 Jan, 2022 5 commits
-
-