From owner-freebsd-openoffice@FreeBSD.ORG Wed Jun 15 16:30:05 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 C61BC16A41C for ; Wed, 15 Jun 2005 16:30:05 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from dd3.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855DE43D55 for ; Wed, 15 Jun 2005 16:30:05 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dsl-082-083-155-080.arcor-ip.net [82.83.155.80]) by dd3.kasserver.com (Postfix) with ESMTP id 4E06EA7D93; Wed, 15 Jun 2005 18:30:00 +0200 (CEST) Message-ID: <42B05781.7030100@chillt.de> Date: Wed, 15 Jun 2005 18:29:53 +0200 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050326) X-Accept-Language: en-us, en MIME-Version: 1.0 To: NAKATA Maho References: <200505121239.54556.durian@shadetreesoftware.com> <20050513.100834.112627846.chat95@mac.com> In-Reply-To: <20050513.100834.112627846.chat95@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 16:30:05 -0000 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. - Bartosz