From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: icecat show many warning and don't display correctly Date: Sun, 27 Jan 2019 16:54:10 +0100 Message-ID: <20190127155410.GC10186@jurong> References: <20190107181000.GA14844@jurong> <78584a9f1b7beabb5b6b09d6a67aa84e@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnmlF-0002yu-TN for help-guix@gnu.org; Sun, 27 Jan 2019 10:54:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnmlD-00011u-N3 for help-guix@gnu.org; Sun, 27 Jan 2019 10:54:17 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:51784) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gnmlC-00010n-Ax for help-guix@gnu.org; Sun, 27 Jan 2019 10:54:14 -0500 Content-Disposition: inline In-Reply-To: <78584a9f1b7beabb5b6b09d6a67aa84e@riseup.net> 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: quiliro@fsfla.org Cc: 32835@debbugs.gnu.org, help-guix@gnu.org Hello, On Fri, Jan 18, 2019 at 07:57:40AM -0800, Quiliro Ordonez wrote: > El 2019-01-07 21:41, =E8=8D=92=E4=BA=95=E5=90=89=E5=89=87 escribi=C3=B3= : > > It's working.=20 > >=20 > > export > > XDG_DATA_DIRS=3D"$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DAT= A_DIRS" >=20 > icecat & > does not work. >=20 > export > XDG_DATA_DIRS=3D"$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_= DIRS" > && icecat & > works perfectly. >=20 > Must something be modified on the software definition? This is not > something the user should change. this seems to be the same problem as bug #32835, which I am cc-ing. Do we need to add search paths? Or wrap a binary? Andreas