|
发表于 2003-11-1 21:42:11
|
显示全部楼层
这是我文件开头的部分:
# This is the directory where Mozilla is installed.
# If you would like the script to autodetect it for you, set to auto.
# This feature will NOT overide an already set MOZILLA_FIVE_HOME.
#MOZILLA_INSTALL=auto
#MOZILLA_INSTALL=/usr/local/share/Mozilla/
MOZILLA_INSTALL=/usr/local/mozilla/
# This is the Mozilla executable. Normally it is called mozilla, but some
# systems can also have it named Mozilla, or maybe even something else.
# Normally set this to auto to let the script determine the executable's name.
MOZILLA_EX=auto
#MOZILLA_EX=mozilla
# Choose to open URLs/blank windows in either a new tab or a new window.
# Just uncomment whichever one you want to use.
OPEN_URLS_IN=new-window
#OPEN_URLS_IN=new-tab
我的Mozilla装在/usr/local/mozilla下,修改之后,启动还是有那个鬼东西,怎么回事?? |
|