From owner-freebsd-chromium@FreeBSD.ORG Thu May 26 23:01:01 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A01106564A for ; Thu, 26 May 2011 23:01:01 +0000 (UTC) (envelope-from gtodd@iciti.ca) Received: from mailout.easydns.com (mailout.easydns.com [64.68.200.141]) by mx1.freebsd.org (Postfix) with ESMTP id A6F6F8FC08 for ; Thu, 26 May 2011 23:01:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout.easydns.com (Postfix) with ESMTP id 125EE582D for ; Thu, 26 May 2011 18:43:24 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mailout.easydns.com Received: from mailout.easydns.com ([127.0.0.1]) by localhost (mailout.easydns.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GLOsD3JpDIAB for ; Thu, 26 May 2011 18:43:23 -0400 (EDT) Received: from wawanesa.iciti.ca (CPE0080c8f208a5-CM001371173cf8.cpe.net.cable.rogers.com [99.246.61.82]) by mailout.easydns.com (Postfix) with ESMTPA id 599EE58BD for ; Thu, 26 May 2011 18:43:22 -0400 (EDT) Received: (qmail 11175 invoked from network); 26 May 2011 18:42:19 -0400 Received: from unknown (HELO wawanesa.iciti.ca) (192.168.2.4) by wawanesa.iciti.ca with ESMTP; 26 May 2011 18:42:19 -0400 Message-ID: <4DDED74B.10600@iciti.ca> Date: Thu, 26 May 2011 18:42:19 -0400 From: Graham Todd User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110118 Thunderbird/3.1.7 MIME-Version: 1.0 To: Robert Nagy References: <20110525195202.73393.qmail@wawanesa.iciti.ca> <20110526214442.GA20235@bsd.hu> In-Reply-To: <20110526214442.GA20235@bsd.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: chromium@freebsd.org Subject: Re: Any attempt to print with chromium causes sigsev X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 23:01:01 -0000 On 05/26/2011 17:44, Robert Nagy wrote: > Hey > > You will need the following patches to be used on FreeBSD too for printing: > > http://marc.info/?l=openbsd-ports-cvs&m=130641001611270&w=2 > > You can get them at http://www.openbsd.org/cgi-bin/cvsweb/ports/www/chromium/patches/ > > Note that chrome only supports printing to PDF files therefore you won't be > able to print to lpd. Only CUPS is supported, so you will also need to have the gtk cups > module to be installed. Excellent! I just noticed printing does not crash chromium on openbsd. Not sure why I didn't think to compare. PDF printing is great ... even a no-op is fine. It's just a pain when chromium crashes just as you click to save/print your boarding pass :-D Anyway, I will leave to FreeBSD port maintainer to apply as they see fit :) These patches seem small enough to be reviewable (i.e. not like the BSD "monster patch" I was told about in #chromium). Are they being gradually accepted upstream. The patch review process seems fairly serious so I wonder if there's someway to accept a large set of patches and "catch up".