|
楼主 |
发表于 2004-12-28 17:59:32
|
显示全部楼层
LINUX users:
* If your distribution is built with GCC 3.3 this version may not work for you. If it does, please let us know. If it does not, we are looking for someone to help us out by building it on a GCC 3.3 system. Please email [email protected] with your results.
意思是说如果你的linux是gcc3编译的,那么没戏
* To view an external URL (to browse an edited file or select one Help menu entry) with Mozilla Application Suite, install this executable script in your system, for instance in the directory where mozilla lives. Edit the MOZILLA_FIVE_HOME environment variable in that script to meet your system settings. Add the following lines to your prefs.js:
user_pref("network.protocol-handler.app.http", "/path/to/the_shell_script"); user_pref("network.protocol-handler.app.https", "/path/to/the_shell_script"); user_pref("network.protocol-handler.app.ftp", "/path/to/the_shell_script"); user_pref("network.protocol-handler.app.file", "/path/to/the_shell_script");
For Mozilla Firefox, adjust that variable too and change the last line of the script to
exec $MOZILLA_FIVE_HOME/MozillaFirefox $url
* If you can't launch Mozilla after Nvu, it's because your version of Mozilla or Mozilla Firefox is too old. You need a build made after 22-nov-2003. Just get a recent release from Mozilla.org if you don't want to try a nightly. |
|