level 1
奶爸级菜鸟
楼主
刚装好,搞定了firefox的flashplayer插件。
直接按网页提示,下载rpm包安装,发现还是不行,于是重新下载了.tar.gz文件,解压之后,打开读我文件:
o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:
+ cp libflashlayer.so <BrowserPluginsLocation>
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
根据上面提示:
1、把libflashlayer.so拷贝到主文件夹下隐藏目录/home/用户名/.mozilla/plugins,/usr/lib/mozilla/plugins下也拷贝过去一个;
2、把/usr下所以文件覆盖到系统/usr
重启浏览器。
2014年12月07日 03点12分
1
直接按网页提示,下载rpm包安装,发现还是不行,于是重新下载了.tar.gz文件,解压之后,打开读我文件:
o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:
+ cp libflashlayer.so <BrowserPluginsLocation>
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
根据上面提示:
1、把libflashlayer.so拷贝到主文件夹下隐藏目录/home/用户名/.mozilla/plugins,/usr/lib/mozilla/plugins下也拷贝过去一个;
2、把/usr下所以文件覆盖到系统/usr
重启浏览器。