On Sat, Jul 12, 2008 at 01:00:40AM +0300, Martynas Venckus wrote: > > From [EMAIL PROTECTED] Sat Jul 12 00:31:36 2008 > > From: Claudio Jeker <[EMAIL PROTECTED]> > > To: ports@openbsd.org > > Subject: firefox and MOZ_PLUGIN_PATH > > Mail-Followup-To: Claudio Jeker <[EMAIL PROTECTED]>, > > ports@openbsd.org > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > User-Agent: Mutt/1.5.16 (2007-06-09) > > X-Loop: ports@openbsd.org > > Precedence: bulk > > Sender: [EMAIL PROTECTED] > > > > The mozilla-firefox startup script should not overwrite MOZ_PLUGIN_PATH. > > This allows me to have a normal firefox and a bloatzilla with plugins that > > like to crash. I think mozilla-firefox should set the MOZ_PLUGIN_PATH to a > > default if it is not yet defined. So here is my diff for this. > > Hey, > > Yup, mozilla-firefox should allow to specify MOZ_PLUGIN_PATH. > However, with your diff, if MOZ_PLUGIN_PATH is set, system plugins > do not work anymore. >
Actually that was my intention somewhat. I would like to install some plugins via ports but my main browser should not have them loaded. So setting MOZ_PLUGIN_PATH to some other path I could achieve that. Now I would need to move them from the default installation dir to some other place and by so breaking the installed package. -- :wq Claudio