From owner-freebsd-questions@freebsd.org Mon Jan 23 03:50: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 68ACECBD3A0 for ; Mon, 23 Jan 2017 03:50:40 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [IPv6:2001:470:0:19b::b869:801b]) (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 5BDE8CC0 for ; Mon, 23 Jan 2017 03:50: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 ; Sun, 22 Jan 2017 19:50:38 -0800 To: freebsd-questions@freebsd.org From: David Christensen Subject: FreeBSD 11, Xfce, and printing Message-ID: <114d072f-9fc4-e513-90fb-409e7e277afd@holgerdanske.com> Date: Sun, 22 Jan 2017 19:50:37 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 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: Mon, 23 Jan 2017 03:50:40 -0000 freebsd-questions: I have a computer with: toor@freebsd:/root # freebsd-version 11.0-RELEASE-p7 toor@freebsd:/root # uname -a FreeBSD freebsd 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 03:40:55 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 toor@freebsd:/root # pkg info xfce | head -n 1 xfce-4.12_1 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. When I try to print from within LibreOffice Writer, the choices available in the Print dialog are not encouraging: Print to File... Generic Printer So, I installed: xfce4-print Which said: ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Depends on unmaintained x11-toolkits/libxfce4gui. Application Menu -> Settings -> Printing still does not exist, and the LibreOffice Writer Print dialog still does not look encouraging. Any suggestions for getting CUPS working? David