LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-03-2015, 09:17 PM   #1
blueinca99
Member
 
Registered: Apr 2014
Posts: 57

Rep: Reputation: Disabled
Unhappy Robolinux Debian - Adobe Flash not running automatically


just recently I have found (while using Robolinux) that Adobe flash player doesn't automatically load & play content- one gets a popup box to 'activate' which then allows the content to be played but for every new web-page one loads with Flash player content- it still won't play automatically. When one goes to the Adobe flash player site, there is a note that says "Adobe Flash Player 11.2 will be the last version to target Linux as a supported platform. Adobe will continue to provide security backports to Flash Player 11.2 for Linux." Here's the link (& notice there is a choice of 4 versions to download from the drop-down box near the bottom) http://get.adobe.com/flashplayer/ is there a way around this, or the most appropriate version to try?
 
Old 01-04-2015, 01:04 AM   #2
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Do you have, from the deb-multimedia.org repo (not a debian repo), flashplayer-mozilla installed. Will get you the same thing and supply the upgrades in your normal update/upgrade cycles.
Code:
## debian multimedia
deb http://www.deb-multimedia.org sid main non-free
## deb-src http://www.deb-multimedia.org sid main non-free
That is for sid obviously. Edit it to fit your system.

Under sid that currently provides;
3:11.2.202.425-dmo2

Adobe is offering
11.2.202.425

Difference is that the one from the repo is for Debian. Same flash version.
 
Old 01-04-2015, 03:47 AM   #3
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
If you do get a popup, it is because your browser (iw or ff) blocks any version of flash below 11.2.202.425. This is because of a flaw found up to version 11.2.202.424.

https://bugzilla.mozilla.org/show_bug.cgi?id=1109795
 
Old 01-04-2015, 04:12 AM   #4
blueinca99
Member
 
Registered: Apr 2014
Posts: 57

Original Poster
Rep: Reputation: Disabled
@ jim p
Quote:
If you do get a popup, it is because your browser (iw or ff) blocks any version of flash below 11.2.202.425. This is because of a flaw found up to version 11.2.202.424.
so how do I revert back to the previous version? - is that what I need to do?

@ widget - that is all a little over my head... !

Last edited by blueinca99; 01-04-2015 at 04:13 AM.
 
Old 01-04-2015, 08:16 PM   #5
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Your version is already older than the problem. You need the newer one.

What exactly do you need to know to enable the multimedia repo?

If you would post the entire output of;
Code:
cat /etc/apt/sources.list
it would help.
 
Old 01-04-2015, 08:33 PM   #6
blueinca99
Member
 
Registered: Apr 2014
Posts: 57

Original Poster
Rep: Reputation: Disabled
paul@debianrobolinux:~$ cat /etc/apt/sources.list
#

# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official Snapshot i386 LIVE/INSTALL Binary 20130902-03:47]/ wheezy main

deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official Snapshot i386 LIVE/INSTALL Binary 20130902-03:47]/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
 
Old 01-04-2015, 09:13 PM   #7
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
OK. That looks a bit strange. Wheezy should have more than that in it by default. And you must be being prompted for the CD every time you try to do anything.

Did you set up a root password when you installed?

Did you enable the use of sudo in any other way?

What is your defualt text editor? I assume that it would be gedit, looks like they use the Gnome by default but offer Xfce and Lmde.

What is the output of;
Code:
ls /etc/apt/sources.list.d
If that turns up anything we need to know this as we do not want to mess with your system by adding repos that may not, inspite of being compatible with Debian, be compatible with packages from any custom repos maintained by your distro.
 
Old 01-04-2015, 09:22 PM   #8
blueinca99
Member
 
Registered: Apr 2014
Posts: 57

Original Poster
Rep: Reputation: Disabled
Quote:
If that turns up anything we need to know this as we do not want to mess with your system by adding repos that may not, inspite of being compatible with Debian, be compatible with packages from any custom repos maintained by your distro.
that's exactly what I am concerned about, because essentially everything else on the system is working really well, I don't want to cause subsequent issue to fix this relatively small problem.

Thank you for your help btw.

Yes I did set up a root password when I installed. Gnome is used as text editor.

output-
paul@debianrobolinux:~$ ls /etc/apt/sources.list.d
debian-multimedia.list google-chrome.list virtualbox.list
debian-multimedia.list.save google-chrome.list.save virtualbox.list.save
paul@debianrobolinux:~$
 
Old 01-04-2015, 09:27 PM   #9
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
That looks fine.

So, you are not using sudo?

You do have a root password?

Gedit is your text editor?
 
Old 01-04-2015, 10:24 PM   #10
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
One thing for you to consider is that adding the same version of flash from the Adobe site will not be known to your package management system.

This is not a good thing.
 
  


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] debian 7 adobe flash install bayougrizz00 Debian 15 11-27-2015 05:14 PM
[SOLVED] Debian Squeeze: How to install adobe flash player? shivaa Debian 10 10-03-2014 06:02 AM
cant load adobe flash. Have asus eeepc running linux, i am a complete newbie teabag Linux - Newbie 18 09-06-2010 09:23 AM
Flash (Adobe) add-on 8 or 9 for Iceweasel (Debian-2.0.0.19-0etch1). Raul Claro Linux - Software 1 01-26-2010 05:02 PM
Adobe Flash Player 10 on Debian. Pazau Linux - Software 13 02-24-2009 04:38 PM

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

All times are GMT -5. The time now is 06:33 AM.

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