From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Wilms Subject: Re: Trying to package GIMP Resynthesizer Date: Fri, 21 Sep 2018 13:19:53 +0200 Message-ID: <10078e0c-4448-715e-295c-3686a9b32744@freenet.de> References: <3e52025a-2dde-3960-0bf9-984428dd320f@freenet.de> <3a8e2370-6d45-3111-28c6-de6a9ad8e2f4@freenet.de> <877ejgv2xl.fsf@gnu.org> <1d0aea2a-f161-cda5-a43b-2d2c634445da@freenet.de> Reply-To: t_w_@freenet.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3JVh-00026y-EP for help-guix@gnu.org; Fri, 21 Sep 2018 07:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3JVd-0000l8-T0 for help-guix@gnu.org; Fri, 21 Sep 2018 07:22:09 -0400 Received: from mout2.freenet.de ([2001:748:100:40::2:4]:55274) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3JVd-0000cK-Kk for help-guix@gnu.org; Fri, 21 Sep 2018 07:22:05 -0400 Received: from [195.4.92.165] (helo=mjail2.freenet.de) by mout2.freenet.de with esmtpa (ID t_w_@freenet.de) (port 25) (Exim 4.90_1 #2) id 1g3JVa-0001n4-AT for help-guix@gnu.org; Fri, 21 Sep 2018 13:22:02 +0200 Received: from [::1] (port=35700 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID t_w_@freenet.de) (Exim 4.90_1 #2) id 1g3JVa-0003Cg-9G for help-guix@gnu.org; Fri, 21 Sep 2018 13:22:02 +0200 Received: from sub8.freenet.de ([195.4.92.127]:58416) by mjail2.freenet.de with esmtpa (ID t_w_@freenet.de) (Exim 4.90_1 #2) id 1g3JTW-0001WH-D8 for help-guix@gnu.org; Fri, 21 Sep 2018 13:19:54 +0200 Received: from p200300e4f3d5b100e4b10a6d152ac60d.dip0.t-ipconnect.de ([2003:e4:f3d5:b100:e4b1:a6d:152a:c60d]:40292) by sub8.freenet.de with esmtpsa (ID t_w_@freenet.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 465) (Exim 4.90_1 #2) id 1g3JTW-0006BC-Aa for help-guix@gnu.org; Fri, 21 Sep 2018 13:19:54 +0200 In-Reply-To: Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org On 20.09.2018 22:14, Thorsten Wilms wrote: > --- > Calling error for procedure 'gimp-procedural-db-proc-info': > Procedure 'plug-in-resynthesizer' not found > --- > Traceback (most recent call last): >   File > "/gnu/store/2l3zsn1fliq5yw6g2wqpivqwkv602c10-gimp-2.10.6/lib/gimp/2.0/python/gimpfu.py", > line 740, in response >     dialog.res = run_script(params) >   File > "/gnu/store/2l3zsn1fliq5yw6g2wqpivqwkv602c10-gimp-2.10.6/lib/gimp/2.0/python/gimpfu.py", > line 361, in run_script >     return apply(function, params) >   File > "/home/thorwil/.guix-profile/lib/gimp/2.0/plug-ins/plugin-heal-selection.py", > line 148, in heal_selection >     pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, > work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500) > error: procedure not found > --- I somehow managed to end up with parts in ~/.guix-profile/lib/gimp/2.0/plug-ins and the rest in ~/.guix-profile/lib/gimp/2.0/plug-ins/plug-ins After removing, collecting garbage and installing again with "/plug-ins" removed from the string manipulation, things work as they should. -- Thorsten Wilms thorwil's design for free software: http://thorwil.wordpress.com/