From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: bug#36422: NetworkManager-OpenVPN-Plugin Date: Fri, 28 Jun 2019 13:42:09 -0400 Message-ID: <3c73992c4f09d51722c43998ba006eb43e3d575a.camel@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57075) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgutx-0007Yy-DT for bug-guix@gnu.org; Fri, 28 Jun 2019 13:43:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgutr-0000pv-IS for bug-guix@gnu.org; Fri, 28 Jun 2019 13:43:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57602) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgutq-0000ov-GV for bug-guix@gnu.org; Fri, 28 Jun 2019 13:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hgutq-0008BD-CF for bug-guix@gnu.org; Fri, 28 Jun 2019 13:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56946) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgutQ-00070Z-5M for bug-guix@gnu.org; Fri, 28 Jun 2019 13:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgutN-0000Pj-O1 for bug-guix@gnu.org; Fri, 28 Jun 2019 13:42:36 -0400 Received: from knopi.disroot.org ([178.21.23.139]:45816) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgutL-00007y-L8 for bug-guix@gnu.org; Fri, 28 Jun 2019 13:42:32 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id F1A7F3589C for ; Fri, 28 Jun 2019 19:42:19 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AMDWMO34VFXO for ; Fri, 28 Jun 2019 19:42:18 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36422@debbugs.gnu.org Hello Guix! I did the following to enable openvpn plugin in the network manager applet. (modify-services %desktop-services (network-manager-service-type config => (network-manager-configuration (inherit config) (vpn-plugins (list network-manager-openvpn))))) But after importing ".ovpn" file and connecting, nothing happens. Regards, RG.