Am running Chromium on 13.04. For the last few days every morning I get a notification that says "Failure to download extra data files." The dialog box specifically indicates pepflashplugin-installer and has a prompt "run this action now."
If I run the action, no complaints. At some point, the dialog will return. If I run the the installer from the CLI, my system tells me that I already have the latest version.
I read elsewhere to try this:
sudo rm -f /var/lib/update-notifier/package-data-downloads/flashplugin-installer.failed
This doesn't stop the notification from reappearing.
I've also tried, but the notification immediately reappears:
sudo apt-get --reinstall install flashplugin-installer
I removed the flashplugin-installer and reinstalled it using these steps: http://www.webupd8.org/2013/04/install-pepper-flash-player-for.html
This is what I did:
Then check that chromium uses Pepper Flash Player.
The last line in
default
needs to readIf not, add it to the file.
Here's what my
default
file reads:That's it. I didn't get bothered by that error anymore.
This helped me:
At times its because of your proxy.
When you have set the environment proxy as :
this is not accepted and the download fails. (Am not sure why, probably code standard difference)
hence your proxy has to be in full form :
It solve my problem with this simple tweak at least.
This may help: https://launchpad.net/~skunk/+archive/pepper-flash I must use it since there is at least one site that firefox will not work with (tv programs on http://www.abc.net.au/iview/).
Just ran across this problem, with the same dialog box popping up every day or so. A variant on what the OP tried worked for me:
As mentioned in ipt's answer pepper flash (pepflash) is the version of the flash player packaged with Google Chrome and allows you to view video from certain sites that require a player that supports DRM.
I have the same problem and it boils down to my proxy settings not being used. The easiest solution I've found is to run (note the
-E
)when the pop-up horror starts again. Not very elegant but it works for me.