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 JCJBFQ7r216NTAAA0tVLHw (envelope-from ) for ; Sat, 06 Jun 2020 19:14:22 +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 4AffEA7r217VXQAAB5/wlQ (envelope-from ) for ; Sat, 06 Jun 2020 19:14:22 +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 EB6F49401CB for ; Sat, 6 Jun 2020 19:14:21 +0000 (UTC) Received: from localhost ([::1]:51624 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jheGq-00008y-VO for larch@yhetil.org; Sat, 06 Jun 2020 15:14:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jheGj-00007Z-ME for help-guix@gnu.org; Sat, 06 Jun 2020 15:14:13 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:13237) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jheGh-0004HY-L9 for help-guix@gnu.org; Sat, 06 Jun 2020 15:14:13 -0400 Date: Sat, 06 Jun 2020 19:14:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1591470848; bh=B4+EjHwkmjMjxJ3TOcblVhTkcRZU7AuthQ70ULHD8Pw=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=B6+d1nAqCeOBB5ejr39gYBv6qyS6lqRkpTvOdllwfGcil5lsCkb2nTdrukhNG/KWI upuJvnOLdERTBng/kUiP6f0aB1v826G0N0kbJASU1161Hdqy/MVJ1pmBsn2JAlr1BY 7U37m84sPue+XdZcrced2uEk2fUmYH4IuNg1cRmo= To: Ekaitz Zarraga 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.131; envelope-from=ekaitz@elenq.tech; helo=mail-40131.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/06 15:14:09 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_H3=0.001, RCVD_IN_MSPIKE_WL=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=fail (rsa verify failed) header.d=elenq.tech header.s=protonmail header.b=B6+d1nAq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=elenq.tech (policy=none); 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: 0.09 X-TUID: EncFoSvIIfOa 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 co= mmand 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?