LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-23-2009, 04:47 PM   #1
fof3
Member
 
Registered: Nov 2003
Distribution: Debian - Lenny
Posts: 174

Rep: Reputation: 30
Where do I place the flashplayer plugin?


I just downloaded Adobe's pre-release for Flashplayer 10; but I don't know where to put it.
 
Old 03-23-2009, 05:03 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
I installed flashplayer 10 (flashplayer-mozilla) from Debian Multimedia.

But here's the instructions from Adobe's website.
 
Old 03-24-2009, 05:06 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
For individual users you can put libflashplayer.so here:
~/.mozilla/plugins/
For system-wide it depends on how you installed your FFx.
cheers,
jdk
 
Old 03-24-2009, 06:25 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
For global installation, you can put libflashplayer.so in /usr/lib/mozilla/plugins or /usr/lib/iceweasel/plugins.
 
Old 03-26-2009, 05:09 PM   #5
sonichedgehog
Member
 
Registered: Oct 2007
Location: London UK
Distribution: Fedora Core 17
Posts: 298

Rep: Reputation: 32
what am I doing wrong?

A website keeps refusing to play content and directs me to download adobe-flashplayer, it installs OK, but still doesn't play the videos which I think are swf, I get the same direction to the adobe site.

I have Debian Lenny with up to date iceweasel.

I have modified as follows, copying the libflashplayer.so from the tarball to replace the same file in these directories, reserving the original files in case this is a mistake:

Code:
jan:/usr/lib/adobe-flashplugin# cp libflashplayer.so master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# ls
libflashplayer.so  master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# rm libflashplayer.so

jan:/usr/lib/adobe-flashplugin# cp /home/jan/libflashplayer.so /usr/lib/adobe-flashplugin/libflashplayer.so
jan:/usr/lib/adobe-flashplugin# ls
libflashplayer.so  master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# ls -l
total 19784
-rwxr-xr-x 1 root root 10131640 2009-03-26 08:14 libflashplayer.so
-rw-r--r-- 1 root root 10089232 2009-03-26 08:05 master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# cd /usr/lib/iceweasel/plugins
jan:/usr/lib/iceweasel/plugins# ls libflash*
libflashplayer.so
jan:/usr/lib/iceweasel/plugins# ls -l libfla*
-rwxr-xr-x 1 root root 8115888 2008-09-23 23:09 libflashplayer.so
So the "libflashplayer.so" replaced, is a few months older

Code:
jan:/usr/lib/iceweasel/plugins# cp libflashplayer.so master.libflashplayer.so
jan:/usr/lib/iceweasel/plugins# ls libfla*
libflashplayer.so
jan:/usr/lib/iceweasel/plugins# ls master*
master.libflashplayer.so
jan:/usr/lib/iceweasel/plugins# rm libflashplayer.so

jan:/usr/lib/iceweasel/plugins# cp /home/jan/libflashplayer.so /usr/lib/iceweasel/plugins/libflashplayer.so
Another possible problem is that the file association in iceweasel makes no reference to the flashplayer plugin, it will use swfplayer or mplayer.

The fact that my laptop (Ubuntu) plays from this website may be relevant.

Help?
Thanks
 
Old 03-26-2009, 05:43 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
remove sfwdec-mozilla, then using either backports apt-get install flashplugin-nonfree or use debian-multimedia.org and do apt-get install flashplayer-mozilla

/usr/lib/flashplayer-mozilla
/usr/lib/flashplayer-mozilla/libflashplayer.so

File name: /usr/lib/flashplayer-mozilla/libflashplayer.so
Shockwave Flash 10.0 r22
 
Old 04-02-2009, 07:21 PM   #7
sonichedgehog
Member
 
Registered: Oct 2007
Location: London UK
Distribution: Fedora Core 17
Posts: 298

Rep: Reputation: 32
Thanks craigevil. Meantime I updated iceweasel, and a user that had addon mediaplayer connectivity was then able to watch x shockwaveflash content. I note in associations x swf had libflashplayer.so specified, but making the corresponding change to user2 didn't work. Mediaplayer connectivity + xswf associated with almost any application enabled user2 to call up the video without reverting to the default "you need updated adobeflashplayer10" screen but it wouldn't play, even using libflashplayer.so.
As a shortcut I reserved the .mozilla directory in the user that had the problems by renaming to .mozillaMASTER then substituted in the "correct" version with file ownerships altered, it was mucky but effective. I'll keep your suggested fix in mind for next time it goes wrong. I'd be interested to find out why user1 came right just with the libflashplayer.so copied in then iceweasel updated. It was definitely not a systemwide problem as the fix was in the user's home directory.
 
  


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
Install FlashPlayer plugin for all users Eredeath Linux - Newbie 6 12-18-2008 08:46 PM
flashplayer plugin doesn't work properly skeletonca Linux - General 1 07-14-2007 09:08 AM
Firefox crashing in Gmail with Flashplayer plugin noranthon Linux - Desktop 4 01-29-2007 08:50 PM
how to apt-get mplayer-plugin (mozilla plugin)? hkl8324 Debian 2 06-29-2005 09:28 AM
Flash Plugin in Opera 7.11. Not showing up on plugin list even. binarynova Linux - Software 4 02-05-2004 07:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:32 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