 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

8th August 2009, 09:39 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
firefox 3.0.13 plugins-not an RPM
I want to use the new firefox-3.0.13 tarball that was released 7/31. I extracted it and am running firefox-3.0.13 as I type but I don't have any plugins. I am on an x86_64 and iced tea java is installed with a bunch of other presto plugins in firefox 3.5.x. How can I link these plugins to firefox-3.0.13?
|

20th August 2009, 01:17 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
ok-I figured out how to make a symbolic link for java with this:
mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins
ln -s /usr/lib/flash-plugin/libflashplayer.so libflashplayer.so
Verify by starting firefox and type about  lugins in the URL line.
How do I do this with my installed Iced Tea Java?
|

20th August 2009, 05:03 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Location: South Carolina
Posts: 798

|
|
You can use sun java now via yum.
Code:
yum install java-1.6.0-openjdk install java-1.6.0-openjdk-plugin
|

21st August 2009, 01:23 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
those are both already installed on my pc but not getting recognized by mozilla's firefox-how can I use symbolic links to put this into ~/.mozilla/plugins?
|

21st August 2009, 03:09 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Location: South Carolina
Posts: 798

|
|
There is most excellent tutorial on mmjwired.net I have linked to java part for F11, but he has previous versions too.
http://www.mjmwired.net/resources/mj...-f11.html#java
|

21st August 2009, 11:07 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
I tried installings sun java rpm for 64 bit and my user space firefox didn't pick it up. I think the plugin needs to be in ~/.mozilla/plugins for it to work in the user space. Which file do I need to link for this?
EDIT:
I have found out that user spaced firefox 3.0.13 with flash doesn't crash your pc...I read around here and found out this was a problem not only particular to me with firefox 3.5.x rpms.
Last edited by LinuxHippy; 21st August 2009 at 11:10 AM.
|

21st August 2009, 02:41 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Location: South Carolina
Posts: 798

|
|
|
Did you update the alternatives to do Sun Java?
|

21st August 2009, 11:19 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
yes-you do realize I'm not using the RPM of Firefox...right? I downloaded it here:
mozilla2.snt.utwente.nl/firefox/releases/3.0.13/linux-i686/en-US/firefox-3.0.13.tar.bz2
I'm thinking that since this is a i686 version of firefox (does mozilla release x86_64??) that I need to download a 32 bit version of java eventhough my system is an AMD64.
How do I remove the 64 bit version of sun java that's installed now-it's an RPM?
Last edited by LinuxHippy; 21st August 2009 at 11:28 PM.
|

22nd August 2009, 12:19 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
I got it! I did this:
As root:
rpm --erase jre-1.6.0_16-fcs.x86_6
sh jre-6u16-linux-i586-rpm.bin
As user:
cd ~/.mozilla/plugins
ln -s /usr/java/jre1.6.0_16/plugin/i386/ns7/libjavaplugin_oji.so libjavaplugin_oji.so
verify in firefox 3.0.13 URL line:
sh ~/firefox/firefox
about:plugins
|

22nd August 2009, 05:54 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Location: South Carolina
Posts: 798

|
|
Cool, thanks for sharing. They do make a 64 bit version of FF, it works pretty well with java and there's even a 64 bit flash plugin from adobe now. You can run 32 bit on a 64 bit system if you prefer. I'm running 64 bit on Ubuntu right now but 32 on Fedora, but not a 32 on a 64
|

22nd August 2009, 01:16 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
I'm confused now-how can a user spaced program bring down the entire pc? That happened last night in Firefox 3.0.13...I even took out all the plugins with the same result. It's only at certain sites like juno.com or bank sites. This was happening to me with Firefox 3.5.x that ships and was updated in FC11-x86_64. I read here that other people are having this happen but usually the pc doesn't lock up on them since they have a dual core cpu or more RAM than my 3 year old pc. I tried installing Omega FC 32 bit with the same result.
When is FC12 coming out?
|

24th August 2009, 03:15 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Location: South Carolina
Posts: 798

|
|
|
It depends how it's "bringing it down" I suppose. Is it like a hard freeze?
|

24th August 2009, 10:53 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
yes-hard freezes and I have to hold in the power button for a couple seconds for a hard shut down. This doesn't happen with Ubuntu 9.04 which also uses ext4 but still is using firefox 3.0
|

25th August 2009, 04:29 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Location: South Carolina
Posts: 798

|
|
|
Interesting, what kind of video card to you have?
|

25th August 2009, 11:17 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Philadelphia, PA-USA
Age: 40
Posts: 869

|
|
|
none-my video is an integrated ATI Radeon:
VGA compatible controller: ATI Technologies Inc RS480 [Radeon Xpress 200G Series]
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Firefox Plugins
|
rookcifer |
Using Fedora |
0 |
21st March 2009 09:34 AM |
|
Firefox plugins
|
Chuck Crisler |
Using Fedora |
1 |
4th February 2009 12:16 AM |
|
Firefox plugins
|
KansasJoe |
Using Fedora |
3 |
17th April 2006 03:02 AM |
|
Firefox plugins help
|
sudhakarvytla |
Using Fedora |
2 |
5th September 2005 10:58 AM |
Current GMT-time: 03:07 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|