Lucas Levrel wrote:
What do you show in your .mozilla/plugins folder?

There's no such folder.

I found the plugins are in /usr/lib/browser-plugins and
/usr/lib64/browser-plugins. Deleting pluginreg.dat (when SM is not
running) has no effect. So it looks like SM doesn't examine those
folders. How can I instruct it to?

You could create a symlink, like so (in a terminal/console):

ln -s /usr/lib64/browser-plugins ~/.mozilla/plugins

This will then affect all Mozilla-based applications. If you want to do it just for SM, you can do the same but targeting the folder where the SM binaries are located. The only difference is that that folder already exists, so you first have to delete it (it usually just contains the dummy nullplugin):

rm -rf /path/to/seamonkey/plugins
ln -s /usr/lib64/browser-plugins /path/to/seamonkey/plugins

You can even do it only for certain profiles, but I'll leave that for you to find out. ;-)

HTH

Jens

--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to