google浏览器flash无法使用
Tofloor
poster avatar
deepin26032019
deepin
2019-04-06 04:56
Author
一些网站图片、视频加载不出来,淘宝登录二维码都加载不出来??怎么解决(⊙o⊙)?你们都用什么浏览器啊??
Reply Favorite View the author
All Replies
avatar
erhecy
deepin
2019-04-06 05:20
#1
可以吧,你去应用商店下载个“Chrome Flash插件”试试
Reply View the author
avatar
superendermansm
deepin
2019-04-06 05:44
#2
可以用firefox中国版,或者上360
Reply View the author
avatar
mzking
deepin
2019-04-07 09:29
#3
建议从chrome官网重新下载试试,我也遇到过,忘了怎么折腾的,现在正常使用
Reply View the author
avatar
alenalp
deepin
2019-04-07 20:50
#4
我的更新后也有这个问题
Reply View the author
avatar
xinhos
deepin
2019-04-09 19:27
#5
我也有这个问题。商店里的 flash player for chrome 已经装好了,还是这样
Reply View the author
avatar
aida
deepin
2019-04-09 19:47
#6
我这里能用。。
Reply View the author
avatar
xinhos
deepin
2019-04-09 19:55
#7
弄好了,自己去 adobe 官网上下载一个 flash 装好就行。
第一步:去官网下载 flash player。快速通道:https://get.adobe.com/flashplayer/
第二步:将安装包解压,并在 /opt/google/chrome 下建立一个名为 PepperFlash 的文件夹(如果不存在的话)
  1. sudo mkdir /opt/google/chrome/PepperFlash
Copy the Code
第三步:修改 chrome 浏览器的 desktop 文件,让它加载 flash player。默认位置为 /usr/share/applications/google-chrome.desktop,在 Exce 条目后加上 --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so(应该是第 108 行)
  1. sudo vim /usr/share/applications/google-chrome.desktop
Copy the Code
修改后的内容:
  1. Exec=/usr/bin/google-chrome-stable %U --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so
Copy the Code

Reply View the author
avatar
133******62
deepin
2019-04-10 01:35
#8
解决了我的困扰
Reply View the author