Bug 109399

Summary: Epiphany doesn't pick up Mozilla plugins
Product: [Fedora] Fedora Reporter: Need Real Name <ben>
Component: epiphanyAssignee: Christopher Blizzard <blizzard>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://epiphany.mozdev.org/documentation/faq.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-02 21:55:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2003-11-07 14:26:10 UTC
Description of problem:

When installing web browser plugins such as Flash, the appropriate
directory in FC1 is /usr/lib/mozilla-1.4.1/plugins. Unfortunately, the
Epiphany web browser doesn't immediately have access to those plugins.
As documented in the Epiphany FAQ, the fix is to set MOZ_PLUGIN_PATH
to point to the proper directory.

Version-Release number of selected component (if applicable):

epiphany-1.0.4-2

How reproducible:

Every time

Steps to Reproduce:
1. Download Flash from http://www.flash.com/
2. Install it
3. Run Mozilla and see Flash work; run Epiphany and see Flash not work.

Additional info:

I'm not sure where MOZ_PLUGIN_PATH should be set; on my system, I
wanted to be sure it was set correctly for all users, so I added

MOZ_PLUGIN_PATH="/usr/lib/mozilla-1.4.1/plugins"
export MOZ_PLUGIN_PATH

to /etc/profile.

Comment 1 Christopher Blizzard 2003-12-02 21:55:58 UTC
Plugins should be installed in /usr/lib/mozilla/plugins.  Epiphany and
Mozilla both look there.