After an upgrade from 8.10 to 9.04 beta, Firefox was complaining that additional plugins were required. It was, of course, talking about the flash plugin.
doing a:
sudo apt-get install flashplugin-nonfree
told me that the plugin was already installed. Doing:
Not sure if this is the same issue I am having.
After an upgrade from 8.10 to 9.04 beta, Firefox was complaining that additional plugins were required. It was, of course, talking about the flash plugin.
doing a:
sudo apt-get install flashplugin-nonfree
told me that the plugin was already installed. Doing:
sudo apt-get remove --purge flashplugin-nonfree
sudo apt-get install flashplugin-nonfree
fixed the problem for me.