不知道有没有人遇到过,现象就是用鼠标左键点浏览器中的flash没有任何效果,但是用右键会出来菜单。如果要点某个按钮,还得用 tab 键移动焦点然后按下回车。
问题简单,解决办法也简单:
编辑文件 /usr/lib/nspluginwrapper/i386/linux/npviewer
在第二行加上下面的语句
export GDK_NATIVE_WINDOWS=1
保存,然后重启 Firefox 就 OK 了。

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

This site uses Akismet to reduce spam. Learn how your comment data is processed.