about summary refs log tree commit diff
path: root/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch
AgeCommit message (Collapse)Author
2018-04-23Rebase patchesMichael Biebl
2018-03-13Rebase patchesMichael Biebl
2018-02-07Rebase patchesMichael Biebl
2017-12-12Rebase patchesMichael Biebl
2017-11-10Rebase patchesMichael Biebl
2017-11-07Register empty NMClient and NetworkManager when loading libnm via GIRMichael Biebl
This prevents the real modules from being loaded because they would in turn load libnm-glib and abort() and crash as loading libnm and libnm-glib in the same process is not allowed. In particular this prevents the GNOME shell from crashing with libnm-glib abort and allows gracefully disabling the extensions which use the obsolete library. Patch cherry-picked from upstream Git.