From owner-freebsd-questions@freebsd.org Wed Jan 25 05:10:40 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E961CCB2D53 for ; Wed, 25 Jan 2017 05:10:40 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [184.105.128.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.he.net", Issuer "GeoTrust SSL CA - G4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA389DDD for ; Wed, 25 Jan 2017 05:10:40 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from ::ffff:99.100.19.101 ([99.100.19.101]) by holgerdanske.com with ESMTPSA (AES128-SHA:SSLv3:Kx=RSA:Au=RSA:Enc=AES(128):Mac=SHA1) (SMTP-AUTH username dpchrist@holgerdanske.com, mechanism PLAIN) for ; Tue, 24 Jan 2017 21:10:36 -0800 Subject: Re: FreeBSD 11, Xfce, and printing To: freebsd-questions@freebsd.org References: <114d072f-9fc4-e513-90fb-409e7e277afd@holgerdanske.com> <20170123075307.89b4e6f4.freebsd@edvax.de> <20170123085940.0f118df2.freebsd@edvax.de> From: David Christensen Message-ID: Date: Tue, 24 Jan 2017 21:10:36 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170123085940.0f118df2.freebsd@edvax.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 05:10:41 -0000 On 01/22/17 23:59, Polytropon wrote: > On Sun, 22 Jan 2017 23:29:25 -0800, David Christensen wrote: >> On 01/22/17 22:53, Polytropon wrote: >>> On Sun, 22 Jan 2017 19:50:37 -0800, David Christensen wrote: >>>> I wanted to print a document today. I went looking for: >>>> >>>> Application Menu -> Settings -> Printing >>>> >>>> >>>> It does not exist. All I see is: >>>> >>>> Application Menu -> Settings -> Xfce 4 Printing System Settings >>>> >>>> >>>> CUPS is missing from the left-hand pane. >>> >>> https://www.freebsd.org/doc/en/articles/cups/ I followed along with the above article. Pages 1 and 2 were uneventful. On page 3 (Configuring the CUPS Print Server), the following files do not exist on my system: /usr/local/etc/cups/mime.types /usr/local/etc/cups/mime.convs Perhaps the recommended setting: application/octet-stream Is already in the source code (?): toor@freebsd:/root # grep octet-stream -r /usr/local/include/cups /usr/local/include/cups/cups.h:# define CUPS_FORMAT_AUTO "application/octet-stream" Page 4 was uneventful. I didn't need to go any further -- the CUPS web user interface works and the printer dialogs in LibreOffice and eVince work. Thanks, everyone, for the help. :-) David