红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Fix for firefox crashes on flash contents when using libflashsupport in hardy

Fix for firefox crashes on flash contents when using libflashsupport in hardy

If you start using Firefox 3 with Flash, odds are good that you’ll experience Firefox crashing every few minutes while loading Flash. It seems Pulseaudio (Hardy’s new sound system) is triggering a bug in Flashplayer, which causes Firefox to crash. Since Flash is closed-source software, there’s no chance Ubuntu is able to fix the problem in time for Hardy Heron’s release.

Solution

First you need to download and Install nspluginwrapper from here

Now you need to install libflashsupport using the following command

sudo apt-get install libflashsupport

Now Run the following commands

sudo apt-get remove --purge flashplugin-nonfree

sudo apt-get install flashplugin-nonfree

Now you need to Restart firefox

TOP

发新话题