From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 16 03:21:40 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA2E716A403 for ; Mon, 16 Oct 2006 03:21:40 +0000 (UTC) (envelope-from freebsd@luna.afraid.org) Received: from smtp-1.orange.nl (smtp-1.orange.nl [193.252.22.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0DA43D4C for ; Mon, 16 Oct 2006 03:21:40 +0000 (GMT) (envelope-from freebsd@luna.afraid.org) Received: from gw.luna.afraid.org (s559292f8.adsl.wanadoo.nl [85.146.146.248]) by mwinf6003.orange.nl (SMTP Server) with ESMTP id 0B4C02400084; Mon, 16 Oct 2006 05:21:38 +0200 (CEST) X-ME-UUID: 20061016032139463.0B4C02400084@mwinf6003.orange.nl Received: from [127.0.0.1] (gw.luna.afraid.org [127.0.0.1]) by gw.luna.afraid.org (Postfix) with ESMTP id 106721B2; Mon, 16 Oct 2006 05:21:38 +0200 (CEST) Message-ID: <4532FAC0.1080300@luna.afraid.org> Date: Mon, 16 Oct 2006 05:21:36 +0200 From: Raaf User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20061015 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: evince print problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 03:21:40 -0000 Thomas wrote: > Hi Michael > > Am Dienstag, den 10.10.2006, 19:45 -0400 schrieb Michael Johnson: > > > > can you update evince to 0.6.1 and see if the problem still > > exists? I can print with 0.6.1 > > Unfortunately not. I use bsd lpd and not cups. > > evince is linked to > libgnomeprintui-2-2.so.0 => /usr/local/lib/libgnomeprintui-2-2.so.0 > (0x286e2000) > libgnomeprint-2-2.so.0 => /usr/local/lib/libgnomeprint-2-2.so.0 > (0x28717000) > > libgnomeprint was build without cups support. > > evince shows me: > Configure summary: > Print Support......: gtk > DBUS Support.......: yes > Nautilus Plugin....: yes > > PostScript Backend.: yes > TIFF Backend.......: yes > DJVU Backend.......: no > DVI Backend........: no > Pixbuf Backend.....: no > Comics Backend.....: no > Impress Backend....: no > > I guess this is not a evince problem. I can't print with epiphany too. > In both apps i just can choose "print to file". > Printing works fine with evo, firefox and openoffice. I have no clue how > printing works in gnome. There is this magic cups I don't use. lpd > worked fine in the past and it still works with most applications. Hi i had the same issue, i think it has something to do with evince's change from gnomeprint to gtkprint. Anyway, adding this line to the Makefile of the evince port solved it for me: CONFIGURE_ARGS+= --with-print=gnome Raaf