mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
1.5 KiB
1.5 KiB
created | layout | layout_old | redirect_to | tags | title | toc | updated | |||
---|---|---|---|---|---|---|---|---|---|---|
2010-02-12 22:21:29 +0100 | redirect | default | https://blog.mbirth.de/archives/2010/02/12/flashplugin-not-recognizing-mouse-clicks.html |
|
Flashplugin not recognizing mouse clicks | false | 2010-07-29 23:26:44 +0200 |
If your flashplugin only recognizes the very first mouse click and then seems to ignore the mouse completely, just click somewhere outside the area where the flash script is (e.g. on the webpage background) and then flash will recognize the next click.
Some more promising solutions are these:
-
ubuntugeek.com: edit the file
/usr/lib/nspluginwrapper/i386/linux/npviewer
and add the following line just before the last one:export GDK_NATIVE_WINDOWS=1
The complete file should now look somewhat like this:
#!/bin/sh TARGET_OS=linux TARGET_ARCH=i386 export GDK_NATIVE_WINDOWS=1 . /usr/lib/nspluginwrapper/noarch/npviewer
-
if you are on a 64bit machine, install the 64bit flashplugin from this PPA
Flash Preferences unusable
If your clicks onto the Flash preferences are not recognized, close gnome-do and/or docky. After that, the preferences should be clickable again. (found here)