From owner-freebsd-ports@FreeBSD.ORG Wed Feb 20 10:12:13 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9198966F for ; Wed, 20 Feb 2013 10:12:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) by mx1.freebsd.org (Postfix) with ESMTP id F0D4B1FE for ; Wed, 20 Feb 2013 10:12:12 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.6/8.14.5) with ESMTP id r1KAC7MI027968; Wed, 20 Feb 2013 11:12:07 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.6/8.14.5/Submit) with ESMTP id r1KAC6sw027965; Wed, 20 Feb 2013 11:12:07 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 20 Feb 2013 11:12:06 +0100 (CET) From: Wojciech Puchar To: Peter Jeremy Subject: Re: libreoffice In-Reply-To: <20130220093451.GB44920@server.rulingia.com> Message-ID: References: <20130220093451.GB44920@server.rulingia.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Wed, 20 Feb 2013 11:12:07 +0100 (CET) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 10:12:13 -0000 > > Once you start LibreOffice it opens additional documents within the same > process - which is much faster than starting LibreOffice. my > >> other question - where are printers defined in libreoffice? > > System wide printer: > /usr/local/lib/libreoffice/share/psprint/psprint.conf > /usr/local/lib/libreoffice/share/psprint/driver tried editing psprint.conf did this ; Printer: contains the base name of the PPD and the Printer name separated by / Printer=SGENPRT/Generic Printer ; DefaultPrinter: marks the default printer DefaultPrinter=1 ; Location: a user readable string that will be shown in the print dialog Location=Druk ; Comment: a user readable string that will be shown in the print dialog Comment=Druk ; Command: a command line that accepts PostScript as standard input (pipe) ; note: a shell will be started for the command Command=cat >/tmp/out ; QuickCommand: a command line that accepts PostScript as standard input (pipe) to check it out. gets "cannot find default printer" when printing. in printer settings there is no printer to choose. > > You can manage printers with /usr/local/lib/libreoffice/program/spadmin > (including setting up per-user printers) got: "cannot install a printer because filesystem is readonly. please contact administrator" in spite of running as root and with all filesystem read-write what more can i check?