blog » Ubuntu » 修复firefox因flash还退出(转)
修复firefox因flash还退出(转)
转:http://forum.ubuntu.org.cn/viewtopic.php?t=121120
原文Fix for firefox crashes on flash contents when using libflashsupport in hardy
我测试了一下,还不错,基本没有问题了
大概翻译
这个问题好像是Pulseaudio(Hardy的新音频系统)引起了Flashplayer的一个bug,造成Firefox崩溃。因为Flash是闭源软件,所以Ubuntu没机会在新版发布之前及时修复这个问题。
RSS 2.0 | leave a response | trackback
这个问题好像是Pulseaudio(Hardy的新音频系统)引起了Flashplayer的一个bug,造成Firefox崩溃。因为Flash是闭源软件,所以Ubuntu没机会在新版发布之前及时修复这个问题。
1.首先你要下载并安装这个nspluginwrapper这个软件,下载地址在这里
2.然后通过下面的命令安装libflashsupport
代码:
sudo apt-get install libflashsupport
3.继续执行
代码:
sudo apt-get remove --purge flashplugin-nonfree
sudo apt-get install flashplugin-nonfree
sudo apt-get install flashplugin-nonfree
然后你重新启动Firefox就行了。

Leave a Reply