diff options
author | David Woodfall <dave@dawoodfall.net> | 2013-10-27 00:31:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:59 -0500 |
commit | 07e2b2df51756387951bb5cd3fb7f8d672658f33 (patch) | |
tree | f06e48e99261c7f524f6b8f71c9591c3242ea7d2 /libraries/nspluginwrapper/README | |
parent | 84e70a77043334578f31ed1a9a92ac097a2a5246 (diff) |
libraries/nspluginwrapper: Added (proxy plugin)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/nspluginwrapper/README')
-rw-r--r-- | libraries/nspluginwrapper/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/nspluginwrapper/README b/libraries/nspluginwrapper/README new file mode 100644 index 000000000000..af94ae36fc16 --- /dev/null +++ b/libraries/nspluginwrapper/README @@ -0,0 +1,10 @@ +nspluginwrapper is a proxy plug-in and viewer for NPAPI browser +plug-ins. It allows browsers to run foreign plug-ins built for a +different architecture, most commonly to run a 32-bit plug-in in a +64-bit browser. + +This is needed by 64bit midori compiled against GTK3 to use the flash +plugin: + +cd /usr/lib64/mozilla/plugins +nspluginwrapper -v -a -n -i libflashplayer.so |