环境: chrome 的 Linux 最新稳定版本 centos7.4 flash 最新版本(试了好几个版本的,都加载不了 flash )
借鉴网上的文章,修改 chrome 浏览器的程序启动配置信息 vim /usr/share/applications/google-chrome.desktop (.desktop 文件是 Linux 桌面系统中用于描述程序启动配置信息的文件) 在 vim 中搜索到下面一行 Exec=/usr/bin/google-chrome-stable %U 改成 Exec=/usr/bin/google-chrome-stable %U --ppapi-flash-path=/home/UserName/.config/google/chrome/PepperFlash/24.0.0.221/libpepflashplayer.so --ppapi-flash-version=24.0.0.221
但是并没有什么用,求大佬们解惑