Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-09-2005, 11:32 PM
|
#1
|
LQ Newbie
Registered: May 2004
Posts: 10
Rep:
|
How to preload firefox during boot
Hi i'd like firefox to be able to preload during boot like what microsoft did for ie.
Is this possible?
would this be applicable for any app.
I am using SUSE 9.2 and kde.
|
|
|
01-09-2005, 11:59 PM
|
#2
|
Member
Registered: Sep 2004
Distribution: Gentoo
Posts: 134
Rep:
|
What distribution do you use?
EDIT: Duh I'm dumb you use suse...in that case I'm not sure. try going to a command line and typing "rc-update" (without the quotes) and see if it finds it. If so, I'll explain what to do. If not, I don't know.
Last edited by uman; 01-10-2005 at 12:00 AM.
|
|
|
10-01-2005, 12:41 PM
|
#3
|
Member
Registered: Nov 2004
Location: Houston, Texas
Distribution: Ubuntu, Debian, Solaris, Free BSD
Posts: 82
Rep:
|
What about Debian/KDE users?
|
|
|
10-01-2005, 02:46 PM
|
#4
|
Member
Registered: May 2005
Location: München, Germany
Distribution: Slackware, Arch
Posts: 386
Rep:
|
Ever tried a task manager? I suppose there might be an option for issuing commands at startup. Or if you have KAlarm you can use that. (Insert the command "firefox" and set the recurrence to every login)
-A
|
|
|
10-01-2005, 03:07 PM
|
#5
|
Member
Registered: Nov 2004
Location: Houston, Texas
Distribution: Ubuntu, Debian, Solaris, Free BSD
Posts: 82
Rep:
|
KAlarm is unavailable until the Debian package for it gets upgraded to KDE 3.4 (currently dependency lists link to KDE 3.3 libraries). KDE has an autostart feature, but preloading an application and starting an application are not entirely the same thing. I would like to know myself where a list of preloaded applications can be found for kdeinit's startup session. How would a task manager assist in this situation? Or what would I have to do inorder to accomplish preloading firefox o.O?
|
|
|
10-02-2005, 12:10 AM
|
#6
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
Why do you want to do this? Faster startup? What's the point of saving a couple of seconds, once every boot? That said, if you'd Googled the question like I just did you'd have found plenty of articles on the subject. The main suggestion for linux seems to be mounting some of your libs into RAM. Probably a complete waste of time but best of luck to you
|
|
|
10-02-2005, 12:16 AM
|
#7
|
Member
Registered: Nov 2004
Location: Houston, Texas
Distribution: Ubuntu, Debian, Solaris, Free BSD
Posts: 82
Rep:
|
Quote:
Originally posted by cs-cam
Why do you want to do this? Faster startup? What's the point of saving a couple of seconds, once every boot? That said, if you'd Googled the question like I just did you'd have found plenty of articles on the subject. The main suggestion for linux seems to be mounting some of your libs into RAM. Probably a complete waste of time but best of luck to you
|
I have googled this subject, with many different keywords. Coming here to LQ is usually my last resort.
|
|
|
10-02-2005, 07:59 AM
|
#8
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
The best answer I could find was to make a new partition in your RAM ( how-to), copy the firefox libraries to the new partition and either tell firefox to look in the new spot for them or mount the RAM disk to where firefox will expect it's libs to be. The reason this would speed things up is because RAM access is many times faster than your average hard drive.
I'm still struggling to figure out how this is a really good idea, you'd have to figure out a lot of what you need to do on your own as I couldn't find anyone who'd done it before or if they have, nobody has written a tutorial that I could find.
If you run into trouble post back and we'll help
|
|
|
10-02-2005, 09:13 AM
|
#9
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,901
|
Not sure about Suse 9.2, but in 10.0 you can use "preloading".
SUPER preloading - OpenSUSE,
Quote:
What does preloading do? The basic idea is to load files into the cache that are used by certain applications, e.g. OpenOffice. This makes OpenOffice start up much faster because it reads most of its data from cache, not from the slow harddisk. Once KDE has completely started, the preloading is done in the background. This will not affect bootup speed at all.
|
Debian users can use "prelink" to load Firefox faster. It opens almost instantly on my system with a Anthlon 1.8 with 512 MB ram.
If you are using KDE you can add Firefox to the Start-up apps. You can do the same thing in Xfce. For Gnome users here is a guide (looks a little old)
Session
Adding the comand to .xinitrc should work also
|
|
|
10-02-2005, 01:18 PM
|
#10
|
Member
Registered: Nov 2004
Location: Houston, Texas
Distribution: Ubuntu, Debian, Solaris, Free BSD
Posts: 82
Rep:
|
Quote:
Originally posted by cs-cam
The best answer I could find was to make a new partition in your RAM (how-to), copy the firefox libraries to the new partition and either tell firefox to look in the new spot for them or mount the RAM disk to where firefox will expect it's libs to be. The reason this would speed things up is because RAM access is many times faster than your average hard drive.
I'm still struggling to figure out how this is a really good idea, you'd have to figure out a lot of what you need to do on your own as I couldn't find anyone who'd done it before or if they have, nobody has written a tutorial that I could find.
If you run into trouble post back and we'll help
|
When is anything in Linux ever a good idea? Oh wait, I thought learning stuff just for the sake of learning was a good thing! Isn't that what Linux is all about? Freedom to learn! Who cares if it's a complete waste of time 'in your eyes', does that make it any less worth learning just for the sake of learning?
|
|
|
All times are GMT -5. The time now is 03:57 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|