Turn off swfdec

Asked by Patrick M

When I load pages with Flash video the system tries to use swfdec. I want to use adobe flashplug-in. Adobe is installed How do I make the system stop trying to use swfdec to open certain flash video and pages? I don't see anything about this on the medibuntu or help pages anywhere.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
wojox
Solved:
Last query:
Last reply:
Revision history for this message
Rajinder Sandhu (sandy744) said :
#1

Duplicate of question #105951

Revision history for this message
Best wojox (wojox) said :
#2

Just run ( type or copy and paste ) this to remove conflicting plugins:

sudo apt-get remove swfdec-mozilla
sudo apt-get remove mozilla-plugin-gnash
sudo apt-get remove adobe-flashplugin
sudo apt-get install flashplugin-nonfree

Revision history for this message
Patrick M (prmillius) said :
#3

Swfdec would be great if it worked all the time.

Thanks.