From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#37369: Getting network-manager-openconnect to work Date: Wed, 11 Sep 2019 13:39:46 +0200 Message-ID: <20190911113946.5mxaxerhjkuejtel__5329.19241102121$1568202034$gmane$org@pelzflorian.localdomain> References: <87sgp4pj7s.fsf@santanas.co.za> <20190910112120.ezqnrrfffhhjvc2d@pelzflorian.localdomain> <20190911073822.GI977@E5400> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39272) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i80yh-0002sJ-J5 for bug-guix@gnu.org; Wed, 11 Sep 2019 07:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i80yg-00053S-Mn for bug-guix@gnu.org; Wed, 11 Sep 2019 07:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i80yg-00053B-Jv for bug-guix@gnu.org; Wed, 11 Sep 2019 07:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i80yg-0002oK-Ft for bug-guix@gnu.org; Wed, 11 Sep 2019 07:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20190911073822.GI977@E5400> 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: Efraim Flashner Cc: 37369@debbugs.gnu.org, Divan Santana , help-guix@gnu.org On Wed, Sep 11, 2019 at 10:38:22AM +0300, Efraim Flashner wrote: > Instead of adding openconnect to network-manager, would it be enough to > > (substitute* "the-file" > (("/usr/sbin/openconnect") "openconnect")) > > No, at least the comment documenting nm_utils_file_search_in_paths says: /** * nm_utils_file_search_in_paths: * […] * @try_first: (allow-none): a custom path to try first before searching. * It is silently ignored if it is empty or not an absolute path. * […] I do not know if my patch works though. Regards, Florian