You are not logged in.

#1 2017-12-03 17:55:16

bobhund
Member
Registered: 2016-10-25
Posts: 67

[solved] run helpscript again for firefox flash

I made a new install of BL. Here I chose to install flash with chromium. However, I afterwards regretted and wanted to install with firefox. I ran the script again, but was not able to get the option for installing flash with firefox.

I also tried  sudo apt-get install bunsen-pepperflash in terminal, but that did not work either.

Any one with any suggestions?

Last edited by bobhund (2017-12-03 21:35:59)

Offline

#2 2017-12-03 19:11:18

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [solved] run helpscript again for firefox flash

To use bunsen-pepperflash with FF you will need the browser-plugin-freshplayer-pepperflash package but this is only available from the jessie-backports repository.

Instructions here:

https://backports.debian.org/Instructions/

Offline

#3 2017-12-03 20:31:20

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: [solved] run helpscript again for firefox flash

Hi Head on a stick, I just checked and there is allready following, in my sources:

deb http://deb.debian.org/debian jessie-backports main contrib non-free

Isnt that enough?

Offline

#4 2017-12-03 20:35:16

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [solved] run helpscript again for firefox flash

bobhund wrote:

Isnt that enough?

Well, you have to actually install the package as well  smile

Be sure to update the database first:

sudo apt update
sudo apt install browser-plugin-freshplayer-pepperflash

Offline

#5 2017-12-03 21:07:48

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: [solved] run helpscript again for firefox flash

Lol, thanx

I installed it but it does not work. And I checked its installed. But trying to "use" it I get thrown an error that the browser can not find it.

Picture of message here: https://imgur.com/a/RLJr2

Last edited by bobhund (2017-12-03 21:08:24)

Offline

#6 2017-12-03 21:09:22

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [solved] run helpscript again for firefox flash

OK, can we please see the output of

sudo update-bunsen-pepperflash --status

Offline

#7 2017-12-03 21:14:38

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: [solved] run helpscript again for firefox flash

Yes here it is,

sudo: update-bunsen-pepperflash: Kommando ikke fundet

Does that say it is not installed? which is weird, because when I try to install it, it says its allready installed.

Offline

#8 2017-12-03 21:15:53

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: [solved] run helpscript again for firefox flash

Ah and, Kommando ikke fundet means command not found.

I should hasten to say that last time I installed bl, I also had some trouble with firefox flash, which I solved by restarting the comp. This time I made sure to restart.

Offline

#9 2017-12-03 21:15:54

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [solved] run helpscript again for firefox flash

Can we see

LC_ALL=C apt-cache policy bunsen-pepperflash

Offline

#10 2017-12-03 21:17:02

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: [solved] run helpscript again for firefox flash

When I try to install it I get the output beneath here. It says that the newes version is allready installed.

thorbjorn@r2d2:~$ sudo apt install browser-plugin-freshplayer-pepperflash
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ        
Læser tilstandsoplysninger... Færdig
browser-plugin-freshplayer-pepperflash er allerede den nyeste version.

Last edited by bobhund (2017-12-03 21:17:40)

Offline

#11 2017-12-03 21:18:39

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: [solved] run helpscript again for firefox flash

thorbjorn@r2d2:~$ LC_ALL=C apt-cache policy bunsen-pepperflash
bunsen-pepperflash:
  Installed: (none)
  Candidate: 8.0-1
  Version table:
     8.0-1 0
        500 http://pkg.bunsenlabs.org/debian/ bunsen-hydrogen/main amd64 Packages
        100 /var/lib/dpkg/status

Offline

#12 2017-12-03 21:19:29

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [solved] run helpscript again for firefox flash

^ It's the bunsen-pepperflash package that you need, that supplies libpepperflashplayer.so

So:

sudo apt install bunsen-pepperflash

Offline

Board footer

Powered by FluxBB