由于我的xubuntu不能连vpn(查了好久资料还是没解决),所以就决定手动升级chrome的flashplayer.
- 从Adoba 官网下 ppapi 类型的 压缩包到本地磁盘上
- 然后解压到当前文件将解压后的文件目录下的这些文件复制到目录 /home/[用户]/.config/google-chrome/Pappflash/[对应的flash版本]/
(例如图上的 25.0.0.127 文件夹 是要根据自己下的flash版本 自己创建的文件目录 mkdir 25.0.0.127) - cd /usr/share/applications/
先备份google-chrome.desktop文件
sudo cp google-chrome.desktop.bat
然后用文本编辑器修改文件
sudo gedit google-chrome.desktop
例:
Exec=/usr/bin/google-chrome-stable %U –ppapi-flash-path=/home/txp/.config/google-chrome/PepperFlash/25.0.0.127/libpepflashplayer.so –ppapi-flash-version=25.0.0.127
(注意检查自己的路径对不对!!!)
重启chrome,查看chrome://components/ 看到flash版本是否正确。
打开视频网站试试,如果显示 重启chrome,以启动flash之类的,说明flash已经正确配置了,但是还为生效,所以重启系统。
**注意:启动器上的图标启动chrome可能无效,所以需要将启动器上的chrome重新添加,**