From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 21:39:58 2003 Return-Path: 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 CDA9137B401 for ; Tue, 22 Apr 2003 21:39:58 -0700 (PDT) Received: from orngca-mls03.socal.rr.com (orngca-mls03.socal.rr.com [66.75.160.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415EE43FA3 for ; Tue, 22 Apr 2003 21:39:58 -0700 (PDT) (envelope-from gwschenk@socal.rr.com) Received: from fuzz.socal.rr.com (cpe-24-165-65-83.socal.rr.com [24.165.65.83])h3N4dr923980; Tue, 22 Apr 2003 21:39:53 -0700 (PDT) From: Gary Schenk To: Mike Meyer Date: Tue, 22 Apr 2003 21:40:12 -0700 User-Agent: KMail/1.5 References: <200304102145.25225.gwschenk@socal.rr.com> <16022.60289.92289.802228@guru.mired.org> In-Reply-To: <16022.60289.92289.802228@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304222140.12401.gwschenk@socal.rr.com> cc: freebsd-questions@freebsd.org Subject: Re: Newbie lpd printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 04:39:59 -0000 On Friday 11 April 2003 09:21 am, Mike Meyer wrote: > I suspect your script is broken for printing postscript files. The > hpif script in the handbook doesn't handle those at all, so I assume > you added that code. > No, I did not add anything. This is the script from the handbook. I thought that it was to print postscript to a non-postscript printer. It is essentisally the same script as in FreeBSD Unleashed. > Can you print postscript from the command line? If not, the KDE is > probably turning everything into postscript, which is then failing. > I can only print text from the command line, everything else is broken. > If you're only going to print from KDE, then fixing this script might > be the way to go. However, installing something like magicfilter - and > you've already got the hard parts done - which handles the difference > between postscript and flat text properly, and automatically converts > a number of formats to postscript for you, might be a better option if > you want to print regularly from the command line. > >