Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Force-online-state-with-unmanaged-devices.patch | Force online state with unmanaged devices If NM has an active unmanaged device it will forcefully set the online state to CONNECTED_GLOBAL. In that case show a wired connection icon instead of an offline icon. |
Michael Biebl <biebl@debian.org> | no | 2014-03-18 | ||
applet-support-activating-WireGuard-connections-as-VPNs.patch | applet: support activating WireGuard connections as VPNs Display WireGuard connections in the VPN submenu and allow [de]activating them. https://gitlab.gnome.org/GNOME/network-manager-applet/-/issues/77 (cherry picked from commit 514d033b8d0b9e411ba7e878ddbfa338c6720e6f) |
Beniamino Galvani <bgalvani@redhat.com> | no | 2021-02-11 | ||
editor-fix-crash-when-evaluating-secondaries.patch | editor: fix crash when evaluating secondaries The compound literal goes out of scope when the enclosing block ends. Replace it with an array on the stack. 0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65 1 0x00007ffff73eba44 in g_strdup (str=0x6c15375cc4e4b600 <error: Cannot access memory at address 0x6c15375cc4e4b600>) 2 0x00007ffff73ed42d in g_strdupv (str_array=0x7fffffffc520) at ../../../glib/gstrfuncs.c:2552 3 0x00007ffff74b9b70 in boxed_proxy_collect_value (value=0x7fffffffc350, n_collect_values=<optimized out>, collect_values=<optimized out>, collect_flags=<optimized out>) 4 0x00007ffff74c49fc in g_object_set_valist (object=0x555555a02780 [NMSettingConnection], first_property_name=<optimized out>, var_args=0x7fffffffc400) 5 0x00007ffff74c52fc in g_object_set (_object=0x555555a02780, first_property_name=first_property_name@entry=0x5555555a3471 "secondaries") 6 0x0000555555580ff8 in ui_to_setting (self=<optimized out>) at ../src/connection-editor/page-general.c:421 7 ce_page_validate_v (page=<optimized out>, connection=<optimized out>, error=0x7fffffffc5c0) at ../src/connection-editor/page-general.c:450 8 0x0000555555569313 in ce_page_validate (self=0x555555898f20 [CEPageGeneral], connection=connection@entry=0x5555557fe840, error=error@entry=0x7fffffffc5c0) at ../src/connection-editor/ce-page.c:161 9 0x000055555557343b in connection_editor_validate (editor=0x555555a2a840 [NMConnectionEditor]) at ../src/connection-editor/nm-connection-editor.c:357 [...] https://gitlab.gnome.org/GNOME/network-manager-applet/-/issues/125 (cherry picked from commit da6b2bb94250d8ffb218caf921c9df8c394372d4) |
Beniamino Galvani <bgalvani@redhat.com> | no | 2021-02-15 |