From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 23 03:08:32 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AA4E1065677 for ; Wed, 23 Apr 2008 03:08:32 +0000 (UTC) (envelope-from lenthe@comcast.net) Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id B37928FC16 for ; Wed, 23 Apr 2008 03:08:31 +0000 (UTC) (envelope-from lenthe@comcast.net) Received: from OMTA06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by QMTA10.emeryville.ca.mail.comcast.net with comcast id GqrF1Z00116AWCUAA00F00; Wed, 23 Apr 2008 02:51:44 +0000 Received: from [192.168.1.112] ([71.224.148.92]) by OMTA06.emeryville.ca.mail.comcast.net with comcast id GqrS1Z00D1zr1Gv8S00000; Wed, 23 Apr 2008 02:51:29 +0000 X-Authority-Analysis: v=1.0 c=1 a=t/dSSyXT9GEbT9PXXQjoYQ==:17 a=39M3g2G1LueKqnVW-FcA:9 a=_UbLvqAkEyl6l8cuobgwohVfNAcA:4 a=f98-GbA9VkgA:10 Message-ID: <480EA40D.2040307@comcast.net> Date: Tue, 22 Apr 2008 22:50:53 -0400 From: Jason Lenthe User-Agent: Thunderbird 2.0.0.12 (X11/20080420) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gtkprintbackendcups.c X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 03:08:32 -0000 /usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.9/modules/printbackends/cups/gtkprintbackendcups.c, Line 1407: /* Ordering matters for default preference */ static const char *lpoptions_locations[] = { "/etc/cups/lpoptions", ".lpoptions", ".cups/lpoptions" }; Shouldn't we have "/usr/local/etc/cups/lpoptions" in there? Thanks, Jason