Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

install flash player in firefox

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
Robin
Posts: 8
Joined: 2005-01-01 23:17

install flash player in firefox

#1 Post by Robin »

Ok, I've somehow screwed up my flashplayer plugin.

I've tried to automatically install it from a browser.
I've tried to install it manualy: copy the two files: libflashplayer.so and flashplayer.xpt in the .mozilla plugins folder.

It all don't seem to help..

Can somebody help me?

Thanks,

Robin

User avatar
Wolven
Posts: 56
Joined: 2004-11-03 14:23
Location: Norway

#2 Post by Wolven »

Have you tried to install the flashplugin with apt?

Code: Select all

apt-get install flashplugin-nonfree

Robin
Posts: 8
Joined: 2005-01-01 23:17

#3 Post by Robin »

Wolven wrote:Have you tried to install the flashplugin with apt?

Code: Select all

apt-get install flashplugin-nonfree
Thanks, but it didn't work either...

I've uninstalled firefox completely.. Did a search for everything which would be related (*firefox*) and erased everything..

Then a clean install of firefox and the same problem occurs

User avatar
Wolven
Posts: 56
Joined: 2004-11-03 14:23
Location: Norway

Re: install flash player in firefox

#4 Post by Wolven »

Robin wrote: I've tried to install it manualy: copy the two files: libflashplayer.so and flashplayer.xpt in the .mozilla plugins folder.
I'm not shure this is going to fix your problem, but libflashplayer.so and flashplayer.xpt are not in ~/.mozilla/plugins on my box. I've got symlinks to them located in: /usr/lib/mozilla-firefox/plugins. The "real files" are located in: /usr/lib/flashplugin-nonfree.

Try removing the symlinks in /usr/lib/mozilla-firefox/plugins (if they are there) and reinstall flashplugin-nonfree with apt. Or download and install the flash player manually and make the symlinks yourself.

Robin
Posts: 8
Joined: 2005-01-01 23:17

#5 Post by Robin »

I did exactly what you said.. but it doesn't work :s

Isn't there a complete removal tool or something?

User avatar
Wolven
Posts: 56
Joined: 2004-11-03 14:23
Location: Norway

#6 Post by Wolven »

The only method I know of would be to:

Code: Select all

apt-get --purge remove mozilla-firefox
And:

Code: Select all

apt-get --purge remove flashplugin-nonfree
Then delete or rename the .mozilla dir.
You might want to backup your bookmarks if you decide to delete it.

Let's hope someone with more 'knowhow' picks up this thread, because I'm running out of ideas.

Post Reply