LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-10-2010, 12:27 AM   #1
lindsai
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Rep: Reputation: 0
Plugins don't show up in Iceweasel


I recently reinstalled Debian Lenny after experimenting with Slackware for a bit. Everything works just how I remember it should, except for plugins for Iceweasel. One of the first things I did, of course, was install the package flashplugin-nonfree. It seemed to have installed correctly and it showed up in /usr/lib/mozilla/plugins, but nothing was shown in aboutlugins when I checked from within Iceweasel. I managed to install the flash player from the Adobe website just fine, though, and it works. I then tried to install the mozilla-mplayer plugin. The same thing happened as with flashplugin-nonfree. It's weird. But maybe I'm just missing something really easy.
 
Old 05-10-2010, 12:41 AM   #2
brucehinrichs
Member
 
Registered: Mar 2008
Location: US
Distribution: Debian Sid; Sabayon, UbuntuStudio, Slackware-multilib 13.1, Peppermint Ice, CentOS
Posts: 575

Rep: Reputation: 69
http://www.linuxquestions.org/questi...t-work-789000/
 
Old 05-10-2010, 07:12 AM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
First question are you running 32bit or 64bit?

What does the command dpkg -l | grep -i flash show?

Does ls -l /usr/lib/mozilla/plugins/*.so
list flash?

What does update-alternatives --display libflashplayer.so show?

If you are running 64 bit the following should fix it, as root do: If running 32bit just do the second command
# dpkg-reconfigure nspluginwrapper
# update-alternatives --auto flash-mozilla.so

You should see something like:
#update-alternatives --config flash-mozilla.so
There are 3 choices for the alternative flash-mozilla.so (providing /usr/lib/mozilla/plugins/flash-mozilla.so).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/flashplugin-nonfree/libflashplayer.so 50 auto mode
1 /usr/lib/flashplugin-nonfree/libflashplayer.so 50 manual mode
2 /usr/lib/gnash/libgnashplugin.so 10 manual mode
3 /usr/lib/swfdec-mozilla/libswfdecmozilla.so 10 manual mode

Just make sure flashplugin-nonfree is being used and not swfdec or gnash if you have it installed.
 
Old 05-11-2010, 12:26 PM   #4
lindsai
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
I'm running 32-bit. The output of the grep command is
Code:
ii  adobe-flashplugin              10.0.45.2-1                    Adobe Flash Player plugin version 10
ii  flashplugin-nonfree             1:2.5~bpo50+1                  Adobe Flash Player - browser plugin
The first plugin listed is the one I installed from the .deb on the Adobe website, the one that actually works and shows up in aboutlugins.

The ls command does indeed list flash, both of the versions.

Update-alternatives says that there are no alternatives for libflashplayer.so, so I can't configure it.
 
Old 05-21-2010, 08:42 PM   #5
lindsai
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Graduation is a stressful and busy time, but I finally got around to looking at my problem some more. I did more googling and found this thread:
http://www.linuxquestions.org/questi...plugin-692082/
Post #13 was strangely helpful and now flash works after I copied libflashplayer.so to the other location. But the mplayerplug-in still does not work. All the .so files are in /usr/lib/iceweasel/plugins and /usr/lib/mozilla/plugins and the .xpt files are in the components directories. I can't figure out what the problem is. Luckily, mplayer is less important than flash.
 
Old 05-21-2010, 10:48 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Get rid of the adobe-flashplugin package, it is built for Ubuntu and not debian. Search the forums here for how to remove it.
 
Old 05-21-2010, 11:00 PM   #7
lindsai
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Well, I actually did remove the adobe-flashplugin package and forgot to mention that I had. Just to be clear, flash now works exactly how it should. The problem now is mplayer.
 
Old 05-22-2010, 10:38 AM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
All of the iceweasel plugins should just work.

aptitude install mplayer mozilla-mplayer
make sure you do not also have a different plugin like vlc-plugin, or totem-mozilla trying to play the same media
 
Old 05-22-2010, 01:17 PM   #9
lindsai
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
I know the Iceweasel plugins should just work. Which is why I'm confused that they aren't. I did install mozilla-mplayer using aptitude, exactly how I'm supposed to, but it just doesn't show up in aboutlugins. flashplugin-nonfree had the same exact problem until I copied libflashplayer.so into /usr/lib/iceweasel/plugins, but after I did that, it works just fine. So I'm confused. And I just tried installing a different plugin to see if maybe it was just an mplayer problem. It's not. mozilla-plugin-vlc doesn't show up in aboutlugins either after I install it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] gstreamer-plugins-base conflicts with gstreamer-plugins-good Raveolution Linux - Software 14 11-17-2009 12:24 PM
Java & Flash Plugins with Epiphany and/or Iceweasel riganta Linux - Desktop 3 03-04-2009 02:50 AM
Managing plugins in Iceweasel 2.0 in Debian/etch cbjones50 Debian 8 02-09-2008 06:07 PM
How to get Iceweasel to open preffered plugins??? Red Knuckles Debian 0 02-19-2007 03:55 PM
Plugins don't show in Firebird BroX Linux - Software 6 12-10-2003 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration