From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Packaging a free Firefox Date: Thu, 03 May 2018 15:07:22 -0400 Message-ID: <876044lfrp.fsf@netris.org> References: <87y3h1g42q.fsf@lassieur.org> <877eolw9w7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEJae-0006sv-HD for guix-devel@gnu.org; Thu, 03 May 2018 15:08:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEJaZ-0002Pk-HR for guix-devel@gnu.org; Thu, 03 May 2018 15:08:28 -0400 Received: from world.peace.net ([64.112.178.59]:60956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fEJaZ-0002PM-DV for guix-devel@gnu.org; Thu, 03 May 2018 15:08:23 -0400 In-Reply-To: <877eolw9w7.fsf@gmail.com> (Chris Marusich's message of "Wed, 02 May 2018 23:06:32 -0700") 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: Chris Marusich Cc: guix-devel@gnu.org, =?utf-8?Q?Cl=C3=A9ment?= Lassieur Chris Marusich writes: > 2) It used to be that IceCat would crash frequently for me. However, > once I changed my gfx.canvas.azure.backends and > gfx.content.azure.backends from "cairo" to "skia", this problem stopped > for me. I don't know if this is still an issue , since I haven't ever > switched it back to "cairo". See here for details: > > https://lists.gnu.org/archive/html/help-guix/2016-11/msg00008.html FYI, I switched back to the "cairo" backend a couple of months ago, and I haven't experienced any crashes, so I disabled this workaround on our 'core-updates' branch. https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=1293f6d8a4dfad23ec693a1f2785cdb8d09b36f6 Mark