最近频繁出现的Chrome的Flash问题的 给你个暂时可以一劳永...
Tofloor
poster avatar
ih******op@vip.qq.com
deepin
2017-11-09 21:12
Author
本帖最后由 ihipop 于 2017-11-10 12:50 编辑

https://bbs.deepin.org/post/147832

9楼

我来搬运一些



确保chrome是最新的  https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
这个地址是国内直连地址

关闭chrome
  1. sudo apt purge libflashplugin-pepper
  2. rm -rf ~/.config/google-chrome/PepperFlash/
Copy the Code

打开chrome



打开上图的页面 chrome://components/
点击更新flash
提示更新成功
重启chrome
以后就让flash就随着chrome自己更新

别装深度的flash插件了


Reply Favorite View the author
All Replies
avatar
sz******iy@vip.qq.com
deepin
2017-11-09 21:44
#1
只提供flash的视频网站就和只用IE一样的坑爹。

Reply View the author
avatar
melodyzou
deepin
2017-11-09 23:43
#2
接下来的更新中会有flash更新,来修复这个问题。
Reply View the author
avatar
walle
deepin
2017-11-10 02:54
#3
这种问题深度应该优先级最高来做,来发一个hotfix解决
Reply View the author
avatar
要讲武德
deepin
2017-11-10 03:49
#4
反正我用火狐。。。
Reply View the author
avatar
180******26
deepin
2017-11-10 09:09
#5
马克。。之前看到商店里的评论,写一个脚本,每次允许chrome之前都重装一遍libflashplugin-pepper真是忧桑

  1. #!/bin/bash
  2. sudo apt purge libflashplugin-pepper -y
  3. sudo apt install libflashplugin-pepper -y
Copy the Code
Reply View the author
Comments
ihipop
2017-11-10 20:49
你这样过段时间又会过期 很麻烦
avatar
Experience
deepin
2017-11-13 04:46
#6
恩,又发现一个操作
Reply View the author