From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jookia <166291@gmail.com> Subject: Re: [PATCH] Add GIMP plugin =?utf-8?B?4oCc?= =?utf-8?B?Zm91cmllcuKAnS4=?= Date: Sat, 2 Apr 2016 17:47:01 +1100 Message-ID: <20160402064701.GA4049@novena-choice-citizen.lan> References: <8760w0y1ix.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1amFO1-0000Kr-6V for guix-devel@gnu.org; Sat, 02 Apr 2016 02:50:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <166291@gmail.com>) id 1amFNw-00079Y-71 for guix-devel@gnu.org; Sat, 02 Apr 2016 02:50:21 -0400 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:32977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1amFNv-00079T-Uc for guix-devel@gnu.org; Sat, 02 Apr 2016 02:50:16 -0400 Received: by mail-lf0-x235.google.com with SMTP id p188so72967885lfd.0 for ; Fri, 01 Apr 2016 23:50:15 -0700 (PDT) Content-Disposition: inline In-Reply-To: <8760w0y1ix.fsf@elephly.net> 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 On Sat, Apr 02, 2016 at 08:20:54AM +0200, Ricardo Wurmus wrote: > Hi Guix, > > Unfortunately, GIMP does not respect any plugin search path environment > variable, so after installation users have to edit their GIMP settings > to include “$GUIX_PROFILE/lib/gimp/2.0/plug-ins” in > “Edit->Preferences->Folders->Plug Ins”. Could we patch GIMP to do this automatically? > ~~ Ricardo Jookia.