错误类型
crash reporter
the application had a problem and crashed
the application did not identify itself
参考的解决办法:
解决的办法:
执行如下命令firefox --profilemanager
删除默认的profile, 重新创建一个。然后启动firefox就可以了
但是在重新创建Profile时,出现错误。
解决办法:
- 首先利用
sudo apt-get purge firefox完全删除firefox和其配置文件。 - 下载Firefox的安装包:http://www.firefox.com.cn/download/
选择适合系统的版本下载。

3. 解压到你想要放的目录下
4. 进入Firefox的文件夹,为firefox赋予权限
chmod +x firefox


5. 打开浏览器
./firefox
- 设置桌面快捷键
在桌面路径下,新建一个firefox.desktop文件,文件内容
[Desktop Entry]
Comment=
Terminal=false
Name=firefox
Exec=../../firefox/firefox
Type=Application
Icon=../../firefox//icons/updater.png
Exec是程序的位置,Icon是程序图标的位置
7.最后一个步,双击firefox.desktop会提示错误:
解决办法:
右击–》属性–》权限

完成!

本文详细介绍了如何解决Firefox浏览器因Profile问题导致的崩溃。包括彻底卸载并重新安装Firefox,手动创建新的Profile,以及设置桌面快捷方式的具体步骤。
1044

被折叠的 条评论
为什么被折叠?



