Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Flash 11.2.202.378  (Read 9316 times)

Offline seasons

  • User
  • Posts: 269
Flash 11.2.202.378
« on: 2014/06/10, 19:20:33 »
New version of Flash (11.2.202.378) available.

Offline michaa7

  • User
  • Posts: 2.295
Re: Flash 11.2.202.378
« Reply #1 on: 2014/06/11, 14:00:52 »
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Offline ayla

  • User
  • Posts: 1.744
Re: Flash 11.2.202.378
« Reply #2 on: 2014/06/11, 14:26:44 »
Thanks
ayla

mylo

  • Guest
Re: Flash 11.2.202.378
« Reply #3 on: 2014/06/12, 00:38:00 »
how just were the magic words for updating this?



Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: Flash 11.2.202.378
« Reply #4 on: 2014/06/12, 00:46:58 »
update-flashplugin-nonfree --install

mylo

  • Guest
Re: Flash 11.2.202.378
« Reply #5 on: 2014/06/12, 01:15:00 »
devil, thanks for that. What is the reason that the player's upgrade is not in the d-u's? Is that difficult to be integrated? Just to understand.

Offline cas

  • User
  • Posts: 401
Re: Flash 11.2.202.378
« Reply #6 on: 2014/06/12, 01:39:15 »
What is the reason that the player's upgrade is not in the d-u's? Is that difficult to be integrated? Just to understand.
the prog that comes with DU is only a downloader, not flash itself.
so you have to manually execute this program.
I have a file inside /etc/cron.daily with
Code: [Select]
#!/bin/sh

test -x /usr/sbin/update-flashplugin-nonfree && /usr/sbin/update-flashplugin-nonfree --install --quiet

as has been suggested in this forum. luxury version is here
http://forum.siduction.org/index.php?topic=4273.msg35719#msg35719

beware: this cronjob works, but sometimes you have to wait a couple of days until the maintainer of the flashdownloader updates it (up to a week sometimes).
but this time it worked in no time without effort.

Offline absolut

  • User
  • Posts: 455
Re: Flash 11.2.202.378
« Reply #7 on: 2014/06/12, 13:10:47 »
for chromium users: in case you did not know, you also can and maybe should prefer the pepperflashplugin-nonfree

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: Flash 11.2.202.378
« Reply #8 on: 2014/06/12, 14:08:52 »
...which is the builtin solution that Chrome (not Chromium) ships.


greetz
devil

Offline samoht

  • User
  • Posts: 478
Re: Flash 11.2.202.378
« Reply #9 on: 2014/06/12, 20:16:44 »
Installed pepperflashplugin-nonfree.
Code: [Select]
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214
But doesn`t work.
chrome:plugins is empty.
Can somebody help.
Greetings
Tom

oldie

  • Guest
Re: Flash 11.2.202.378
« Reply #10 on: 2014/06/12, 20:40:24 »
/usr/lib/pepperflashplugin-nonfree


http://www.adobe.com/de/software/flash/about/

               Chrome (Pepper-basierter Flash Player)   14.0.0.125

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: Flash 11.2.202.378
« Reply #11 on: 2014/06/12, 20:58:02 »
# update-pepperflashplugin-nonfree -s


No (but the confusion is understandable).

Edit:  I was wrong here -- that is a good command to see available updates if the plugin was previously installed.


To install it:


Code: [Select]
apt-get update && apt-get install pepperflashplugin-nonfree

Code: [Select]
# apt-cache policy pepperflashplugin-nonfree
pepperflashplugin-nonfree:
  Installed: 1.3
  Candidate: 1.3
  Version table:
 *** 1.3 0
        500 http://ftp.us.debian.org/debian/ unstable/contrib amd64 Packages
        100 /var/lib/dpkg/status
« Last Edit: 2014/06/13, 13:19:03 by dibl »
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

oldie

  • Guest
Re: Flash 11.2.202.378
« Reply #12 on: 2014/06/12, 23:27:12 »
chromium and update pepperflashplugin-nonfree
code: update-pepperflashplugin-nonfree --install

works fine
test:

http://www.adobe.com/de/software/flash/about/ 

and ok

Offline seasons

  • User
  • Posts: 269
Re: Flash 11.2.202.378
« Reply #13 on: 2014/06/13, 00:16:24 »
pepperflashplugin is still working out the kinks:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748519
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732733

Code: [Select]
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 13.0.0.214
Flash Player version available on upstream site: 13.0.0.214

If you want to get Flash 14, you either need to wait for maintainer or use --unverified option with --install:
Code: [Select]
# update-pepperflashplugin-nonfree --unverified -i
...
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214

Offline seasons

  • User
  • Posts: 269
Re: Flash 11.2.202.378
« Reply #14 on: 2014/06/13, 00:27:39 »
chrome:plugins is empty.
Can somebody help.

Have you set up /etc/chromium/default?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749934#40