Ubuntu – Pipelight Silverlight not working in Firefox

firefoxpipelightwine

I installed pipelight and try to enable silverlight with

sudo pipelight-plugin --enable silverlight

And receive the message "Plugin silverlight5.1 is now enabled". But when I go to this page http://fds-team.de/pipelight/ with Firefox, the test is failed for silverlight. In about:plugins, there is no mention of silverlight whatsoever.
Thanks

Best Answer

If you don't have the user agent overrider for firefox search and install it under the add-ons in firefox. I use mine on windows/firefox 29 option

ensure that after running:

sudo pipelight-plugin --update

you need to run the following after accepting the licence agreement

touch $HOME/.config/wine-wininet-installer.accept-license

Close firefox if open (very important) then in a terminal window run

Sudo pipelight-plugin --create-mozilla-plugins
Related Question