From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luther Thompson Subject: Re: Guix and $XDG_DATA_DIRS Date: Thu, 11 Apr 2019 19:04:02 -0400 Message-ID: <20190411190402.4852bbbc@gmail.com> References: <4716913.Tid4HlZl5B@aleksandar-ixtreme-m5740> <20190411135856.0c6eeb26@gmail.com> <4018241.0B4PCf8AuZ@aleksandar-ixtreme-m5740> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEik9-0000Hf-8s for help-guix@gnu.org; Thu, 11 Apr 2019 19:04:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEik5-0005LA-St for help-guix@gnu.org; Thu, 11 Apr 2019 19:04:28 -0400 Received: from mail-it1-x130.google.com ([2607:f8b0:4864:20::130]:53021) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEik3-0005Jc-Jw for help-guix@gnu.org; Thu, 11 Apr 2019 19:04:24 -0400 Received: by mail-it1-x130.google.com with SMTP id x132so12654052itf.2 for ; Thu, 11 Apr 2019 16:04:20 -0700 (PDT) In-Reply-To: <4018241.0B4PCf8AuZ@aleksandar-ixtreme-m5740> 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: HiPhish Cc: help-guix@gnu.org On Thu, 11 Apr 2019 20:56:31 +0200 HiPhish wrote: > On Thursday, 11 April 2019 19:58:56 CEST Luther Thompson wrote: > > On my system ~/.guix-profile/etc/profile has all the important > > environment variables, including XDG_DATA_DIRS. When I run `guix > > package --search-paths=prefix`, I see a list of the same variables. > > What do you see when you run that command? > > > > Luther > > I get the the same as what my profile file says: > > $ guix package --search-paths > export PATH="/home/aleksandar/.guix-profile/bin" > export > GUILE_LOAD_PATH="/home/aleksandar/.guix-profile/share/guile/site/2.2" > export > GUILE_LOAD_COMPILED_PATH="/home/aleksandar/.guix-profile/lib/guile/2.2/ > site-ccache" Ok, so the profile and search-paths both have the same problem. I'll have to dig into the source code to see if I can find a root cause. Hopefully in the meantime, someone who knows about this stuff can come up with an answer. Luther