The solution for me in Ubuntu 10.04 64 was:

$sudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer

----ORIGINAL------
#!/bin/sh
TARGET_OS=linux
TARGET_ARCH=i386
. /usr/lib/nspluginwrapper/noarch/npviewer
-----------------------

-----EDITED--------
#!/bin/sh
TARGET_OS=linux
TARGET_ARCH=i386
export GDK_NATIVE_WINDOWS=1
. /usr/lib/nspluginwrapper/noarch/npviewer
-----------------------

Save, restart firefox, and buttons work now.

:)

-- 
play/pause button in youtube videos not working sometimes
https://bugs.launchpad.net/bugs/507282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to