Chinaunix首页 | 论坛 | 博客
  • 博客访问: 149910
  • 博文数量: 29
  • 博客积分: 1662
  • 博客等级: 上尉
  • 技术积分: 327
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-13 18:53
个人简介

thanks

文章分类
文章存档

2022年(1)

2017年(1)

2016年(1)

2015年(3)

2014年(9)

2011年(1)

2009年(1)

2008年(12)

我的朋友

分类: LINUX

2017-09-07 20:21:23

考虑到debian 9对flash支持的忽略,(没有跟上发布冻结周期)
可以从10又获得有了支持



自己处理两个文件目录
cat /etc/chromium.d/pepperflashplugin-nonfree
flashso="/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so"
flashversion=`strings $flashso 2> /dev/null | grep LNX | cut -d ' ' -f 2 | sed -e "s/,/./g"`
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=$flashversion"

从adobe下载tar文件
ls /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
ls /usr/lib/pepperflashplugin-nonfree/manifest.json
ls /var/cache/pepperflashplugin-nonfree/manifest.json




在debian 8下需要依赖binutils
root@mh20170907:~#
root@mh20170907:~# aptitude
Selecting previously unselected package binutils.
(Reading database ... 58712 files and directories currently installed.)
Preparing to unpack .../binutils_2.25-5+deb8u1_amd64.deb ...
Unpacking binutils (2.25-5+deb8u1) ...
Selecting previously unselected package pepperflashplugin-nonfree.
Preparing to unpack .../pepperflashplugin-nonfree_1.8.1+deb8u1_amd64.deb ...
Unpacking pepperflashplugin-nonfree (1.8.1+deb8u1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up binutils (2.25-5+deb8u1) ...
Setting up pepperflashplugin-nonfree (1.8.1+deb8u1) ...
ERROR: wget failed to download ~bartm/pepperflashplugin-nonfree/latest-stable-verified.txt
More information might be available at:
 
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Press Return to continue.

root@mh20170907:~#

阅读(1163) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~