sudo gedit /usr/lib/nspluginwrapper/noarch/npviewer
and add this export
export GDK_NATIVE_WINDOWS=1
like this
#!/bin/sh
#
# nsplugin viewer wrapper script...
OS="`uname -s`"
ARCH="`uname -m`"
NPW_LIBDIR="/usr/lib/nspluginwrapper"
export GDK_NATIVE_WINDOWS=1
if test -z "$TARGET_OS"; then
...
Enjoy!

0 commentaires:
Post a Comment