BTW CentOS 5.3 currently supplies 3.0.11 and it seems that you're not getting updates in timely fashion. 3.0.5 is what comes with the default installation. Try to use
yum update
from time to fime.
Cheers,
K.
Main Topics
Browse All Topics
The centos package came with 3.05.. I downloaded the 3.5 archive from the net and "tar jxf firefox.tar.bz2" as a user (not root) and then am able to launch it from the folder with "./firefox" I understand that this means that this is only available for the current user
What I'd like to do on the gnome desktop is to create links (with the firefox icon) that launches this new 3.5 version. Creating a link on the firefox creates a shortcut that doesnt quite seem to know that it needs to run (it keeps asking that question). Also how do I associate an icon with the shortcut link on the desktop and also modify the link from the launcher menu on top of the screen under applications-->internet. Its also not clear how to remove icons from these menus (unlike those on the bar that have an option). How does one uninstall firefox 3.05 and make this 3.5 the default for all users (unlike what I did just now)
answers to these basic GUI queries welcome..
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Well in fact it will require you to edit the menu contents. But it is likely that it will revert back to default settings through yum updates even if you did or you need to disable update of gnome menu update from repository.
another method would be to add the new FireFox icon over your menu bar.
Cheers,
K.
Yeah I was referring to if. Since menu items are created by CentoS they will be overwritten by any update that modifies the Menu. It only keeps non standard times and overwrites any system items. I believe it would add a new Firefox button if you've deleted the old or restores to factory default if you've modified it.
Business Accounts
Answer for Membership
by: KeremEPosted on 2009-07-08 at 16:43:52ID: 24809498
Hi,
>
What CentOS does is:
- installs the binaries under /usr/lib/firefox-<version> (for 32 bit system) and
/usr/lib/firefox-<version> (for 64 bit systems)
/usr/lib64/firefox-<version
Then copies a script in /usr/bin/firefox.
This script is called when you launch firefox. Just edit it and you will see references to firefox-<version>
Just install the binaries under say : /usr/lib/firefox-3.5.0 as root and then edit the script file called /usr/bin/firefox and replace all references to firefox-3.0.5 to firefox-3.5.0. Save exit and you will be launching firefox 3.5.0 globally from now on.
Cheers,
K.