From unknown Sat Jun 21 02:53:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41815 <41815@debbugs.gnu.org> To: bug#41815 <41815@debbugs.gnu.org> Subject: Status: gnu: icecat: Fix WebGL support Reply-To: bug#41815 <41815@debbugs.gnu.org> Date: Sat, 21 Jun 2025 09:53:32 +0000 retitle 41815 gnu: icecat: Fix WebGL support reassign 41815 guix-patches submitter 41815 Ekaitz Zarraga severity 41815 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 11 16:41:11 2020 Received: (at submit) by debbugs.gnu.org; 11 Jun 2020 20:41:11 +0000 Received: from localhost ([127.0.0.1]:38206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjU0c-0007Tn-TZ for submit@debbugs.gnu.org; Thu, 11 Jun 2020 16:41:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:43542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjU0a-0007Te-L7 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 16:41:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjU0Z-0007k5-Rm for guix-patches@gnu.org; Thu, 11 Jun 2020 16:41:08 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:55991) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjU0T-0004d7-4w for guix-patches@gnu.org; Thu, 11 Jun 2020 16:41:07 -0400 Date: Thu, 11 Jun 2020 20:40:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1591908057; bh=F3xTCUbD3l89YpyR0/aqKHqDeVP4Tm7Gy1pUTln+QC8=; h=Date:To:From:Reply-To:Subject:From; b=yTreLNHNJITOKpeWvSxXju5XdAJ7C8n7DRF7UxNoLpJvtUX3hFUnNrRmmwywx/T29 PvtBRDnytWDVSr2BB8BdS8oG7IsmLVFECTkNFWwr7PWYgsETnIKLQlCQwRH8pXk7fC ljjOLbG7Lx4ImYaIRFwzKon1Ilra36fEsGAJxdkE= To: "guix-patches@gnu.org" From: Ekaitz Zarraga Subject: gnu: icecat: Fix WebGL support Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch Received-SPF: pass client-ip=185.70.40.18; envelope-from=ekaitz@elenq.tech; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/11 16:40:58 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_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, I think this fixes WebGL support in IceCat: http://issues.guix.gnu.org/34135#10 Best! >From 382d45f95433be2f4c675b03e035daa253421371 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 11 Jun 2020 22:33:49 +0200 Subject: [PATCH] gnu: icecat: Fix WebGL support * gnu/packages/gnuzilla.scm (icecat): Wrap mesa --- gnu/packages/gnuzilla.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 7bf9850e97..570398ecd9 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1112,11 +1112,13 @@ from forcing GEXP-PROMISE." (lib (string-append out "/lib")) (gtk (assoc-ref inputs "gtk+")) (gtk-share (string-append gtk "/share")) + (mesa (assoc-ref inputs "mesa")) + (mesa-lib (string-append mesa "/lib")) (pulseaudio (assoc-ref inputs "pulseaudio")) (pulseaudio-lib (string-append pulseaudio "/lib"))) (wrap-program (car (find-files lib "^icecat$")) `("XDG_DATA_DIRS" prefix (,gtk-share)) - `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib))) + `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,mesa-lib))) #t)))))) (home-page "https://www.gnu.org/software/gnuzilla/") (synopsis "Entirely free browser derived from Mozilla Firefox") -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 11 19:35:22 2020 Received: (at 41815-done) by debbugs.gnu.org; 11 Jun 2020 23:35:22 +0000 Received: from localhost ([127.0.0.1]:38359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjWjC-0005h7-7K for submit@debbugs.gnu.org; Thu, 11 Jun 2020 19:35:22 -0400 Received: from lepiller.eu ([89.234.186.109]:60040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjWjA-0005gz-FZ for 41815-done@debbugs.gnu.org; Thu, 11 Jun 2020 19:35:21 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id b260614c; Thu, 11 Jun 2020 23:35:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=pyr3W0f5VS/m 62taeo0gttnXoM1OAHOki4TVIklpyZI=; b=ICD9WwBqBwwm/fp9qA4CHUB71XRI KcTCioVTOvlHTJtZ1XH706G3p2ENGseQ5ttVobV9Uch+Az8+xVkPaqAmcOGL3a+V ujpLZvbO5EJ7Myf+1re3FQYFYWqzr2R4ejv7bSvJOTGbCW0F4uWBE2QKj0BZL7Bw J9OVufMm4ViAvCjbar/J9Xvf/IWndIKUxLQ3++63ECuFxlxEfFjznQw1Kc41PXAs kcribU5gU14rG9vzleRzpsksdzwZEul3Wd6KPpd03FUQVtYWVykBih/8SHEwiDY4 oB3VSiAfp1T/pF3vPrQ2uRBcRmO234KZYU78kIH66Qs/XalTn5KlEoz/5g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id d4580375 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 11 Jun 2020 23:35:17 +0000 (UTC) Date: Fri, 12 Jun 2020 01:35:07 +0200 From: Julien Lepiller To: 41815-done@debbugs.gnu.org Subject: Re: [bug#41815] gnu: icecat: Fix WebGL support Message-ID: <20200612013507.2037863f@tachikoma.lepiller.eu> In-Reply-To: References: X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41815-done Cc: Ekaitz Zarraga X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Thu, 11 Jun 2020 20:40:48 +0000, Ekaitz Zarraga a =C3=A9crit : > Hi, >=20 > I think this fixes WebGL support in IceCat: >=20 > http://issues.guix.gnu.org/34135#10 >=20 > Best! >=20 >=20 Pushed as 9c6ea3cb5617a1928073f41f174765ab14adbaa9, thank you! Note that I added dots at the end of your log message, and removed indentation on the third line of the log message. From unknown Sat Jun 21 02:53:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Jul 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator