下载 flashplayer 最新版
https://get.adobe.com/cn/flashplayer/
解压文件,我是把libpepflashplayer.so 和 manifest.json 解压到 /opt/google/chrome/PepperFlash/下 。注:文件夹需要自己建立
编辑 chrome 的 desktop文件
默认位置 /usr/share/applications/google-chrome.desktop
添加chrome的命令参数
Exec=/usr/bin/google-chrome-stable %U --disk-cache-dir=/dev/shm --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so
然后运行这个desktop文件即可。。。。