From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35606: Gajim Date: Tue, 14 May 2019 14:12:45 +0200 Message-ID: <878sv98caq.fsf@elephly.net> References: <87k1eu96o5.fsf@elephly.net> <2c0eb096ca89fb61764045b35d8c695d@disroot.org> <87y33jfk22.fsf@nckx> <87ftpqdp2d.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hR7hW-0002P9-Id for bug-guix@gnu.org; Thu, 16 May 2019 00:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hR7ao-0006CS-5c for bug-guix@gnu.org; Thu, 16 May 2019 00:02:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hR7ak-00063P-PO for bug-guix@gnu.org; Thu, 16 May 2019 00:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hR7ak-0007Z4-Ld for bug-guix@gnu.org; Thu, 16 May 2019 00:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: Raghav Gururajan Cc: 35606-done@debbugs.gnu.org, =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Raghav Gururajan writes: >> I fixed this with commit a624c3631077aa3fa5c05849579932c5b67b985c. When >> GAJIM_PLUGIN_PATH is not set it will not be added to the list of >> directories that are searched for plugins. > > Thank you very much Ricardo! Just to be clear, the path get > automatically added with this fix right? No. I only made it so that when GAJIM_PLUGIN_PATH is not set it won=E2=80= =99t be added to the list of directories that Gajim looks at, so there=E2=80=99s= no crash. If GAJIM_PLUGIN_PATH *is* set the directory it points at will be added to the list. -- Ricardo