Flash and Java plug-ins in Chromium lost after upgrade to 14.04

5,386

Solution 1

The Chromium maintainer announced that Chromium is going to experience 'growing pains'. Several things will be breaking.

Regarding flash, you will need to install the pepper flash plugin instead

sudo apt-get install pepperflashplugin-nonfree 
sudo update-pepperflashplugin-nonfree --install

Solution 2

Give the Pepper Flash Player for Chromium a try:

sudo apt-get install pepperflashplugin-nonfree

Share:
5,386
pulkit
Author by

pulkit

Updated on September 18, 2022

Comments

  • pulkit
    pulkit over 1 year

    I've just upgraded 12.04 to 14.04. Java and flash plug-ins are lost from Chromium. I have Openjdk7 installed with Icedtea and adobe flash plug-in for Firefox.

    sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins
    

    The above command didn't help!

    • Can anyone help me out in setting the plugins.
  • pulkit
    pulkit about 10 years
    Can you help in the case of java plugin in browser
  • Mendhak
    Mendhak about 10 years
    See if this helps
  • pulkit
    pulkit about 10 years
    i have icedtea-7-plugin installed already with openjdk-7-jre
  • saiarcot895
    saiarcot895 about 10 years
    Java (IcedTea) doesn't have a PPAPI plugin available, and so it's not usable in Chromium.