我已经安装了Epiphany浏览器,并且非常喜欢它,因为它的启动时间和占用空间都很小。然而,我无法制作youtube或huhu视频(任何需要闪光灯的内容)来运行在Epiphany上。你能帮我做一下配置吗。我的系统上都有Firefox和opera,它们都能在网上播放基于Flash的视频。
发布于 2011-10-14 10:22:35
Flash是GTK+2,Epiphany是GTK+3,这就是问题所在。
sudo apt-get install flashplugin-installersudo apt-get install nspluginwrappersudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.sonspluginwrapper -v -a -n -i发布于 2012-09-05 12:39:02
我在Xubuntu12.04上,库在/usr/lib/flashplugin-installer/中。
所以在我的例子中,代码是:
sudo apt-get install nspluginwrapper
sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
nspluginwrapper -v -a -n -i发布于 2012-06-06 06:45:52
我在Ubuntu12.04上,在我的例子中,我使用Ubuntu安装了闪存插件,所以它在/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 -ihttps://askubuntu.com/questions/64164
复制相似问题