From owner-freebsd-openoffice Fri Jan 24 3:35:45 2003 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 D489D37B401 for ; Fri, 24 Jan 2003 03:35:43 -0800 (PST) Received: from disk.fnug.net (213.237.71.107.adsl.amb.worldonline.dk [213.237.71.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15CD643F5B for ; Fri, 24 Jan 2003 03:35:38 -0800 (PST) (envelope-from paul@fnug.net) Received: from fnug.net (unknown [192.168.0.3]) by disk.fnug.net (Postfix) with ESMTP id 5A4EC4497; Fri, 24 Jan 2003 12:35:31 +0100 (CET) Message-ID: <3E312503.50004@fnug.net> Date: Fri, 24 Jan 2003 12:35:31 +0100 From: "Paul A. Mayer" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030122 X-Accept-Language: en-us, en, da MIME-Version: 1.0 To: Martin Blapp Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: sending oo documents with moz 1.2 References: <3E2FC096.7020305@fnug.net> <20030123131512.G41798@levais.imp.ch> <3E3054DD.3090909@fnug.net> <20030123221820.O43955@levais.imp.ch> In-Reply-To: <20030123221820.O43955@levais.imp.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good idea, Martin! The following script works for a standard installation of the 1.0.2 OO and 1.2.1 moz ports: ------------------- #!/bin/sh # Where mozilla lives ... MOZHOME=/usr/X11R6/lib/mozilla eval "$MOZHOME/run-mozilla.sh $MOZHOME/mozilla-bin $@" ------------------- Thanks for the help all! /Paul Martin Blapp wrote: > Hi, > > >>The shell idea was interesting, but it didn't give any error messages. >>Silent noop is what I get when I try to send a document with the >>permutations below. > > > You can try to make a perlscript, use it as your mozilla ;) and then > see what ARGV[] contains and save the arguments. Would be interesting ! > > Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message