Results 1 to 7 of 7
Hi folks,
Debian 5.0
Iceweasel 3.0.6
The browser has flashplugin installed previously. It has been working without problem before. For unknown reason it stops to work. Now I'm required to ...
- 06-25-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
[SOLVED] Flash Plugin
Hi folks,
Debian 5.0
Iceweasel 3.0.6
The browser has flashplugin installed previously. It has been working without problem before. For unknown reason it stops to work. Now I'm required to install Adobe Flash Player.
I have "install_flash_player_10_linux.deb" download on Adobe website. Whether I run dpkg to install the package? Or there is a Debian way to solve my problem? TIA
B.R.
satimis
- 06-25-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
One way to install it is to extract the file then copy libflashplayer.so to your plugins directory:
/home/your_username/.mozilla/plugins
...then restart Iceweasel.
Maybe someone else will reply with some other ways.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-25-2010 #3
Move .deb file to Desktop and execute this in Terminal :
Code:cd Desktop dpkg -i install_flash_player_10_linux.deb
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-25-2010 #4Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi ozar,
Thanks for your advice.
$ ls -l /home/satimis/.mozilla/plugins/$ sudo find / -name libflashplayer.soCode:total 180 -rwxr-xr-x 1 satimis root 179552 2010-01-07 14:35 nppdf.so
Code:/usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/xulrunner-addons/plugins/libflashplayer.so
$ apt-cache policy flashplugin-nonfreeCreate a sym link running;Code:flashplugin-nonfree: Installed: 1:2.5~bpo50+1 Candidate: 1:2.5~bpo50+1 Version table: 1:2.8.1~bpo50+1 0 1 http://www.backports.org lenny-backports/contrib Packages *** 1:2.5~bpo50+1 0 100 /var/lib/dpkg/status???Code:$ sudo ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /home/your_username/.mozilla/plugins/libflashplayer.so
TIA
B.R.
satimis
- 06-25-2010 #5Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi,
I already have "flashplugin-nonfree" installed.
~$ apt-cache policy flashplugin-nonfreeCode:flashplugin-nonfree: Installed: 1:2.5~bpo50+1 Candidate: 1:2.5~bpo50+1 Version table: 1:2.8.1~bpo50+1 0 1 http://www.backports.org lenny-backports/contrib Packages *** 1:2.5~bpo50+1 0 100 /var/lib/dpkg/status
B.R.
satimis
- 06-25-2010 #6Just Joined!
- Join Date
- Jun 2010
- Posts
- 8
flashplugin-nonfree should work, do you have the problem with all .swf or only the most recent ones?, they may need a new version, in case it's the latter I would wait for debian to solve it the debian way, which implies slow, among other characteristics.
If it is the former I'd try installing swf-player or other alternatives before installing a .deb that apt-get won't be upgrading.
- 06-25-2010 #7Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Solved
Hi Trylks,
Thanks for your advice.
Hi folks,
Problem solved after performing following steps;
$ sudo ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /home/satimis/.mozilla/plugins/libflashplayer.so
Restart Iceweasel
That is all. Flash player now works. Thanks
B.R.
satimis




