发新话题
打印

【求助】Mandriva2007Free Firefox2.0无法运行

【求助】Mandriva2007Free Firefox2.0无法运行

据说要配置,但是找不到教程。。请各位教教我。
./firefox运行了不是没反应就是./run-mozilla.sh出错。现在只能用opera代替。
谢谢大家解答~!      

TOP

这样:
sh firefox



举例:
[yigang@localhost firefox]$ ls
1161142009.mp3            libmozjs.so*         mozilla-xremote-client*
browserconfig.properties  libnspr4.so*         plugins/
chrome/                   libnss3.so*          readme.txt
components/               libnssckbi.so*       README.txt
defaults/                 libplc4.so*          registry
dictionaries/             libplds4.so*         removed-files*
extensions/               libsmime3.so*        res/
firefox*                  libsoftokn3.chk      run-mozilla.sh*
firefox-bin*              libsoftokn3.so*      searchplugins/
greprefs/                 libssl3.so*          updater*
icons/                    libxpcom_compat.so*  updater.ini
install.log               libxpcom_core.so*    updates/
libfreebl3.chk            libxpcom.so*         xpicleanup*
libfreebl3.so*            libxpistub.so*
[yigang@localhost firefox]$ sh firefox      
Powered By Myself

TOP

我这里./firefox运行了是有反应的,firefox可以打开,我先前装了系统自带的ff,之后删了。下载的firefox2.0中文版      
Powered By Myself

TOP

还有一个可能是你用了scim,换fcitx吧。

反正我如果用scim然后运行FF就不行。当然可以修改etc里的配置文件。      
******************************************* 在linux下可用Openoffice系列办公,MPlayer放东东,Xmms放MP3,Mozilla上网,QQ For linux gaim plugin聊天,QT编程、WINEX玩游戏------你还像个小偷似的用D版的windows系列做什么? PC办公室:ASUS P4XP-X、TNT2 M64、 P4-1.8G、MAXTOR40G 128M 声卡,内置;网卡:内置;显示器:LG561N;OS:windowsXP+MDK Linux10.0O(2.6.3)+Redflag4.0 PC家用:MSI-815ep-NL、P3-866、TNT2 MX200、 MAXTOR20G 384M 声卡,SB 128 Value;MODEM:5630D;显示器:NVC 15# LCD;OS:windows2000+Mandrake Linux10.0O(2.4.22)

TOP

彻底郁闷了,还是不行。系统自带的ff1.5已经删除。也已经用fcitx老输入这些字。
可能scim没有彻底删干净吧。不知道要怎么才能彻底删除呢?
firefox下载回来解压就可以使用了吧?      

TOP

是的,解压可用。我用的系统自带scim,没问题~~~      
Powered By Myself

TOP

现在可以运行了,运行得很完美
但是居然要在控制台su...
有没有办法可以普通用户运行?      

TOP

你这样:

chown (你的用户名) (你的firefox的目录名)
chown (.你的组名) (你的firefox的目录名)
例:
#chown -R yigang firefox回车
#chown -R .yigang firefox回车(注意组名前面有个"点")


#chmod  -R ugo+rx firefox
#chmod  -R go-w firefox      
Powered By Myself

TOP

发新话题