Date: Fri, 24 Jan 2003 12:35:31 +0100 From: "Paul A. Mayer" <paul@fnug.net> To: Martin Blapp <mb@imp.ch> Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: sending oo documents with moz 1.2 Message-ID: <3E312503.50004@fnug.net> In-Reply-To: <20030123221820.O43955@levais.imp.ch> References: <3E2FC096.7020305@fnug.net> <20030123131512.G41798@levais.imp.ch> <3E3054DD.3090909@fnug.net> <20030123221820.O43955@levais.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E312503.50004>