Firefox/Linux: flash plugin won't show up in about:plugins

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

Firefox/Linux: flash plugin won't show up in about:plugins

Post by ^rooker »

[PROBLEM]
After installing the Flash 10 firefox plugin from adobe (as .deb package), it wouldn't show up in "about:plugins"

[SOLUTION]
There are several plugin names that libflashplayer.so is referred to:
  • firefox-flashplugin
  • iceweasel-flashplugin
  • mozilla-flashplugin
  • xulrunner-flashplugin
  • iceape-flashplugin
  • midbrowser-flashplugin
  • xulrunner-addons-flashplugin
The configuration which plugin is used, is made by the "alternatives" configuration in /etc/alternatives as symlinks.
Now to fix/update those symlinks to point the the right libflashplayer.so in "/usr/lib/adobe-flashplugin/libflashplayer.so", run "update-alternatives" for each of the plugin names, like this:

Code: Select all

sudo update-alternatives --config firefox-flashplugin
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply