Bug 367281

Summary: java plugin package could use some triggers
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: java-1.7.0-icedteaAssignee: Thomas Fitzsimmons <fitzsim>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-22 15:13:22 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 Michal Jaegermann 2007-11-05 18:40:20 UTC
Description of problem:

Assume that there are some web browers installed and a java
plugin too and everything works as required pieces are found in
%{_libdir}/mozilla/plugins/.  Now somebody installs
nsplugiwrapper and no java anymore due to a code like that
(that piece from /usr/bin/firefox):
.....
if [ -x "/usr/bin/mozilla-plugin-config" ]
then
  MOZ_PLUGIN_DIR="plugins-wrapped"
else
  MOZ_PLUGIN_DIR="plugins"
fi
.....
A run of 'mozilla-plugin-config -i' is required to create new 
links and a plugin package trigger on nspluginwrapper would
make that automatic.

That, of course, would apply to any browser plugin package.

Version-Release number of selected component (if applicable):
java-1.7.0-icedtea-plugin-1.7.0.0-0.19.b21.snapshot.fc8

Comment 1 Lillian Angel 2007-11-22 15:13:22 UTC

*** This bug has been marked as a duplicate of 334311 ***