You are not logged in.
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
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:
Offline
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
Isnt that enough?
Well, you have to actually install the package as well
Be sure to update the database first:
sudo apt update
sudo apt install browser-plugin-freshplayer-pepperflash
Offline
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
OK, can we please see the output of
sudo update-bunsen-pepperflash --status
Offline
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
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
Can we see
LC_ALL=C apt-cache policy bunsen-pepperflash
Offline
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
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
^ It's the bunsen-pepperflash package that you need, that supplies libpepperflashplayer.so
So:
sudo apt install bunsen-pepperflash
Offline