From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44609) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkEpH-0002ji-5G for guix-patches@gnu.org; Sun, 07 Jul 2019 17:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkEpG-0003J0-6v for guix-patches@gnu.org; Sun, 07 Jul 2019 17:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48674) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkEpG-0003Ir-2X for guix-patches@gnu.org; Sun, 07 Jul 2019 17:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkEpF-0000JW-SX for guix-patches@gnu.org; Sun, 07 Jul 2019 17:36:01 -0400 Subject: [bug#36542] [PATCH 0/6] Fix network-manager vpn plugins Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44569) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkEp9-0002gU-Lf for guix-patches@gnu.org; Sun, 07 Jul 2019 17:35:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkEp8-0003Ah-A9 for guix-patches@gnu.org; Sun, 07 Jul 2019 17:35:55 -0400 Received: from mout.gmx.net ([212.227.15.15]:42129) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkEp7-00035b-PR for guix-patches@gnu.org; Sun, 07 Jul 2019 17:35:54 -0400 References: <875zodk5lw.fsf@jlicht.xyz> From: Pierre Langlois In-reply-to: <875zodk5lw.fsf@jlicht.xyz> Date: Sun, 07 Jul 2019 22:35:41 +0100 Message-ID: <87a7dpo7de.fsf@gmx.com> MIME-Version: 1.0 Content-Type: text/plain 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: 36542@debbugs.gnu.org Hi, Jelle Licht writes: > Hello Guix! > > This series should fix the OpenVPN network-manager plugin, as well as > add the network-manager-vpnc plugin. Other vpn plugins should also be > trivial to add. Nice! I have needed this just recently. I've just applied this series locally and tested the OpenVPN plugin in gnome and it works like a charm! Thanks for working on this! Pierre