From owner-freebsd-openoffice@FreeBSD.ORG Wed Jun 15 18:56:36 2005 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F8C16A41C for ; Wed, 15 Jun 2005 18:56:36 +0000 (GMT) (envelope-from durian@shadetreesoftware.com) Received: from shadetreesoftware.com (ip-64-139-19-166.dsl.den.megapath.net [64.139.19.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5AA43D48 for ; Wed, 15 Jun 2005 18:56:35 +0000 (GMT) (envelope-from durian@shadetreesoftware.com) Received: from mailhost.boogie.com (root@cpe-66-87-52-132.co.sprintbbd.net [66.87.52.132]) by shadetreesoftware.com (8.13.3/8.13.3) with ESMTP id j5FItqBg061145; Wed, 15 Jun 2005 12:55:53 -0600 (MDT) (envelope-from durian@shadetreesoftware.com) Received: from man.boogie.com (man.boogie.com [192.168.1.3]) by mailhost.boogie.com (8.13.3/8.13.3) with ESMTP id j5FItjML034949; Wed, 15 Jun 2005 12:55:48 -0600 (MDT) (envelope-from durian@shadetreesoftware.com) From: Mike Durian Organization: Shade Tree Software, LLC To: Bartosz Fabianowski Date: Wed, 15 Jun 2005 12:55:44 -0600 User-Agent: KMail/1.8 References: <200505121239.54556.durian@shadetreesoftware.com> <20050513.100834.112627846.chat95@mac.com> <42B05781.7030100@chillt.de> In-Reply-To: <42B05781.7030100@chillt.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506151255.45273.durian@shadetreesoftware.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0b1 (shadetreesoftware.com [192.168.2.2]); Wed, 15 Jun 2005 12:56:27 -0600 (MDT) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0b1 (mailhost.boogie.com [66.87.52.132]); Wed, 15 Jun 2005 12:55:48 -0600 (MDT) X-Virus-Scanned: ClamAV 0.85.1/941/Wed Jun 15 12:13:38 2005 on oak.shadetreesoftware.com X-Virus-Scanned: ClamAV 0.85.1/941/Wed Jun 15 12:13:38 2005 on fever.boogie.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on oak.shadetreesoftware.com Cc: openoffice@FreeBSD.org Subject: Re: 2.0-devel issues X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 18:56:36 -0000 On Wednesday 15 June 2005 10:29 am, Bartosz Fabianowski wrote: > I realize I am replying to a really old mail. But I can still observe one of the issues described therein with the current 1.9m109 port: > >>3) My printer additions are not being recorded. I run spadmin and > >> add a printer. The next time I run spadmin it does not appear. > > The printer settings are stored in the following file: > > /usr/local/openoffice.org1.9m109/share/psprint/psprint.conf > > The problem is that this file gets installed with permissions set to 444 > (read-only). Therefore, the printer administration program cannot edit it. > One fix would be to set the permissions to 666. But then, any user could > edit the global printer configuration. Maybe 644 would be a good compromise > - root could set up printers and other users could only see the > configuration, not change it. I think that's the way it worked in > OpenOffice.org 1.1.x. I reported this bug to OOo. It's in their bugzilla. They say there is a known issue if you run spadmin before running OOo normally. In my particular case, the psprint directory doesn't even exist (in the heirarchy below my home directory - I didn't check /usr/local). I checked permissions off my home directory and everything was fine, with the exception of the missing psprint directory. mike