
|
[haiku-development]
||
[Date Prev]
[03-2008 Date Index]
[Date Next]
||
[Thread Prev]
[03-2008 Thread Index]
[Thread Next]
[haiku-development] Support for Firefox in default SetupEnvironment?
- From: Stephan Assmus <superstippi@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Fri, 07 Mar 2008 16:27:21 +0100
Hi,
I am wondering about the support of Firefox in our default
SetupEnvironment. Currently it reads:
export LIBRARY_PATH=
"%A/lib:$HOME/config/lib:/boot/common/lib:/boot/beos/system/lib"
export ADDON_PATH=
"%A/add-ons:$HOME/config/add-ons:/boot/beos/system/add-ons"
We could change that to:
export LIBRARY_PATH=
"%A/.:%A/components:%A/lib:$HOME/config/lib:/boot/common/lib:/boot/beos
/system/lib"
export ADDON_PATH=
"%A/.:%A/components:%A/add-ons:$HOME/config/add-ons:/boot/beos/system/
add-ons"
... in order to support Firefox in "native app" mode. Opinions?
On the other hand, I would have to prepare a package, where the script has
been removed and firefox-bin renamed to Firefox. In case it works, I might
as well change the package further and move the components into an
"add-ons" subfolder. Maybe someone from the BeZilla team could comment on
that?
Best regards,
-Stephan
|

|