PDA

View Full Version : FC3t3, upgrade from FC2, plug-in problem


taylor65
18th October 2004, 11:59 PM
FYI - I upgraded a machine from FC2 to FC3t3, and while everything looked pretty good, I found that any web site that uses any kind of plugin, like flash, java, video, etc. didn't load. Happens on both Mozilla and Epiphany. I can understand that - the plugins are for FC2, so they don't work. BTW, anyone know how to check what plugins are installed with Epiphany?

TuxRox
20th October 2004, 07:28 PM
Taylor65,
There are a few things that you can try. First, plugins are stored in numberous locations on you computer. Here is where they are hidden globally: /usr/lib/mozilla/plugins, /usr/lib/mozilla-1.X.X/plugins, /usr/lib/firefox/plugins, /usr/lib/firefox-0.10.X/plugins. At the user level, you can find plugins in the following directories: /home/<user name>/.mozilla/plugins and if you use Crossover Office it will place plugins in /home/<user name>/.netscape/plugins as well.
So to find out what plugins are active on your system, open your web browser and type "about:plugins" in the address bar. This will show what plugins are currently registered with Firefox or Epiphany. As a side note, especially given Epiphany's lack of advanced settings, you can type "about:config" and do advanced configuration as well.
If you are not seeing those plugins, it may very well be that by upgrading to test 3, the install removed your previous /usr/lib/firefox/plugins or mozilla/plugins directory. Also, check to see how many firefox and mozilla directories you have under /usr/lib. What I do is to put all global plugins into /usr/lib/mozilla/plugins, then create links to that directory from the others, i.e.: ln -s /usr/lib/mozilla/plugins /usr/lib/firefox/plugins and so on for each firefox and mozilla-1.X.X directory under /usr/lib. When a new plugin is installed through an installer program they almost always end up in either /usr/lib/mozilla/plugins or if user installed /home/<user name>/.mozilla/plugins.
I hope that helps!
Good Luck!

-Garrett Mickelson