From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Missing fonts issue with GNU Icecat Date: Fri, 28 Dec 2018 16:07:12 +0100 Message-ID: <878t094rmn.fsf@elephly.net> References: <8736qjw877.fsf@atufi.org> <871s63w0ec.fsf@atufi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gctzN-0005iU-7Z for guix-devel@gnu.org; Fri, 28 Dec 2018 10:23:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gctjk-0008SQ-OZ for guix-devel@gnu.org; Fri, 28 Dec 2018 10:07:50 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gctjk-0008OO-DY for guix-devel@gnu.org; Fri, 28 Dec 2018 10:07:44 -0500 In-reply-to: <871s63w0ec.fsf@atufi.org> 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" To: Daniel Gerber Cc: guix-devel@gnu.org Hi Daniel, > Resolved by applying this advice (which is output when running `guix > package -i pango` explicitly, but not when pango is installed as a > dependency -- or I missed it): > > ``` > The following environment variable definitions may be needed: > export > XDG_DATA_DIRS=3D"$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DI= RS" > export > GIO_EXTRA_MODULES=3D"$HOME/.guix-profile/lib/gio/modules${GIO_EXTRA_MODUL= ES:+:}$GIO_EXTRA_MODULES" > ``` I=E2=80=99m glad you figured this out. I wonder if this means that we shou= ld change the icecat package to set these variables (e.g. by adding a shell wrapper). What do others think? > (Besides, the web site gives other mailing lists (not in the info > manual)... maybe help-guix is better suited for this kind of issues.) As it turns out that this might require changes to the icecat package, maybe guix-devel is appropriate after all :) For other questions like this, however, I=E2=80=99d suggest to ask on help-guix first. Either way, thanks for bringing this to our attention. -- Ricardo