Daniel wrote:
> The release notes foe SM 2.18b2 includes this para for Linux installs:-
>
> The Oracle Java 7 plugin does not work with SeaMonkey (bug 754622).
> Workaround: Remove pluginreg.dat from your profile, then start SeaMonkey
> with LD_PRELOAD=libstdc++.so.6 in front.
>
> I expect I can blowaway the pluginrec.dat file from the profile, but,
> being a "point and double click" type person, how do I achieve the
> LD_PRELOAD stuff??
>
> Should this be added to the desktop icons properties??
You can try that. If it doesn't work, you can write a wrapper script,
like so:
#!/bin/bash
exec LD_PRELOAD=libstdc++.so.6 /path/to/your/seamonkey $@
name it "seamonkey-java-workaround" or something, make it executable
(chmod +x) and call it instead of the original. [Be sure that the file
uses Unix line ends. Linux editors would do that by default.]
> And will I have to do this each time I install a new beta version??
No, at least not if you always use the wrapper script (or icon, if it
works). However if you call SM without the workaround once, you'll have
to remove pluginreg.dat once again.
> In blowing away the pluginrec.dat file, will I also lose the other
> plugins/extensions/etc that I have installed??
No. First of all, pluginreg.dat only concerns plugins, not extensions
(add-ons). Second, the file will be recreated automatically and filled
with information for all plugins SM can find. It's just that if the
LD_PRELOAD workaround is not applied, the Java plugin is not detected
correctly and a broken record is added to pluginreg.dat.
HTH
Jens
--
Jens Hatlak <
http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <
http://smtt.blogspot.com/>