Determining plugin directory on LinuxFrom MozillaZine Knowledge BaseFirefox installs a default plugin named "libnullplugin.so". Finding it will reveal the location of the correct directory. find / -name libnullplugin.so -print [edit] Fedora Core 3/4Where Firefox has been installed with the FC3/FC4 distribution, /usr/lib/firefox-<version>/plugins where <version> is a numeric reference to the version e.g. /usr/lib/firefox-0.10.1/plugins |
|