On 1/5/06, Iain Buchanan <[EMAIL PROTECTED]> wrote:
> I guess I could just be impatient (ok, I _know_ I'm impatient :) but is
> there a firefox "quickstart" similar to what I saw on windows once upon
> a time?

Not AFAIK.  But pre-linking provided a nice reduction in startup times
for firefox.

> Openoffice used to have one too (in windows) - a little tray
> app that loaded ooffice into memory so that when you first used it, the
> start up time was short.

For openoffice.org 1.x, there is oooqs and variants.  However it
doesn't work with the current OOo.  For that, here is my
~/.kde/Autostart/oooqs:

#!/bin/bash

rm -f ~/.openoffice.org2/.lock

while true; do
        t=`ooffice2 -nologo -nodefault 2>&1`
        if test "$t" != ""; then
                break
        fi
done


>
> TIA,
> --
> Iain Buchanan <iaindb at netspace dot net dot au>
>
> Loan-department manager:  "There isn't any fine print.  At these
> interest rates, we don't need it."
>
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to