From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 18:58:30 2005 Return-Path: X-Original-To: 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 DE43216A41F for ; Sun, 18 Dec 2005 18:58:30 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id E430843DB5 for ; Sun, 18 Dec 2005 18:58:14 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 16786 invoked by uid 502); 18 Dec 2005 18:58:11 -0000 Received: from dsl28163.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.163) by 0 with SMTP; 18 Dec 2005 18:58:11 -0000 X-CLIENT-IP: 216.227.115.163 X-CLIENT-HOST: dsl28163.ywave.com Message-ID: <43A5B143.30102@ywave.com> Date: Sun, 18 Dec 2005 10:58:11 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steven Lake References: <200512181015.18357.steven.lake@voyager.net> <200512181015.18357.steven.lake@voyager.net> <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> In-Reply-To: <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Printing problems with Mozilla and Firefox on Freebsd 5.3 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: Sun, 18 Dec 2005 18:58:32 -0000 Steven Lake wrote: > At 07:30 PM 12/18/2005 +0300, Andrew P. wrote: > >> On 12/18/05, Steven Lake wrote: >> > Ok, got a weird one here. Got cups setup with our >> > new office lan printer and I can print just fine from any >> > program, EXCEPT Mozilla and Firefox. They go through >> > the motions, but nothing happens. Nothing shows up in >> > the que or the access or error logs or anything. Am I >> > missing something? My research via google into this >> > found me several pages that mentioned something about >> > 'msttcorefonts', but after some playing with this they don't >> > seem to be installable on freebsd. Any suggestions? >> >> I think x11-fonts/webfonts may be referenced as msttcorefonts >> in other distributions. I can't explain why, but try to install the >> print/gtklp port and change the print command in firefox to >> gtklp. > > > Installed webfonts and gtklp and restarted x and no go still. > :( One thing I did notice is that all the others go to a normal print > window, but the two browsers go to some custom printing screen and say > something about "postscript/printer_name" instead of the normal KDE cups > installed printer. Would that possibly cause part of the issue? Firefox isn't a KDE app, so by default is uses /usr/bin/lpr unless you specifically set it to use another print interface. Unfortunately Firefox 1.5's whole printing system is pretty buggy right now - almost to the point of unusability on my system. If it was working properly you'd go File->Print select the printer you want to edit, click Properties and set the command to either /usr/local/bin/lpr (for the lpr interface to CUPS) or kprinter (for the KDE interface to CUPS). Unfortunately this official method is not working for me. I've had to edit the prefs.js directly in order to maintain printing ability. HTH, Micah