From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36774) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hngH9-0003MB-Vm for guix-patches@gnu.org; Wed, 17 Jul 2019 05:31:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hngH8-0003F6-Tv for guix-patches@gnu.org; Wed, 17 Jul 2019 05:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42732) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hngH8-0003F0-Q4 for guix-patches@gnu.org; Wed, 17 Jul 2019 05:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hngH8-0007kV-Ms for guix-patches@gnu.org; Wed, 17 Jul 2019 05:31:02 -0400 Subject: bug#36542: [PATCH 1/6] gnu: network-manager: Fix plugin loading problem. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Jelle Licht In-Reply-To: <87r26ub6oi.fsf@gnu.org> References: <875zodk5lw.fsf@jlicht.xyz> <20190707192848.10049-1-jlicht@fsfe.org> <87r26ub6oi.fsf@gnu.org> Date: Wed, 17 Jul 2019 11:30:18 +0200 Message-ID: <87k1chuhxx.fsf@jlicht.xyz> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36542-done@debbugs.gnu.org Pushed to master the 5 commits preceding d376129f0b2a163671fb67578d497769b6051f95. Ludovic Court=C3=A8s writes: > Hello, > > I haven=E2=80=99t tested it yet, but the whole series LGTM. Really happy= this > 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. This makes sense! I am currently in contact with the people running the show behind nm, but I do not expect this to be upstreamed quickly. > > Thank you! > > Ludo=E2=80=99.