Ubuntu – Flash player in Epiphany

epiphanyflash

I have installed Epiphany browser, and really like it because of it's startup time and small footprint. However, I am unable to make youtube or huhu videos (anything that requires flash) to run on Epiphany. Can you please help me with the configuration. I have Firefox and opera both on my system, and both are able to play Flash based videos on the web.

Best Answer

Flash is GTK+2 and Epiphany is GTK+3...that's the problem.

  1. install flash sudo apt-get install flashplugin-installer
  2. install nspluginwrapper sudo apt-get install nspluginwrapper
  3. sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
  4. nspluginwrapper -v -a -n -i
Related Question