LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   adding plugin in fedora 12 (https://www.linuxquestions.org/questions/linux-newbie-8/adding-plugin-in-fedora-12-a-781656/)

rasmunyah 01-12-2010 04:14 AM

adding plugin in fedora 12
 
i have a problem adding flash on to my mozilla firefox how do i go about it and loading programs like skype and all they dont run whats the best way

vinaytp 01-12-2010 05:32 AM

Quote:

Originally Posted by rasmunyah (Post 3823482)
i have a problem adding flash on to my mozilla firefox how do i go about it and loading programs like skype and all they dont run whats the best way

Hi rasmunyah...

I had a problem of adding flash plugin to firefox with fedora9, My firefox was crashing when i add flash plugin, Hope you too have same problem.

Code:

cd ~/.mozilla/plugins
mv libflashplayer.so libflashplayer.so.bkp

Download older version of libflashplayer.so and place it under ~/.mozilla/plugins

Now enable flash in firefox under Tools > Addons > Plugins > flash enable..

Hope this helps...

Cheers !!

OzzyBlood 01-12-2010 12:46 PM

Ras,

If flash is installed it's probably located in /usr/lib/flash-plugin/libflashplayer.so
So you need to either copy it or make a link to it into your firefox plugins directory.

so you could try

# cp /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins/

or possibly

$ cd /usr/lib/flash-plugin/
$ ln -s libflashplayer.so /usr/lib/mozilla/plugins/

There's likely other efficient ways to do this but this is how I do it.


All times are GMT -5. The time now is 04:20 PM.