From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add GIMP plugin =?utf-8?B?4oCcZm91cmllcuKAnS4=?= Date: Sat, 02 Apr 2016 09:25:21 +0200 Message-ID: <8737r4xyji.fsf@elephly.net> References: <8760w0y1ix.fsf@elephly.net> <20160402064701.GA4049@novena-choice-citizen.lan> 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]:46957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amFw3-00059c-P7 for guix-devel@gnu.org; Sat, 02 Apr 2016 03:25:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amFw0-0004yU-D0 for guix-devel@gnu.org; Sat, 02 Apr 2016 03:25:31 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amFvz-0004yA-V0 for guix-devel@gnu.org; Sat, 02 Apr 2016 03:25:28 -0400 In-reply-to: <20160402064701.GA4049@novena-choice-citizen.lan> 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: Jookia <166291@gmail.com> Cc: guix-devel Jookia <166291@gmail.com> writes: > On Sat, Apr 02, 2016 at 08:20:54AM +0200, Ricardo Wurmus wrote: >> 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? I think it’s ugly to hard-code “~/.guix-profile” because it’s not the only possible profile. I’d really like a more general solution that uses an environment variable we can source from any profile’s “etc/profile” file. ~~ Ricardo