Word .DOC viewer for Mozilla
Jason Slaughter
jason-2F8E0OLjuh154TAoqtyWWQ at public.gmane.org
Fri Nov 7 19:05:49 UTC 2003
> If you open up OpenOffice, go to Help->Contents, and then index search for
> "command line parameters", there are some command line options for getting
> OO to run in the background, a-la QuickStart. Incurr the cost at machine
> boot and have fast starting OO during regular use.
>
> I've never tried to do this, so please let the list know what you find.
I've tried using OpenOffice's "quickstart" before. It's done with:
soffice -quickstart
The next document I open loads very quickly. One problem I see however, is
that when I close the last OpenOffice document, the "soffice -quickstart"
instance quits as well! So if I load one document, then close it, I need to
run "soffice -quickstart" again before I open my *next* document.
Is there any way to keep it persistently in memory, even after closing every
document?
Right now I'm using the following shell script, which is an awful, evil, hack:
#! /bin/sh
while (/bin/true)
do
/opt/OpenOffice.org1.1.0/soffice -quickstart
done
--
The Toronto Linux Users Group. Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml
More information about the Legacy
mailing list