public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] firefox quickstart
@ 2006-01-06  3:27 Iain Buchanan
  2006-01-06  5:24 ` Boyd Stephen Smith Jr.
  2006-01-06  5:49 ` Richard Fish
  0 siblings, 2 replies; 5+ messages in thread
From: Iain Buchanan @ 2006-01-06  3:27 UTC (permalink / raw
  To: gentoo-user

Hi all,

For a while, I've been keeping a firefox window open and minimised on an
unused workspace, just because it considerably speeds up opening a new
firefox window.  Instead of waiting for a while, a new window will open
within a few seconds.

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?  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.

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] firefox quickstart
  2006-01-06  3:27 [gentoo-user] firefox quickstart Iain Buchanan
@ 2006-01-06  5:24 ` Boyd Stephen Smith Jr.
  2006-01-06  5:49 ` Richard Fish
  1 sibling, 0 replies; 5+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-01-06  5:24 UTC (permalink / raw
  To: gentoo-user

On Thursday 05 January 2006 21:27, Iain Buchanan <iaindb@netspace.net.au> 
wrote about '[gentoo-user] firefox quickstart':

> 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? 

I don't know about firefox, but kde will keep some number of konq windows 
loaded in the background for windows/IE-like instant open.

> 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.

eix oooqs || esearch oooqs || emerge -s oooqs

-- 
Boyd Stephen Smith Jr.
bss03@volumehost.com
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] firefox quickstart
  2006-01-06  3:27 [gentoo-user] firefox quickstart Iain Buchanan
  2006-01-06  5:24 ` Boyd Stephen Smith Jr.
@ 2006-01-06  5:49 ` Richard Fish
  2006-01-06  5:57   ` Boyd Stephen Smith Jr.
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Fish @ 2006-01-06  5:49 UTC (permalink / raw
  To: gentoo-user

On 1/5/06, Iain Buchanan <iaindb@netspace.net.au> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] firefox quickstart
  2006-01-06  5:49 ` Richard Fish
@ 2006-01-06  5:57   ` Boyd Stephen Smith Jr.
  2006-01-06 11:29     ` Jose Maria Alvarez Fernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-01-06  5:57 UTC (permalink / raw
  To: gentoo-user

On Thursday 05 January 2006 23:49, Richard Fish <bigfish@asmallpond.org> 
wrote about 'Re: [gentoo-user] firefox quickstart':
> For openoffice.org 1.x, there is oooqs and variants.  However it
> doesn't work with the current OOo.

Actually, the latest stable x86 oooqs (2.0.3-r2) *requires* the 2.x line of 
OpenOffice.org.

-- 
Boyd Stephen Smith Jr.
bss03@volumehost.com
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] firefox quickstart
  2006-01-06  5:57   ` Boyd Stephen Smith Jr.
@ 2006-01-06 11:29     ` Jose Maria Alvarez Fernandez
  0 siblings, 0 replies; 5+ messages in thread
From: Jose Maria Alvarez Fernandez @ 2006-01-06 11:29 UTC (permalink / raw
  To: gentoo-user

There is a kind of what you're looking for here:

http://kde-apps.org/content/show.php?content=31014

It's in early development stages, but it works. It's based on the mozilla one.

Cheers!!

Chema
El Viernes, 6 de Enero de 2006 06:57, Boyd Stephen Smith Jr. escribió:
> On Thursday 05 January 2006 23:49, Richard Fish <bigfish@asmallpond.org>
>
> wrote about 'Re: [gentoo-user] firefox quickstart':
> > For openoffice.org 1.x, there is oooqs and variants.  However it
> > doesn't work with the current OOo.
>
> Actually, the latest stable x86 oooqs (2.0.3-r2) *requires* the 2.x line of
> OpenOffice.org.
>
> --
> Boyd Stephen Smith Jr.
> bss03@volumehost.com
> ICQ: 514984 YM/AIM: DaTwinkDaddy

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-06 11:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06  3:27 [gentoo-user] firefox quickstart Iain Buchanan
2006-01-06  5:24 ` Boyd Stephen Smith Jr.
2006-01-06  5:49 ` Richard Fish
2006-01-06  5:57   ` Boyd Stephen Smith Jr.
2006-01-06 11:29     ` Jose Maria Alvarez Fernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox