Hi, On Sep 28, 2011, at 7:09 AM, [email protected] wrote: > Hi, > > on firefox-7, we have bin/firefox as binary program and run without > run-mozilla.sh. This means several environment set by this script have > gone; e.g.) MOZ_PLUGIN_PATH. Now firefox stopped searching except for > default $HOME/.mozilla/plugins.
Looks like this is caused by the startup improvements in Firefox 7: https://bugzilla.mozilla.org/show_bug.cgi?id=552864 This makes our MOZ_PLUGIN_PATH patch to run-mozilla.sh useless (see ports/www/firefox/files/patch-build_unix_run-mozilla.sh). > Is this OK? (so for me, as my only plugin is flash through > nspluginwrapper.) Do you have a recommended way to start firefox on > FreeBSD with other, if any, plugins? We have to find another solution for this. I don't have any plugins installed to test this but as a workaround you could try to start Firefox with the old run-mozilla.sh script: # cd /usr/local/lib/firefox/bin && ./run-mozilla.sh firefox HTH, Beat _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
