LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-20-2006, 11:21 AM   #1
carnold
Member
 
Registered: Feb 2004
Posts: 77

Rep: Reputation: 15
Firefox upgrade


OK, i am using suse 10 with firefox 1.0.7. I want to upgrade to firefox 1.5. I have been to the firefox site and downloaded the src but all this does is allow me to run firefox from that directory (not upgrade). How is everyone else running firefox 1.5 and suse 10?

Chris
 
Old 01-20-2006, 11:35 AM   #2
onjoo
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Suse 10, Suse-factory , RHEL4, SLES9, SLED10
Posts: 380

Rep: Reputation: 30
Easy way : download the official 1.5rpm and install it with yast
Can be downloaded from here:
ftp://ftp.suse.com/pub/projects/mozilla/10.0

That folder contains i586/ppc/x86_64 of
- firefox
- firefox-translations
- mozilla...
- thunderbird
 
Old 01-20-2006, 11:39 AM   #3
carnold
Member
 
Registered: Feb 2004
Posts: 77

Original Poster
Rep: Reputation: 15
Cool. I have been there too and i jus did not see the rpm. so, thanks for the link and help!!

Chris
 
Old 02-06-2006, 03:08 AM   #4
bretts5964
Member
 
Registered: Feb 2005
Location: Seattle WA USA
Distribution: openSUSE 10.2 / Kubuntu 7.04
Posts: 46

Rep: Reputation: 15
Lightbulb How To: integrate Firefox with KDE

Thanks for the link! Worked great, except for one annoyance...

Now when saving/opening files, the file picker dialog no longer uses the Firefox 1.0 default. Instead it uses a GTK dialog which isn't useful under KDE, (in my opinion). So I did some searching, and found this solution:

How To: integrate Firefox with KDE
http://www.ubuntuforums.org/showthre...hlight=firefox

This worked for me with Firefox 1.5 and Thunderbird 1.5 to restore the default Mozilla file picker dialogs on my SUSE 10.0 box.

Brett
 
Old 02-07-2006, 02:46 AM   #5
willy_9
Member
 
Registered: Oct 2005
Location: France
Distribution: Mandriva 2008.0
Posts: 35

Rep: Reputation: 15
Thanks for the information ! Just one small question : how do you install these rpms ???
  • I have tried a right click -> action -> install with yast, but it installs 1.0.6
  • rpm -Uhv tells me I can't install because there are some dependencies between ff 1.0.6 and mozilla translations 1.0.6 (my system is in french). Do I need to uninstall ff and mozilla translations first ?

Thanks for your help
 
Old 02-07-2006, 03:28 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to download the Firefox 1.5 translation package and save it in the same directory where you saved the Firefox 1.5 rpm. After that start konsole or gnome-terminal and change into the direcory where the rpms are located. Once thats done, do
Code:
$su
#rpm -Uvh MozillaFirefox*.rpm
 
Old 02-07-2006, 03:33 AM   #7
willy_9
Member
 
Registered: Oct 2005
Location: France
Distribution: Mandriva 2008.0
Posts: 35

Rep: Reputation: 15
Thanks for the quick answer !

OK, I'll try that this evening (currently at work with M$2000 )
Other question : I assume Yast will be aware that ff is now in 1.5, right ? Or do I need to run something else afterwards ?
 
Old 02-07-2006, 03:39 AM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by willy_9
Thanks for the quick answer !

OK, I'll try that this evening (currently at work with M$2000 )
Other question : I assume Yast will be aware that ff is now in 1.5, right ? Or do I need to run something else afterwards ?
YAST is just a gui wrapper for rpm, with some nifty features, so anything installed using rpm will be known by YAST.

Last edited by reddazz; 02-07-2006 at 03:41 AM.
 
Old 02-07-2006, 03:50 AM   #9
willy_9
Member
 
Registered: Oct 2005
Location: France
Distribution: Mandriva 2008.0
Posts: 35

Rep: Reputation: 15
Great ! Thanks for your help & explanations.

Willy
 
Old 02-11-2006, 01:28 PM   #10
kmclar
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Rep: Reputation: 0
Hi!

I did the steps described by onjoo, but the Firefox extension manager is not working. It reports the extensions I had previously installed (from 1.07), but will not uninstall or update them. It gives a message that the extension will be uninstalled (if I choose that) when Firefox is started, but nothing happens. Any ideas?
 
Old 02-11-2006, 05:49 PM   #11
bretts5964
Member
 
Registered: Feb 2005
Location: Seattle WA USA
Distribution: openSUSE 10.2 / Kubuntu 7.04
Posts: 46

Rep: Reputation: 15
Cool Firefox Safe-Mode?

Hey kmclar,

This is just a guess, but it sounds like a Firefox problem not related to SUSE in particular. Have you tried the mozillazine.org forums or knowledge-base? It might be possible to use Firefox safe-mode to remove the offending extensions.

Details are here: http://kb.mozillazine.org/Safe_Mode Just start up Firefox from a command line:
Code:
firefox -safe-mode
Brett
 
Old 02-15-2006, 09:56 AM   #12
kmclar
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Rep: Reputation: 0
Hi bretts,

Sorry for delay in reply, I've been out of town. I removed the usr/lib/browser-extensions/firefox folder an then re-installed the rpms. That did the trick.

Thanks!

Kirk
 
Old 02-24-2006, 09:46 PM   #13
JSP62
LQ Newbie
 
Registered: Feb 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by onjoo
Easy way : download the official 1.5rpm and install it with yast
Can be downloaded from here:
"ftp://ftp.suse.com/pub/projects/mozilla/10.0"]ftp://ftp.suse.com/pub/projects/mozilla/10.0

That folder contains i586/ppc/x86_64 of
- firefox
- firefox-translations
- mozilla...
- thunderbird
YOUR THE MAN!! For something so trivial, I am sitting here like a....
This is my first post, and I glad to have found a great resource forum to help me.

Thanks
 
Old 02-25-2006, 10:04 AM   #14
rwhitworth
Member
 
Registered: Dec 2002
Location: Guildford, UK
Posts: 43

Rep: Reputation: 15
Having installed Firefox 1.5.0.1 from the RPM, does anyone know how I convince it that I have Real Player installed?

The BBC player (for example) just complains about "missing plugin". If I revert to 1.0.7 it works fine... but I'd rather be on 1.5!
 
Old 03-19-2006, 06:51 PM   #15
raysr
Member
 
Registered: Nov 2003
Location: WA State
Distribution: Ubuntu 13.04
Posts: 727

Rep: Reputation: 31
I just tried to upgrade, used the link above and I got a LOAD of dependencies! Wow, 2 or three isn't bad but there must've been 8, plus a load of conflicts. What's up with that?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 1.07 Upgrade Problem BDHamp SUSE / openSUSE 6 10-07-2005 03:51 PM
firefox upgrade simay Mandriva 8 09-18-2005 03:51 AM
So how do I install the Firefox 1.04 upgrade barabus Linux - Software 8 05-14-2005 12:38 PM
Firefox upgrade question satimis Fedora 4 04-13-2005 09:26 PM
Firefox dragging since upgrade drj000 Linux - Software 12 11-16-2004 08:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:02 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