From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add GIMP plugin =?utf-8?B?4oCcZm91cmllcuKAnS4=?= Date: Sun, 03 Apr 2016 23:29:04 +0200 Message-ID: <87y48u9yan.fsf@gnu.org> References: <8760w0y1ix.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 ([2001:4830:134:3::10]:47798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ampa2-00051w-P9 for guix-devel@gnu.org; Sun, 03 Apr 2016 17:29:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ampZz-0005Xh-JT for guix-devel@gnu.org; Sun, 03 Apr 2016 17:29:10 -0400 In-Reply-To: <8760w0y1ix.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 02 Apr 2016 08:20:54 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > Unfortunately, GIMP does not respect any plugin search path environment > variable, so after installation users have to edit their GIMP settings > to include =E2=80=9C$GUIX_PROFILE/lib/gimp/2.0/plug-ins=E2=80=9D in > =E2=80=9CEdit->Preferences->Folders->Plug Ins=E2=80=9D. A solution would be to add such an environment variable, indeed. > From 8c2bbbc4669eff1742f416586931b7c7f2a0bd9c Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 2 Apr 2016 08:12:32 +0200 > Subject: [PATCH] gnu: Add gimp-fourier. > > * gnu/packages/gimp.scm (gimp-fourier): New variable. LGTM! > + (home-page "http://registry.gimp.org/node/19596") Time for a new importer? :-) Thanks, Ludo=E2=80=99.