From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 06:41:12 2011 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 36FD8106564A for ; Fri, 11 Mar 2011 06:41:12 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id E60168FC1F for ; Fri, 11 Mar 2011 06:41:11 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Pxw2A-0003EM-1n>; Fri, 11 Mar 2011 07:41:10 +0100 Received: from e178017220.adsl.alicedsl.de ([85.178.17.220] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Pxw29-0008FQ-Ul>; Fri, 11 Mar 2011 07:41:10 +0100 Message-ID: <4D79C405.6030201@mail.zedat.fu-berlin.de> Date: Fri, 11 Mar 2011 07:41:09 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110305 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Polytropon References: <4D75EB04.7090704@zedat.fu-berlin.de> <4D78AA1B.3000000@zedat.fu-berlin.de> <20110311011336.51d0ce9a.freebsd@edvax.de> In-Reply-To: <20110311011336.51d0ce9a.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.17.220 Cc: freebsd-questions@freebsd.org Subject: Re: xpdf can not print via cups if started from firefox 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: Fri, 11 Mar 2011 06:41:12 -0000 On 03/11/11 01:13, Polytropon wrote: > On Thu, 10 Mar 2011 11:38:19 +0100, "O. Hartmann" wrote: >> On 03/08/11 16:51, Warren Block wrote: >>> On Tue, 8 Mar 2011, O. Hartmann wrote: >>> >>>> I've got a weird problem here. Very often I download scientific papers >>>> as pdf from protals and they got opened via firefox3 with the >>>> configured propper utility, in this case xpdf. In such a case, >>>> printing is impossible. I hit the print button, a popup shows up with >>>> the configured CUPS printing queue, but hitting OK doesn't have any >>>> effect. The funny thing is: when opening the same PDF (it is stored in >>>> /tmp/) with xpdf by starting xpdf from a terminal, printing on the >>>> same queue works well. >>> >>> In your .xpdfrc, do you specify a full path to the CUPS lpr? >> >> I did now and it hasn't any effect. > > Maybe you're experiencing a caching problem? I would guess > that as you stated there is a temporary file, this should > not happen (in relation to Firefox) there should at least > be an error message. > > Did you try to enter the full command into xpdf's printing > dialog, e. g. "/usr/local/bin/lpr -P", just in case > the .xpdfrc setting hasn't been read upon program start? > > > Yes, I did, still the same problem. I have the strange feeling that a firefox-started xpdf doesn't know anything about CUPS and its printing queues. I try to figure out how to log this ...