From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 04:07:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3536316A41F for ; Sat, 3 Dec 2005 04:07:57 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE9943D55 for ; Sat, 3 Dec 2005 04:07:56 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from smogmonster.local (pcp0010916331pcs.albqrq01.nm.comcast.net[68.35.114.183]) by comcast.net (sccrmhc13) with ESMTP id <20051203040755013002fuose>; Sat, 3 Dec 2005 04:07:55 +0000 From: Joshua Tinnin To: Micah Date: Fri, 2 Dec 2005 21:07:36 -0700 User-Agent: KMail/1.8.3 References: <200512011228.28405.krinklyfig@comcast.net> <200512012303.43293.krinklyfig@comcast.net> <4390DC31.7070501@ywave.com> In-Reply-To: <4390DC31.7070501@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512022107.40633.krinklyfig@comcast.net> Cc: freebsd-questions@freebsd.org Subject: Re: After Firefox upgrade, browser no longer prints without CUPS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 04:07:57 -0000 On Fri 2 Dec 05 16:43, Micah wrote: > Joshua Tinnin wrote: > > On Thu 1 Dec 05 22:35, Micah wrote: > >>Joshua Tinnin wrote: > >>>What does Firefox use to recognize printers? Every other > >>>application recognizes and uses the generic UNIX lpd (with > >>>Ghostscript and hpdij), which is what Firefox used before I > >>>upgraded it to 1.5. Now it insists on using CUPS or PostScript. > >>>I've been Googling for two days and can't figure out how to get it > >>>back where it was. > >>> > >>>Have to say, I love FreeBSD, but printing is a serious hassle. > >>>Every time the smallest thing changes, it breaks and requires > >>>several days of maddening searching and tweaking to get it back > >>> the way it was. Am about to break down and get a print server, as > >>> this is way too much to deal with on a regular basis. > >> > >>Did you try printing using the "postscript/default" printer? If > >> that is broken, the "properties" button on the print window should > >> allow you to specify lpd as the print command. > > > > Yes, I tried this, although lpd is the daemon, right? It's already > > running through lpd_enable="YES" in /etc/rc.conf, in any event. I > > used lpr. It tells me the paper size is not supported by the > > printer (8.5"x11"), which is definitely not true. > > You're right, I meant lpr. And something is wrong with FireFox's > printer handling. I used to have two printers setup in FireFox (and > Mozilla before), one for the default printer (lpr) and one for > kprinter (both are the same physical printer, just different > frontends to it). FireFox 1.5 added the cups printer and now FireFox > seems to be having trouble telling which printer is which. Clicking > on propterties for PostScript/Default shows me the propterties for > PostScript/kprinter, and PostScript/kprinter's properties shows me > PostScript/Default. Odd. The settings in prefs.js look fine. Well, there's yet another update for Firefox. Don't have time to look it over at the moment, but am going to portupgrade it and see what happens. I may have borked ghostscript the last time I updated it (missed ijs, which my printer needs, but I recompiled and reinstalled it), so I reinstalled it and then reinstalled apsfilter. Didn't seem to help, and not sure why Firefox would need correct printer drivers at compile time, but will see what transpires after this next update. - jt