LinuxQuestions.org
Visit Jeremy's Blog.
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 08-12-2009, 03:17 AM   #1
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Ice,Iceweasel & You,Youtube


Well I must be missing something here or I'm going crazy. The world is already insane, we know that.

  1. Install Lenny
  2. Enable multimedia.org repo, keyring...
  3. Synaptic, install flashplayer
  4. Operation completed successfully
  5. Open Iceweasel, go to youtube, try to play a video/s
  6. Iceweasel freezes
  7. Force quit

Now, here's the funny part. There was a warning from youtube which you can see in the attachment.

So, they say I do not have the latest flashplayer. OK, we'll check. They say that the very last version of their precious piece of software is 10.0.32.18.

OK, let's see what we have; surrrrrrpriiiise, it's 1:10.0.32.18-0.0. OK, what do we do? Reinstall flash? Reinstall Iceweasel? OK. Whats new? Nothing. OK, what do we do next, remove profile? create new profile? OK. Good? No. Check plugins, check plugins... OK, incompatibility? No.

Shit, what do we do next? We're going out to have a beer.
Attached Thumbnails
Click image for larger version

Name:	Screenshot-YouTube - NASA | Sentinels of the Heliosphere - Iceweasel.png
Views:	29
Size:	200.9 KB
ID:	1207  
 
Old 08-12-2009, 03:46 AM   #2
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
install manually to ~/.mozilla/plugins thats what I always do, i've never had luck with the apt-get/synaptic flash stuff. even when i had it working one day it would stop every couple flash vids and i'd have to restart mozilla. just try getting it from adobe first, if that doesn't work try updating iceweasel?

[EDIT] 3.5 is out in experimental, I'd recomend getting it, it's been out on windows for a while now. =( Should be in testing repo's.

Last edited by mushroomboy; 08-12-2009 at 03:52 AM.
 
Old 08-12-2009, 04:46 AM   #3
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 swfdec, or run as root: update-alternatives --config flash-mozilla.so and pick the Adobe Flash.

I really wish people would stop suggesting manually placing the plugins in .mozilla/plugins. The problem with that they do not get updated with apt-get/aptitude.

I only have flashplayer-mozilla and it works perfectly.

update-alternatives --config flash-mozilla.so
There is only one alternative in link group flash-mozilla.so: /usr/lib/flashplayer-mozilla/libflashplayer.so
Nothing to configure.

$ apt-cache policy flashplayer-mozilla
flashplayer-mozilla:
Installed: 1:10.0.32.18-0.0
Candidate: 1:10.0.32.18-0.0
Version table:
*** 1:10.0.32.18-0.0 0
990 http://www.debian-multimedia.org unstable/main Packages
$ apt-cache policy iceweasel
iceweasel:
Installed: 3.5.1-1
Candidate: 3.5.1-1
I also have Firefox 3.5.2 and flashplayer-mozilla works in it just by ln -s so the iceweasel and firefox plugin directorys are symlinked.


User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2

Installed Plugins: (10)
- Adobe Reader 9.1
- Default Plugin
- DivX Browser Plug-In
- Java(TM) Plug-in 1.6.0_15
- mplayerplug-in is now gecko-mediaplayer 0.9.6
- OpenOffice.org Plug-in
- QuickTime Plug-in 7.4.5
- RealPlayer 9
- Shockwave Flash
- Windows Media Player Plug-in
 
Old 08-12-2009, 09:59 AM   #4
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733

Original Poster
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Yeah, I guess it's normal when you don't use certain distro for some time that you forgot some things about it and I just wasn't in the mood to dive into the problem at the moment when the problem ocurred.

Anyway, this code did the trick;
Code:
update-alternatives --config flash-mozilla.so
Thanks craigevil.

Thank you too mushroomboy.
 
Old 08-12-2009, 08:06 PM   #5
JanVYW
Member
 
Registered: Apr 2007
Posts: 45

Rep: Reputation: 16
The Flash player seems to have worked. Iceweasel 3.5 would not find xulrunner even though it's supposed to be a .deb so maybe it's rebuilt from another distro with different directory organisation. I think this version is available from Debian though, but my search could not find it with them. Trouble is that I prefer not to churn through and use KPackage (and anyway it does not recognise software installed through other means like Synaptic) because they will check far more than I could about compatibilities. Everything has some advantages and some disadvantages. Debian would probably like Konqueror to be its main browser, but I have never met anything so slow! What is it doing?

One result of getting Flash to work is that in Galeon and kazehakuse the usual wmv and mpg have stopped!

Last edited by JanVYW; 08-12-2009 at 08:38 PM.
 
Old 08-12-2009, 09:23 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
$ apt-cache policy iceweasel
iceweasel:
Installed: 3.5.1-1
Candidate: 3.5.1-1
$ apt-cache policy xulrunner-1.9.1
xulrunner-1.9.1:
Installed: 1.9.1.1-2
Candidate: 1.9.1.1-2
$ apt-cache policy libmozjs2d
libmozjs2d:
Installed: 1.9.1.1-2
Candidate: 1.9.1.1-2
All 3 of those are in experimental.

@JanVYW just for your info kpackage really sucks except for local packages. Get used to using apt-get or aptitude.
 
Old 08-13-2009, 12:42 AM   #7
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Please allow me to mention one thing I noticed on the picture of the 1st post.

The huge, round, play button denotes the existence of swfdec-mozilla, probably installed along with gnome.

This plugin identifies itself as "Shockwave flash, version 9.0.999" so as to be reported as "ok" by most sites that need flash.
Unfortunately it does not work for all sites, so please go to flashplugin-nonfree.
 
Old 08-14-2009, 06:14 AM   #8
JanVYW
Member
 
Registered: Apr 2007
Posts: 45

Rep: Reputation: 16
Craigevil Agree about Kpackage. The reason was that I went looking for the package browsing the repositories so hauled it in direct and defaulted to Kpackage to open it. I don't usually use 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
Iceweasel, Youtube and general gripes JanVYW Debian 7 08-12-2009 01:05 AM
Is there a clone of Ice Mirror from ice-graphics, with CD/DVD burning features? frenchn00b Linux - Software 0 05-22-2009 03:44 AM
Youtube displays incorrectly after iceweasel upgrade bcwagne Linux - Software 3 08-22-2008 08:39 AM
Linux & ICE mp3 player SpAcErAvEr Linux - Newbie 1 06-21-2003 09:36 AM
Ice WM & RH 7.3 TX_metalhead Linux - General 9 05-24-2002 04:01 PM

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

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