Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113122 - IDEA: Pseudo mozilla-firefox ebuild
Summary: IDEA: Pseudo mozilla-firefox ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-20 15:08 UTC by Stephan Kupfer
Modified: 2005-12-23 02:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Kupfer 2005-11-20 15:08:46 UTC
Hi,

i think it is usefull to build a peudo ebuild which create a symlink to
javapugin for firefox.
After creating this symlink you have java runing with firefox.

example: ln -s
/opt/blackdown-jre-1.4.2.02/plugin/i386/mozilla/libjavaplugin_oji.so
/usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so

will work for me.

other idea ist to set this symlink automaticly when java is USE for firefox.

Think about it ;-)

Sonic

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-11-20 15:52:13 UTC
This doesn't work. As soon as you update Java, the symlink is dead. The
mozilla-launcher script could do this, though.
Comment 2 Jory A. Pratt 2005-11-20 16:12:39 UTC
this should be handled by java package weather it be blackdown-jre or
blackdown-jdk even sun builds should link the plugin with nsplugin or nsbrowser
which is loaded from /usr/lib{32|64}/nsbrowser/nsplugin.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-12-23 02:21:22 UTC
That's what USE=nsplugin in java-* ebuilds is for.