From owner-freebsd-chromium@FreeBSD.ORG Fri May 27 06:05:59 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 37FD2106564A for ; Fri, 27 May 2011 06:05:59 +0000 (UTC) (envelope-from robert@openbsd.org) Received: from x2100.humppa.hu (x2100.humppa.hu [84.2.34.134]) by mx1.freebsd.org (Postfix) with ESMTP id BA0958FC0A for ; Fri, 27 May 2011 06:05:58 +0000 (UTC) Received: from x2100.humppa.hu (robert@localhost [127.0.0.1]) by x2100.humppa.hu (8.14.3/8.14.3) with ESMTP id p4R65uC0028854 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 27 May 2011 08:05:56 +0200 (CEST) Received: (from robert@localhost) by x2100.humppa.hu (8.14.3/8.14.3/Submit) id p4R65uuW012370; Fri, 27 May 2011 08:05:56 +0200 (CEST) X-Authentication-Warning: x2100.humppa.hu: robert set sender to robert@openbsd.org using -f Date: Fri, 27 May 2011 08:05:56 +0200 From: Robert Nagy To: Graham Todd Message-ID: <20110527060556.GA21496@bsd.hu> References: <20110525195202.73393.qmail@wawanesa.iciti.ca> <20110526214442.GA20235@bsd.hu> <4DDED74B.10600@iciti.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DDED74B.10600@iciti.ca> User-Agent: Mutt/1.5.21 (2010-09-15) 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: Fri, 27 May 2011 06:05:59 -0000 On (2011-05-26 18:42), Graham Todd wrote: > 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". > > I have some friends at Google and they are trying to get the patches in.