From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YN/4EgrJ3F4GHAAA0tVLHw (envelope-from ) for ; Sun, 07 Jun 2020 11:01:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 2Fi7DgrJ3F5kJAAAB5/wlQ (envelope-from ) for ; Sun, 07 Jun 2020 11:01:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C913B94051C for ; Sun, 7 Jun 2020 11:01:29 +0000 (UTC) Received: from localhost ([::1]:33284 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jht3Q-0002E0-HW for larch@yhetil.org; Sun, 07 Jun 2020 07:01:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42494) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jht1j-0000uO-Jh for help-guix@gnu.org; Sun, 07 Jun 2020 06:59:43 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:47062) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jht1i-0001iB-7i for help-guix@gnu.org; Sun, 07 Jun 2020 06:59:43 -0400 Date: Sun, 07 Jun 2020 10:59:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1591527577; bh=UrYFiAqiNslylHZ79vw+G0Ly226Bgmjsy+YF9hIs+Ew=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=fqDc3RqCCVo+1f10nCPkc/WxgA2z7eLgtMRI8xhISNoUFUg9F0SUk2cZ9zxmDY/XG 8hLaZrrT71v9CNKWGiHHnoIDaJuqUWb0BaqEZ86sDqV9VHTir0yfmJOHts3Y0cSM7q 4/euoUpjoBJyCUPH5BC1Cb9c6OiwJLn3bFjY2jII= To: Julien Lepiller From: Ekaitz Zarraga Subject: Re: Icecat - WebGL support Message-ID: In-Reply-To: References: <87ftb89o0n.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.22; envelope-from=ekaitz@elenq.tech; helo=mail2.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/07 06:59:38 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Cc: "help-guix@gnu.org" Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail header.b=fqDc3RqC; dmarc=pass (policy=none) header.from=elenq.tech; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: OtHEcX4iRU1G =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Saturday, June 6, 2020 9:27 PM, Julien Lepiller wro= te: > Le 6 juin 2020 15:14:07 GMT-04:00, Ekaitz Zarraga ekaitz@elenq.tech a = =C3=A9crit : > > > Wait a minute! It's working! > > But the only way to work is with the LD_LIBRARY_PATH set. I installed > > mesa and set the LD_LIBRARY_PATH from my command line, an icecat run > > from the command line works, the one run from the desktop environment > > doesn't. > > So... guix is not setting the LD_LIBRARY_PATH correctly for Mesa and > > that's why IceCat is unable to find it? > > I see icecat is wrapped for pulseaudio to work, so we might as well wrap = mesa. It already has Mesa as an input, too. Looks like it's just a matter of the LD_LIBRARY_PATH not being set. Thoughts?