ubuntu下chromium 安装flash player
原文地址 :http://blog.sina.com.cn/s/blog_858820890102v63w.html
不记得从什么时候起,Chromium 不再支持 Netscape plugin API (NPAPI),官方软件仓库中的 flashplugin 已经无法工作。
浏览器不支持flash怎么能用?必须解决之。
1.网上搜索了半天,大多是按照浏览器提示下载Adobe Flash Player 插件,然后解压出libflashplayer.so,把libflashplayer.so复制到/usr/lib/chromium-browser/plugins/,最后重启chromium,地址栏中输入:chrome://plugins ,将Adobe Flash Player 插件启用即可。————这就是官方软件仓库中的 flashplugin的手工安装法嘛!显然是行不通的。
2.好吧,参看Chromium (简体中文) - ArchWiki:
可以使用 Google Chrome (新Pepper API)提供的 Flash.
可以通过AUR中提供的软件包进行安装:
chromium-pepper-flash - 稳定版本
chromium-pepper-flash-dev - 开发版本
请在chrome://plugins中启用 /usr/lib/PepperFlash/libpepflashplayer.so.
好吧,yaourt -S chromium-pepper-flash各种版本,结果都是下不下来资源:
错误: 无法下载 google-chrome-stable-37.0.2062.94-1.i386.rpm
错误: 无法下载 google-chrome-unstable_current_i386.deb
等等
3.看来只能另想办法,既然chrome里面有这个pepper-flash,那我就直接去拿。
(这个现在可以直接在网上下载 https://get.adobe.com/cn/flashplayer/?no_redirect)
下载chrome安装包,或者干脆安装一个chrome,然后在/opt/google/chrome/PepperFlash里,我得到了 libpepflashplayer.so,
马上复制到/usr/lib/chromium-browser/plugins/,没有这个目录只有/usr/lib/chromium,看到几个其他的插件so就在/usr/lib/chromium,好那就把 libpepflashplayer.so也复制到这里。
重启chromium,转到chrome://plugins,没有libpepflashplayer.so啊!怎么回事?
4.这里还差点什么,chromium没有搜索到libpepflashplayer.so的存在,怎么办?
漫长的网上寻找,我找到了http://askubuntu.com/questions/158388/how-do-i-make-chromium-use-flash-from-google-chrome,里面有一个回复,还需要修改/etc/chromium-browser/default
Download Google Chrome and extract libpepflashplayer.so from /opt/google/chrome/PepperFlash in the Chrome deb file Copy libpepflashplayer.so to /usr/lib/chromium-browser/plugins Make the necessary changes to the Chromium startup
sudo gedit /etc/chromium-browser/default
Add this to the CHROMIUM_FLAGS
CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so --ppapi-flash-version=11.5.31.2"
You can get the correct version of the flash plugin from the "version": json tag in the mainfest.json from /opt/google/chrome/PepperFlash in the Chrome deb file
于是我对应修改了/etc/chromium/default为:
|
1
2
3
4
5
|
# Default settings for chromium. This file is sourced by /usr/bin/chromium# Options to pass to chromium#CHROMIUM_FLAGS=""CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium/libpepflashplayer.so --ppapi-flash-version=14.0.0.177" |
其中的flash-version可在/opt/google/chrome/PepperFlash/manifest.json里面查到。
最后,再次重启chromium,flash插件已正常工作。
自己按照上面说的并没有正常工作,在用chrome:plugs查看插件时发现有个插件的位置并不在/usr/lib/chromium-browser/plugins/下,而是在/usr/lib/chromium-browser/里,于是把文件考到这个地址里,把上面的地址也都改为这个地址,但是还是不能工作,想了一会把原来那个地址下的/usr/lib/chromium-browser/plugins/的.so文件删除,再次重新启动chromium,插件已经可以正常工作了!妈蛋,被锁在办公室了,要在这里过夜了。。。
ubuntu下chromium 安装flash player的更多相关文章
- ubuntu下chromium浏览器flash插件安装
ubuntu下chromium浏览器默认是不支持flash的,在新立德软件包中搜索flash得到的“Adobe Flash Player plugin installer”也没有什么卵用,因为装完以后 ...
- ubuntu下firefox浏览器flash player插件的安装
自从装了双系统后,ubuntu下的音乐软件只能选择网页播放器了,这无疑是需要播放插件的,这个插件就是falsh player. 当初使用usb启动盘安装的,在安装的过程中还会报找不到CD-rom的错, ...
- Linux下firefox安装flash player插件
下载插件 解压插件 使用命令tar -zxvf install_xxxxxx libflashplayer.so 拷贝目录 然后把切换到root用户,把文件夹拷贝到/usr/lib/mozilla/p ...
- Ubuntu14.04下安装Flash Player
Ubuntu14.04下安装Flash Player youhaidong@youhaidong:~$ sudo apt-get install flashplugin-nonfree [sudo] ...
- Ubuntu16.04/centos7 下为chrome/firefox安装flash player插件
为chrome安装flash: 打开终端,输入:sudo apt-get install pepperflashplugin-nonfree 或官网下载安装google-chrome-stable 为 ...
- 【转载】linux环境下为firefox/chrome浏览器安装flash player
本文转载自 http://blog.sina.com.cn/s/blog_6ad624380102v1xf.html firefox安装flash player的方法: 先到adobe网站上下 ...
- Torch7在Ubuntu下的安装与配置
Torch7的本系列教程的主要目的是介绍Torch的入门使用.今天首先分享一下Torch7的安装.(在Ubuntu14.04安装torch7) 为什么选择Torch Torch的目标是在建立科学算法的 ...
- ubuntu下git安装及使用
ubuntu下git安装及使用 其实,好几个月前,就已经安装好了,可是一直搁置在那儿,所以密码等一些其它细节都忘的差不多了,所以今天就重新部署了一下,并开始积极使用......... 1,git ...
- premake Ubuntu下的安装
premake是个跨平台的编译工具,先看看在Ubuntu下怎么安装. 首先下载,在/usr目录下: sudo wget -O premake-4.4-beta4-linux.tar.gz http:/ ...
随机推荐
- zw版【转发·台湾nvp系列Delphi例程】HALCON Cast 使用方式
zw版[转发·台湾nvp系列Delphi例程]HALCON Cast 使用方式 procedure TForm1.Button1Click(Sender: TObject);var img, img1 ...
- 安装Debian的正确方法
一.说明: Debian7.0.0的安装镜像文件有3个DVD,安装基本系统只用到第一个镜像文件,即DVD1 其它镜像文件是附带的软件包. 附Debian 7.0.0系统镜像下载地址: 32位:http ...
- 解决 “invalid resource directory name”, resource “crunch”
try this: from the menu click Project->Clean... a popup window will appear. select the check ...
- Unable to resolve target 'android-19'
修改两个地方,解决上面的问题
- nginx 优化
隐藏nginx版本号:在http标签内写server_tokens off; 隐藏apache版本号:ServerTokens Prod ServerSignature Off 更改nginx默认的用 ...
- TI CC2541的整体目标
1. App端会发送一定数量的byte过来蓝牙, 每2个byte是一个汉字的编码. 2. 拿到汉字编码之后, 统计字符数量, 然后通过SPI, 搜索编码 3. 收到的编码, 每个汉字字符有32个byt ...
- 内容与Tag
由于要满足精准推送内容的需求, 我们需要将车辆型号与推送内容挂钩, 方法是, 在现有的基础上, 把所有车型, 打上Tag, 目前先打上国籍跟厂商. 在现有的VEHICLE表的基础上, 增加2个colu ...
- init_MUTEX 与 sema_init 函数【转】
转自:http://blog.chinaunix.net/uid-7332782-id-3211627.html 在编译Linux设备驱动程序学习(1)-字符设备驱动程序中scull.c程序时,报错: ...
- sql server 关联更新
update a set a.name1 = b.name1, a.name2=b.name2from 表A a, 表B b where a.id=b.id
- String 类的常用字符串方法
public class Page106 { /** * 字符串练习第五章 * @param args */ public static void main(String[] args) { Stri ...