IcedTea Plugin not working on F8 x86_64

Mark Bidewell mark.bidewell at alumni.clemson.edu
Wed Oct 31 18:18:08 UTC 2007


I wind up with a MOZ_PLUGIN_PATH path of:

/usr/lib64/mozilla/plugins-wrapped:/usr/lib64/firefox-
2.0.0.8/plugins-wrapped

/usr/lib64/firefox-2.0.0.8/plugins-wrapped doesn't exist so
/usr/lib64/firefox-2.0.0.8/plugins must be hardcoded.

The F8 logic is:
##
## Make sure that we set the plugin path
##
if [ "$MOZ_PLUGIN_PATH" ]
then

MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR
else

MOZ_PLUGIN_PATH=$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR
fi
export MOZ_PLUGIN_PATH

MOZ_LIB_DIR being defined as in F7.


Mark Bidewell

On 10/31/07, Jeff Spaleta <jspaleta at gmail.com> wrote:
>
> On 10/31/07, Mark Bidewell <mark.bidewell at alumni.clemson.edu> wrote:
> > I think the issue is that the link is in the wrong location or the
> firefox
> > search path is incorrect.  the link was created in
> > /usr/lib64/mozilla/plugins
> yeah that sounds like a firefox issue.
>
> looking at /usr/bin/firefox script on my F7 install.
> sorry for the line breakage on the script logic.
> the relevant script logic seems to be,
>
> if [ "$MOZ_PLUGIN_PATH" ]
> then
>   MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:
>       $MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins
> else
>   MOZ_PLUGIN_PATH=$MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins
> fi
> export MOZ_PLUGIN_PATH
>
> where MOZ_LIB_DIR is ealier defined as:
>
> MOZ_ARCH=$(uname -m)
> case $MOZ_ARCH in
>         x86_64 | ia64 | s390 )
>                 MOZ_LIB_DIR="/usr/lib64"
>                 SECONDARY_LIB_DIR="/usr/lib"
>                 ;;
>         * )
>                 MOZ_LIB_DIR="/usr/lib"
>                 SECONDARY_LIB_DIR="/usr/lib64"
>                 ;;
> esac
>
>
> Is this directory calculation logic screwing up?
>
> -jef
>
> --
> fedora-devel-list mailing list
> fedora-devel-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20071031/58a96580/attachment.htm>


More information about the fedora-devel-list mailing list