Installing flashplayer debug Firefox plug-in on Ubuntu 10.4

39 篇文章 0 订阅

Hey there.

I’ve been looking for a way to that would allow to easily switch between the original and the debug versions of flashplayer, without overwriting the original lib (as to not break the automatic updates), so here’s what I came up with.

  1. First, make sure you have installed the general plugin. I have done this through Ubuntu Software Center (yes, I avoided terminal here, much more visual, i like that). Make sure to get the original thing by Adobe.
  2. Make sure the original lib is there:
    ivan@desk:~$ ls /usr/lib/adobe-flashplugin/
    libflashplayer.so
  3. For some reason, Flex4 OpenSource SDK does not include the debugging plugin (the thing provided in runtimes/10.1/lnx/ is a general version, not debugger), so get the “Flashplayer Plug-in content debugger” distro fromhttp://www.adobe.com/support/flashplayer/downloads.html
  4. Untar the archive and move the plugin somewhere you will store it
    ivan@desk:~/Downloads$ tar -xvzf flashplayer_10_plugin_debug.tar.gz
    ivan@desk:~/Downloads$ sudo mv libflashplayer.so /opt/flex4/runtimes/libflashplayer.debug.so
  5. Now, install libflashplayer.debug.so as an alternative to libflashplayer.so
    ivan@desk:~/Downloads$ sudo update-alternatives --install /usr/lib/adobe-flashplugin/libflashplayer.so firefox-flashplugin /opt/flex4/runtimes/libflashplayer.debug.so 60
  6. Ensure that now the symlink points to the newly installed alternative
    ivan@desk:~/Downloads$ update-alternatives --display firefox-flashplugin
    firefox-flashplugin - auto mode
    link currently points to /opt/flex4/runtimes/libflashplayer.debug.so
    /opt/flex4/runtimes/libflashplayer.debug.so - priority 60
    /usr/lib/adobe-flashplugin/libflashplayer.so - priority 50
    Current `best' version is /opt/flex4/runtimes/libflashplayer.debug.so.
  7. Launch Firefox, type about:plugins into the addressbar and ensure that Firefox loaded the right flash plug-in.


转载地址:http://ivanbartsov.wordpress.com/2010/08/09/installing-flashplayer-debug-firefox-plug-in-on-ubuntu-10-4/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值