Menu

Plugins Log in to Edit

Anonymous

Plugins

Plugins are handled directly by the underlying Webkit engine. Vimprobable only provides a global setting to activate or deactivate them.

To get plugins like Flash working, install them into a directory which Webkit will check. Usually, this is something like

/opt/mozilla/plugins
/usr/lib/mozilla/plugins
~/.mozilla/plugins

If you want to know exactly where your system expects these plugins, try something like

strings /usr/lib/libwebkit-1.0.so | grep plugin

Another option is to define the MOZ_PLUGIN_PATH environment variable.


Related

Wiki: Home