Comment 56 for bug 477513

Revision history for this message
In , Ek-kato (ek-kato) wrote :

(In reply to comment #10)

> I ran the following command:
>
> sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
>
> And it returned without errors.
>
> However, I don't know if it installed, because if I look at "about:plugins", I
> can't find any listing for npwrapper.libflashplayer.so, or any mention of
> npwrapper at all.

OK. On Ubuntu, it seems another two additional operation is needed to activate the npwrapper for flashplugin (I'm new to Ubuntu/Debian, so I'm not sure this is a proper way though).

$ sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
$ cd /usr/lib/xulrunner-addons/plugins
$ sudo rm flashplugin-alternative.so
$ cd /usr/share/ubufox/plugins
$ sudo rm libflashplayer.so

Then restart Firefox and check whether wrapper is working.

I tested Ubuntu 9.10 on VMWare, and both of my two workaround seems to prevent Firefox crashing.