From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 17:03:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE251065670 for ; Fri, 28 Nov 2008 17:03:58 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from av7-1-sn3.vrr.skanova.net (av7-1-sn3.vrr.skanova.net [81.228.9.181]) by mx1.freebsd.org (Postfix) with ESMTP id 235478FC13 for ; Fri, 28 Nov 2008 17:03:57 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id ADE863823B; Fri, 28 Nov 2008 18:03:56 +0100 (CET) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 922943823B; Fri, 28 Nov 2008 18:03:56 +0100 (CET) Received: from [192.168.1.31] (90-230-141-139-no41.tbcn.telia.com [90.230.141.139]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 5259437E4A; Fri, 28 Nov 2008 18:03:56 +0100 (CET) Message-ID: <49302479.6080505@telia.com> Date: Fri, 28 Nov 2008 18:03:53 +0100 From: Roger Olofsson <240olofsson@telia.com> User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Laszlo Nagy References: <492E4F79.7090309@shopzeus.com> In-Reply-To: <492E4F79.7090309@shopzeus.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: CUPS: cannot see printer from various program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raggen@raggens.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2008 17:03:58 -0000 Laszlo Nagy skrev: > The printer is Epson Stylus Photo R265. I'm using gutenprint 5 and CUPS. > The test page prints well from CUPS. I can also print images and web > pages from firefox, because the "CUPS/R265" printer can be selected in > the print dialog of firefox. > > However, when I open an image from eog (eye of gnome), the only printer > destination I can choose is "LPR". Which is bad, because this is a > printer server with diskless clients, and the users must be able to > select print options from the GUI. > > The system is FreeBSD 7.0. My girlfriend had the same problem with > Ubuntu before, but not with kiwi, so it might not be related to FreeBSD. > > Thanks, > > Laci > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.175 / Virus Database: 270.9.10/1812 - Release Date: 2008-11-25 19:53 > Hello Laszlo, You might want to add the following lines to /etc/make.conf CUPS_OVERWRITE_BASE=yes NO_LPR=yes WITH_CUPS=yes And rebuild the application you want to print from. (The above was found on the excellent guide at http://www.math.colostate.edu/~reinholz/freebsd/) Greetings /Roger