From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58725) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmEl9-0002FY-C8 for guix-patches@gnu.org; Sat, 13 Jul 2019 05:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmEl8-0008UE-Fj for guix-patches@gnu.org; Sat, 13 Jul 2019 05:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60899) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmEl8-0008Tv-Bp for guix-patches@gnu.org; Sat, 13 Jul 2019 05:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmEl8-0001P6-8X for guix-patches@gnu.org; Sat, 13 Jul 2019 05:56:02 -0400 Subject: [bug#36542] [PATCH 1/6] gnu: network-manager: Fix plugin loading problem. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875zodk5lw.fsf@jlicht.xyz> <20190707192848.10049-1-jlicht@fsfe.org> Date: Sat, 13 Jul 2019 11:54:53 +0200 In-Reply-To: <20190707192848.10049-1-jlicht@fsfe.org> (Jelle Licht's message of "Sun, 7 Jul 2019 21:28:43 +0200") Message-ID: <87r26ub6oi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jelle Licht Cc: 36542@debbugs.gnu.org Hello, I haven=E2=80=99t tested it yet, but the whole series LGTM. Really happy t= his is finally fixed! Jelle Licht skribis: > From: Tom=C3=A1=C5=A1 =C4=8Cech > > * gnu/packages/patches/nm-plugin-path.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/gnome.scm (network-manager)[source](patches): New field. [...] > +++ b/gnu/packages/patches/nm-plugin-path.patch > @@ -0,0 +1,51 @@ > +From d3026a6d331298003ccc6cd9d2e20dcb7fa9ae1d Mon Sep 17 00:00:00 2001 > +From: =3D?UTF-8?q?Tom=3DC3=3DA1=3DC5=3DA1=3D20=3DC4=3D8Cech?=3D > +Date: Wed, 3 Jul 2019 13:31:54 +0200 > +Subject: [PATCH] respect NM_VPN_PLUGIN_DIR > + > +--- > + src/vpn/nm-vpn-manager.c | 14 ++++++++++++++ Is this patch meant to be submitted upstream? Perhaps it would be worth mentioning it here. Thank you! Ludo=E2=80=99.