LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I upgrade the Mozilla browser? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-upgrade-the-mozilla-browser-140982/)

redratio1 04-03-2004 05:07 PM

lol, thanks.

Atmchicago 04-03-2004 05:39 PM

As a tip, always use rpm -Uvh -- u is for upgrade, but will install if it isn't there to upgrade.

If moz 1.7 doesn't run because of dependenices then try to find whatever dependencies it needs and install those. They should also be rpms for those.

For me, slackware packages work great. I heartily recommend you try out slack as your next distro... (/rant) Redhat was also my first distro, and I found rpm dependencies to be so freaking annoying. (/rant off)

Anyway, good luck.

phlyersphan 07-09-2004 12:58 AM

Quote:

Originally posted by quartertone
I'd also like to know this as well. I'm on RH9.0, and recently downloaded and installed Mozilla 1.6 without really thinking of the consequences (I've been doing that a lot recently...). The result of this was that my old version (1.2.1) of mozilla got replaced (as far as I can tell) and now /usr/bin/mozilla will run the new version, located in /usr/loca/mozilla-bin. The problem is that (in GNOME) if I launch mozilla, either by clicking its icon or clicking a link in an email, for example, when there is already a mozilla session running, I get asked to choose a profile. Before my installation of 1.6, it just defaulted to the most recently used browser window or opened a new window under the same profile.

I thought of trying rpm -e mozilla (which would uninstall 1.2.1, but i noticed a whole bunch of dependencies of "mozilla = 1.2.1-26 is needed by ...". What to do? Anyone else ever encounter this?

q

Some good advice in this thread, but i've already done what quartertone did (above) with the same results in KDE.

The mozilla.org site says for uninstallation to simply remove the original mozilla folder (i installed 1.7 into a new folder, mozilla1.7). I'm afraid to just willy-nilly delete it, as all of KDE and my apps seem to think the old install is the default....

How can I point my apps (evolution for example) to use the new mozilla to open links instead of the old one? And then, how do I remove the old one?

Thanks!!

Atmchicago 07-09-2004 04:29 PM

Make a symbolic link in /usr/bin to the mozilla executable. Then just tell evolution to run "mozilla" - it will automatically look in /usr/bin, and be redirected to wherever the link goes. Remove the link and you can make a new one to somewhere else.

Like so:

(assuming /usr/bin/mozilla isnt taken or is not a symbolic link)

% ln -s /path/to/mozilla/mozilla /usr/bin/mozilla

just run 'mozilla' - test it in the command line.

If you want to change where it points to,

% rm /usr/bin/mozilla

% ln -s /new/path/mozilla/mozilla /usr/bin/mozilla

phlyersphan 07-09-2004 05:33 PM

Thanks atmchicago -that did the trick! My apps are now calling up mozilla 1.7 properly.

My quirk now is in the profiles... I (probably incorrectly) setup a new profile folder in my home directory called .mozilla1.7 when I installed the new version, because it said not to install the new version over the old one, and I figured I'd keep it separate until I knew the new one worked (at which time I'd remove the old installation).

So I have 2 folders that store profiles - .mozilla, and .mozilla1.7. The oddity is that even though I had specified the 1.7 folder when I installed version 1.7, it seems to have gone back to using the .mozilla folder for its profiles. That's if I invoke mozilla from the GUI (either from the application button on my taskbar, or from an email message, etc). But if I invoke mozilla from the command line, I get the proper version - 1.7 - but the old profile (which I've determined is being read from the new 1.7 profile folder). It's odd.

I rarely invoke mozilla from the command line anyway, so this is no big deal. Just a curiousity! :)

Thanks for the help!!

phlyersphan 07-09-2004 06:27 PM

Hmm the quirk is bigger than I thought -

When I click an email link to open mozilla, it only works if I don't already have mozilla opened up. Otherwise (if I already have a browser window open), it tells me the profile is already in use and I must make another.

Hmmm... any ideas? Mind boggling, I tell you! :)

Atmchicago 07-10-2004 01:11 AM

I also ge the profile stuff (with firefox)... not much you can do about that, I think... or can you?

vectordrake 07-10-2004 12:05 PM

Used to be a bug for all versions. Now it seems to be a bug for Linux only. Perhaps they will address it some day (I addressed it by using Opera. LOL).

phlyersphan 07-10-2004 04:43 PM

Yep, I found it as a listed bug on bugzilla.mozilla.org, #246077.

Ugh!

phlyersphan 07-27-2004 05:13 PM

Regarding the bug of only being able to open one user session at a time in mozilla - I found some wrapper scripts that work well as a workaround (until the bug is fixed).

http://www.linuxquestions.org/questi...a&pagenumber=3

See my post in that thread - I used smither's script and it worked. Now I can open URL's from other programs (such as email) without the profile box coming up. The links open in a new window under the existing mozilla session.


All times are GMT -5. The time now is 07:35 AM.