我已经安装了Epiphany浏览器,并且由于启动时间短且占用空间小而非常喜欢它。但是,我无法制作主显节上的youtube或huhu视频(需要Flash的任何视频)。您能帮我进行配置吗?我的系统上同时安装了Firefox和Opera,并且都可以在网络上播放基于Flash的视频。
我已经安装了Epiphany浏览器,并且由于启动时间短且占用空间小而非常喜欢它。但是,我无法制作主显节上的youtube或huhu视频(需要Flash的任何视频)。您能帮我进行配置吗?我的系统上同时安装了Firefox和Opera,并且都可以在网络上播放基于Flash的视频。
Answers:
Flash是GTK + 2,而主显节是GTK + 3 ...这就是问题所在。
sudo apt-get install flashplugin-installer
sudo apt-get install nspluginwrapper
sudo nspluginwrapper -i
/usr/lib/flashplugin-installer/libflashplayer.so
nspluginwrapper -v -a -n -i
我使用的是Ubuntu 12.04,在我的情况下,我使用Ubuntu软件中心安装了flashplugin,因此它在处安装了插件/usr/lib/adobe-flashplugin/libflashplayer.so
。我跟随了,Flash在Epiphany 3.4.1中完美地工作了。
sudo apt-get install nspluginwrapper
sudo nspluginwrapper -i /usr/lib/adobe-flashplugin/libflashplayer.so
nspluginwrapper -v -a -n -i
如果您使用的是64位Ubuntu,install adobe-flashplugin:i386
而不是adobe-flashplugin
,请先使用nspluginwrapper
。
sudo apt-get install adobe-flashplugin:i386 nspluginwrapper
nspluginwrapper -v -a -n -i
转到http://kb2.adobe.com/cps/155/tn_15507.html或http://www.adobe.com/software/flash/about/的顿悟。
它应该告诉您是否已安装闪存,也许还有另一个问题。首次安装并加载youtube时,Epiphany中的Flash工作正常。
不幸的是,主要的网络浏览器不再支持NPAPI插件。PPAPI是新方法。幸运的是,一个名为Freshplugin的非常好的开源项目允许任何浏览器使用Linux中Chrome的Flash Player PPAPI,这意味着最新的Flash Player更新将在所有浏览器中使用,甚至是顿悟。您必须已安装Chrome。 https://github.com/i-rinat/freshplayerplugin