GNU logs - #34759, boring messages


Message sent to bug-guix@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#34759: Gimp plugins not picked up by default
Resent-From: Jack Hill <jackhill@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-guix@HIDDEN
Resent-Date: Tue, 05 Mar 2019 18:16:01 +0000
Resent-Message-ID: <handler.34759.B.155180973414665 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 34759
X-GNU-PR-Package: guix
X-GNU-PR-Keywords: 
To: 34759 <at> debbugs.gnu.org
X-Debbugs-Original-To: bug-guix@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.155180973414665
          (code B ref -1); Tue, 05 Mar 2019 18:16:01 +0000
Received: (at submit) by debbugs.gnu.org; 5 Mar 2019 18:15:34 +0000
Received: from localhost ([127.0.0.1]:33423 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1h1EbG-0003oT-FS
	for submit <at> debbugs.gnu.org; Tue, 05 Mar 2019 13:15:34 -0500
Received: from eggs.gnu.org ([209.51.188.92]:35116)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <jackhill@HIDDEN>) id 1h1EbD-0003oF-HZ
 for submit <at> debbugs.gnu.org; Tue, 05 Mar 2019 13:15:33 -0500
Received: from lists.gnu.org ([209.51.188.17]:50973)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <jackhill@HIDDEN>)
 id 1h1Eb8-00010z-B5
 for submit <at> debbugs.gnu.org; Tue, 05 Mar 2019 13:15:26 -0500
Received: from eggs.gnu.org ([209.51.188.92]:49491)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <jackhill@HIDDEN>) id 1h1Eb7-0000Cv-9C
 for bug-guix@HIDDEN; Tue, 05 Mar 2019 13:15:26 -0500
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,URIBL_BLOCKED
 autolearn=disabled version=3.3.2
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <jackhill@HIDDEN>) id 1h1Eb5-0000ug-AP
 for bug-guix@HIDDEN; Tue, 05 Mar 2019 13:15:25 -0500
Received: from minsky.hcoop.net ([104.248.1.95]:52922)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <jackhill@HIDDEN>)
 id 1h1Eb5-0000tN-58
 for bug-guix@HIDDEN; Tue, 05 Mar 2019 13:15:23 -0500
Received: from marsh.hcoop.net ([45.55.52.66])
 by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.89) (envelope-from <jackhill@HIDDEN>)
 id 1h1Eb4-0004Zc-3r
 for bug-guix@HIDDEN; Tue, 05 Mar 2019 13:15:22 -0500
Date: Tue, 5 Mar 2019 13:15:21 -0500 (EST)
From: Jack Hill <jackhill@HIDDEN>
X-X-Sender: jackhill@HIDDEN
Message-ID: <alpine.DEB.2.20.1903051252200.16784@HIDDEN>
User-Agent: Alpine 2.20 (DEB 67 2015-01-07)
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset=US-ASCII
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From: 104.248.1.95
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Spam-Score: 0.9 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

Hi Guix,

I've installed gimp and gimp-resynthesizer into my profile. However, gimp 
does not know about resynthesizer. If I symlink 
~/.config/GIMP/2.10/plug-ins to ~/.guix-profile/lib/gimp/2.0/plug-ins, 
then resynthesizer is found and works correctly. Presumably, our gimp 
package should look in the profile for plugins by default, but it is not 
clear how to do that.

Also, for me, starting gimp with GIMP2_PLUGINDIR set did not help gimp 
find resynthesizer. Even it that did work, it is not clear that we'd want 
that since it is a single directory and not a path.

My guix describe info is as follows:

   guix-at-duke d8c119f
     repository URL: https://gitlab.oit.duke.edu/jackhill/guix-at-duke.git
     branch: master
     commit: d8c119f1d9256484b3106cec700361e7d2f6a15a
   guix c268c6a
     repository URL: https://git.savannah.gnu.org/git/guix.git
     branch: master
     commit: c268c6a03e5c6f16f06c1ebf0de71a6996d1daf9

Best,
Jack




Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Jack Hill <jackhill@HIDDEN>
Subject: bug#34759: Acknowledgement (Gimp plugins not picked up by default)
Message-ID: <handler.34759.B.155180973414665.ack <at> debbugs.gnu.org>
References: <alpine.DEB.2.20.1903051252200.16784@HIDDEN>
X-Gnu-PR-Message: ack 34759
X-Gnu-PR-Package: guix
Reply-To: 34759 <at> debbugs.gnu.org
Date: Tue, 05 Mar 2019 18:16:02 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-guix@HIDDEN

If you wish to submit further information on this problem, please
send it to 34759 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
34759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34759
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems



Last modified: Mon, 25 Nov 2019 12:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.