Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10th June 2009, 06:44 PM
JONOR's Avatar
JONOR Offline
Registered User
 
Join Date: Aug 2007
Location: Cornwall England
Posts: 333
Downgrading firefox as unsupported by a site.

Would someone kindly remind me how to downgrade Firefox 3.5b4 to the Fedora 10 version as since installing F11 a site ( a bank ) is telling me the browser is not supported. Firefox in F10 worked fine.

Last edited by JONOR; 10th June 2009 at 06:53 PM.
Reply With Quote
  #2  
Old 10th June 2009, 06:53 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,305
It may be easier to install user-agent-switcher and have FF lie about the version.

You should also contact your bank and tell them they suck.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #3  
Old 10th June 2009, 06:54 PM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by brunson View Post

You should also contact your bank and tell them they suck.

Atta boy.........
Reply With Quote
  #4  
Old 10th June 2009, 07:14 PM
JONOR's Avatar
JONOR Offline
Registered User
 
Join Date: Aug 2007
Location: Cornwall England
Posts: 333
When the going gets tough, Brunson gets going..

Last edited by JONOR; 10th June 2009 at 07:18 PM.
Reply With Quote
  #5  
Old 10th June 2009, 07:22 PM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,334
Another simple way is to just download the older version from Mozilla and run it from /home for those times you need it.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #6  
Old 10th June 2009, 07:30 PM
JONOR's Avatar
JONOR Offline
Registered User
 
Join Date: Aug 2007
Location: Cornwall England
Posts: 333
Thanks Bob - that's just about within my level
Reply With Quote
  #7  
Old 12th June 2009, 07:49 PM
warpino Offline
Registered User
 
Join Date: Sep 2008
Posts: 46
hi everyone,

I think I'd better join this thread rather than opening a new one.

Is it possible to install a stable firefox rpm for fedora 11 x86_64? I simply don't want to use a beta version of the browser. If a f11 .rpm doesn't exist would a f10 work? How can I download it?

Thanks for your help and patience, guys.

w.
Reply With Quote
  #8  
Old 12th June 2009, 08:20 PM
NoEffex Offline
Registered User
 
Join Date: Oct 2008
Posts: 299
Quote:
Originally Posted by warpino View Post
hi everyone,

I think I'd better join this thread rather than opening a new one.

Is it possible to install a stable firefox rpm for fedora 11 x86_64? I simply don't want to use a beta version of the browser. If a f11 .rpm doesn't exist would a f10 work? How can I download it?

Thanks for your help and patience, guys.

w.
First, you'd MAKE SURE the thing worked via downloading the non-rpm and running run-firefox.sh

Then, you'd do something like

rpm-Uvh name_of_rpm.rpm --nodeps --replacepkgs

But I really really really really really really really recommend you not downgrade it. The beta might as well be stable, because it has yet to crash for most individuals.
__________________
Intel Core 2 Quad Q8400 CPU (2.66 GHz)
3gb RAM
500GB HD
Debian Lenny x86_64 & Windows 7 Ultimate x64
NVIDIA GeForce 9800 GTX+ Superclocked - Fattypack

Second(Server) PC:
512mb RAM
80gb TiVO HD(Lololol, took it from TiVO, old one broke)
PC-BSD 7.1.1 x86
Ossom router decked out with DD-WRT as a bridge providing net
Sign the Online Petition to bring Crysis 2 to Linux/Mac!
Reply With Quote
  #9  
Old 16th June 2009, 10:47 PM
rf1002 Offline
Registered User
 
Join Date: Jun 2009
Posts: 4
Hello JONOR

Uninstall Firefox 3.5 beta 4
Go to www.mozilla.com
Download the Linux package (*.tar.gz)
Unpack, cut and paste to some place nice (or rename it to .firefox and paste it in you home folder everything stays nice and clean)
Edit menus, new shortcut to "/home/*username*/.firefox/firefox"
Change the icon (the right one can be found in "/.firefox/icons" (it's best to drag and drop the icon firefox.png to the address bar in the screen where you can pick the icon, because when browsing the icons menu the picker wouldn't show me any .png files)
Then simply click your shortcut and magic happens

Hope this works for you.
Roel

ps: if you want to check if everything went well, go to https://cm.netteller.com/login/browsercheck/check.aspx



@brunson: Why do you think it's weird that a bank doesn't support a BETA version of a web browser? Don't you think they can't afford to take any risks? I think their a 100% right for only supporting thoroughly tested and fully developed versions.

Last edited by rf1002; 16th June 2009 at 10:54 PM. Reason: addendum
Reply With Quote
  #10  
Old 16th June 2009, 10:56 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,491
Not many people seem to know you can run multiple Firefox versions at the same time,
install your special use firefox in a place of its own like under ~/local/firefox
by getting the Mozilla 'tarball' of it and unpacking it in ~/local

Run the firefox from there by using the -ProfileManager option.
Quote:
~/local/firefox/firefox -ProfileManager
This will start profile manager first, then you can point the new firefox to put its profile directory so it's not in ~/.mozilla/firefox like your usual distribution's firefox (3.5b4 for Fedora 11) but a place like ~/local/profile
(near where you put the special firefox (3.0.11 in this case) is good). Check the box in the profile manager so it always comes up and modify your normal launch menu entry so the normal FF also is called with -ProfileManager )

The negative of this is the two profiles are completely independent, so if you add bookmarks to the usual firefox you won't have them in the other one. But the idea is you only use the special one to deal with the annoying bank and the main one for all else.

Last edited by marko; 16th June 2009 at 10:59 PM.
Reply With Quote
  #11  
Old 17th June 2009, 01:55 AM
Dandapani Offline
Registered User
 
Join Date: Mar 2009
Posts: 69
FF 3.5 B4 is extremely sluggish when scrolling on some pages on my fresh install of F11. I even went to LXDE thinking it was Gnome that was the slug in this newly planted garden of Fedora goodness. I hope the "fix" this beta before it goes final release!

I'm considering running a private version of 3.0 from my homedir instead of 3.5B4!
Reply With Quote
  #12  
Old 17th June 2009, 10:58 AM
JONOR's Avatar
JONOR Offline
Registered User
 
Join Date: Aug 2007
Location: Cornwall England
Posts: 333
Neat suggestion Marko, but it is not working yet.
Mozilla did not appear to offer a choice for architectures i noticed.
I assume this does not matter - mine is x86_64.

I should warn you of my noob.

Made a directory local in my home directory (besides there already being a .local).
Following on :

Code:
[JO@ljh ~]$ ~/local/firefox/firefox -ProfileManager
/home/JO/local/firefox/run-mozilla.sh: /home/JO/local/firefox/firefox-bin: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
What happened there ? firefox does have a subdirectory called firefox.
Reply With Quote
  #13  
Old 17th June 2009, 11:12 AM
Dandapani Offline
Registered User
 
Join Date: Mar 2009
Posts: 69
Quote:
Originally Posted by Dandapani View Post
FF 3.5 B4 is extremely sluggish when scrolling on some pages on my fresh install of F11. I even went to LXDE thinking it was Gnome that was the slug in this newly planted garden of Fedora goodness. I hope the "fix" this beta before it goes final release!

I'm considering running a private version of 3.0 from my homedir instead of 3.5B4!
Specifically, pages that 1) have a video embed like youtube, and 2) that have been "zoomed" in to a bit (ctrl++). These pages don't scroll smoothly.
Reply With Quote
  #14  
Old 17th June 2009, 11:49 PM
ehdwuld Offline
Registered User
 
Join Date: May 2008
Posts: 23
hey my firefox and thunderbird randomlly crash too
and i was thinking of downgrading
one of the updates i downloaded yesterday said it was specifically for the purpose of downgrading rpms

does anyone know the command

i went to rpm find and got the F10 version of firefox and the F9 versin of Thunderbird for x86_64

can i just gui the software installer and remove the current versions then install from my download folder?
__________________
EHD :)
Reply With Quote
  #15  
Old 18th June 2009, 01:03 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,491
Quote:
Originally Posted by JONOR View Post
Neat suggestion Marko, but it is not working yet.
Mozilla did not appear to offer a choice for architectures i noticed.
I assume this does not matter - mine is x86_64.

I should warn you of my noob.

Made a directory local in my home directory (besides there already being a .local).
Following on :

Code:
[JO@ljh ~]$ ~/local/firefox/firefox -ProfileManager
/home/JO/local/firefox/run-mozilla.sh: /home/JO/local/firefox/firefox-bin: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
What happened there ? firefox does have a subdirectory called firefox.
This looks like a pretty good place to look
http://releases.mozilla.org/pub/mozi...efox/releases/

but like you said it I can't find the 64bit one.
I do know they have 64bit builds somewhere but it's some ftp directory I don't know.
Reply With Quote
Reply

Tags
downgrading, firefox, site, unsupported

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox site-wide defaults? DivineShadow Using Fedora 4 14th January 2009 09:53 AM
Site to Site VPN, Will the same Natted Ip work for the Second site as well ? bally090 Servers & Networking 0 16th December 2008 08:15 AM
Firefox and Adobe Flash site don't agree on Flash version schwim Using Fedora 11 6th February 2007 03:02 AM
firefox flash site hang mopethis Using Fedora 3 28th September 2005 04:31 PM
Firefox not supported by web site? d2e2 Using Fedora 1 19th August 2005 08:42 PM


Current GMT-time: 09:51 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat