haulm 发表于 2008-5-26 08:22:13

firefox 3 的安装与插件配置

下载静态版本的firefox和插件rpm包,下载地址如下

http://www.mozilla.com/en-US/firefox/all-rc.html
http://ftp.magiclinux.org.cn/haulm/firefox-plugins-3.0-1mgc.i686.rpm

解压firefox到相应目录,比如/opt/firefox

自己写一个 firefox.desktop 快捷菜单,注意路径并保存为utf8码



Comment=
Comment=
Exec[$e]=/opt/firefox/firefox
GenericName=Web 浏览器
GenericName=Web 浏览器
Icon=firefox
MimeType=
Name=firefox
Name=firefox
Path[$e]=
StartupNotify=false
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=


使用root权限做一个链接并安装firefox插件

su
cd /usr/lib
ln -s /opt/firefox
rpm -ivh firefox-plugins-3.0-1mgc.i686.rpm

注意,如果怕麻烦,把静态包直接解压为/usr/lib/firefox 。

[ 本帖最后由 haulm 于 2008-5-26 08:23 编辑 ]
页: [1]
查看完整版本: firefox 3 的安装与插件配置