LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-23-2006, 04:37 PM   #16
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55

It really depends on what desktop-environment you are using.
If you use KDE then it will have to load some libraries which are not present if all other apps are native KDE apps - since firefox is a GTK application.
If you use Gnome - which is built upon GTK - these things will already be there and not need to be loaded first.
But eighter way - this is only for the first start-up... - after that it is much faster in any environment.
Code:
ldd firefox-bin
        linux-gate.so.1 =>  (0xffffe000)
        libmozjs.so => /usr/lib/mozilla-firefox/libmozjs.so (0xb7e95000)
        libxpcom.so => /usr/lib/mozilla-firefox/libxpcom.so (0xb7e92000)
        libxpcom_core.so => /usr/lib/mozilla-firefox/libxpcom_core.so (0xb7dea000)
        libplds4.so.6 => /usr/lib/nspr/libplds4.so.6 (0xb7de7000)
        libplc4.so.6 => /usr/lib/nspr/libplc4.so.6 (0xb7de2000)
        libnspr4.so.6 => /usr/lib/nspr/libnspr4.so.6 (0xb7da6000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7d7e000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7d7a000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7a78000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb79f5000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb79db000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb79c4000)
        libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb79bc000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7983000)
        libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb7937000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb78fd000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb78f9000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7874000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0xb786c000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb7846000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7777000)
        libm.so.6 => /lib/libm.so.6 (0xb7754000)
        libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so.6 (0xb7684000)
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc_s.so.1 (0xb767b000)
        libc.so.6 => /lib/libc.so.6 (0xb7560000)
        /lib/ld-linux.so.2 (0xb7f31000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7558000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb7554000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0xb754c000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7525000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb751b000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb750c000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7507000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7493000)
        libz.so.1 => /lib/libz.so.1 (0xb7481000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb744c000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0xb7439000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7419000)
 
Old 02-23-2006, 05:23 PM   #17
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
I think that kde also is verry very heavy.... I will switch to gnome :P
 
Old 02-23-2006, 05:44 PM   #18
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
It really is a matter of taste and not which one is heavier (KDE _might_ be a _bit_ more...), which one you use - personally: I tried KDE a few times and the last was 3 weeks ago...it is really good and good looking and everything - but still - it is not the thing I like - I like Gnome!

Last edited by jomen; 02-23-2006 at 05:48 PM.
 
Old 02-23-2006, 06:45 PM   #19
angustia
Member
 
Registered: Apr 2003
Location: chile
Posts: 58

Rep: Reputation: 15
Quote:
Originally Posted by alaios
Thx a lot for your answer
I ASBOLUTELY agree with u,...... !!!!
Linux seems to be much slower than windows...
How do u know how many libraries firefox needss at startup?
linux slower than windows or linux version of some applications slower than the windows versions?

to list shared libraries of firefox:
ldd /usr/lib/mozilla-firefox/firefox-bin

(this path is from gentoo...)
 
Old 02-23-2006, 06:56 PM   #20
justanothersteve
Member
 
Registered: Aug 2005
Location: Missouri, USA
Distribution: Gentoo
Posts: 161

Rep: Reputation: 30
Try opening the menu-editor for your K menu and uncheck "Enable launch feedback" for firefox. This deals with the "Bouncy icon". Granted it doesn't use much, but it still uses resources to give those neat bouncy effects
 
Old 02-23-2006, 07:51 PM   #21
acidburned
Member
 
Registered: Sep 2005
Location: u.s.a
Distribution: mepis 3.4.3,antix Lysistrata,linuxmint 4.0xfce,debian4.0,ultimate edition xmas
Posts: 78

Rep: Reputation: 15
ive noticed that too on some linux distros that have firefox is very slow to load or doesnt at all,on mepis n damn small it fires up as quickly as it does in windows.dont know why that is but im not complaining.atleast not anymore lol
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox: Disable New Window anticuchos Linux - Software 3 09-27-2005 01:12 AM
firefox- open html in new window kpachopoulos Linux - Software 1 08-14-2005 04:08 AM
open a new window from Firefox lordofring Linux - Software 4 04-18-2005 06:03 PM
Firefox and Window Size dnorseman Linux - Software 0 10-04-2004 02:32 PM
Cannot resize/move firefox window 000jits General 3 09-08-2004 07:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration