From owner-freebsd-openoffice@FreeBSD.ORG Tue Apr 1 23:20:44 2003 Return-Path: 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 1FE9A37B401 for ; Tue, 1 Apr 2003 23:20:44 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0422843F3F for ; Tue, 1 Apr 2003 23:20:43 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h327KeO9076967; Wed, 2 Apr 2003 09:20:40 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 2 Apr 2003 09:20:40 +0200 (CEST) From: Martin Blapp To: Bartosz Fabianowski In-Reply-To: <3E8A7FE9.4030803@chillt.de> Message-ID: <20030402091932.H44060@cvs.imp.ch> References: <3E8A7FE9.4030803@chillt.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: openoffice@freebsd.org Subject: Re: New bug in openoffice-devel and fix for "AutoPilot" bug X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 07:20:44 -0000 Hi, > 223 soffice.bin CALL open(0xbfbfd780,0xa02,0x1b6) > 223 soffice.bin NAMI "/usr/local/OpenOffice.org-644/program/svcki.tmp" > 223 soffice.bin RET open -1 errno 13 Permission denied > > The problem can be solved by setting the "Temporary Files" path to > "/var/tmp" manually in the OpenOffice.org "Options" dialog and > restarting the program. It certainly seems like a bug in the setup > program, but since nobody seems to have ever reported such a bug on > Linux yet, I assume it must have something to do with the port. > > Itis interesting to note that at least on my system, setting the > "Temporary Files" path to a directory where I have write permissions and > restaring the program also fixes the crash reported when clicking on > "File->AutoPilot->Report". Yeah that's a good point. I did know the bug for the wrong temp path, but I did not know that one can change it in the settings. I'll fix that ASAP. Martin