Re: Seamonkey usage

Dave Yeo <[email protected]> Thu, 31 Oct 2019 11:10:35 -0700
Newsgroups gmane.comp.mozilla.devel.os2
Message-ID <[email protected]>
Ray Davison wrote:
> Steve Wendt via dev-ports-os2 wrote:
>>
>> Yes, Chase has been broken for a while now with SeaMonkey.
>
> At least Chase tells you it won't work.  I have been to other sites with
> SM under Win that seem to work but don't quite complete what you are
> trying to do.  My favorite is when I click a link on a site, and the
> address in the lower left that is where it is trying to go says it is
> trying to log me into Facebook.  Switching to FF fills in the pieces
> that were missing in SM and the links send me to the proper address.
>
> But I still do all banking except Chase on SM.  Some sites complain but
> still work.

Have you tried changing your user agent? I'm using "User Agent Switcher" 
and surprisingly, what seems to work best is just sending a blank user 
agent for some sites. Claiming to be FF 52 or 60 on Linux also works for 
some sites but have to be careful that the site doesn't try to use some 
unsupported JavaScript.
I'm also coming across sites where our NSS seems to not support the 
encryption the site uses. In theory it shouldn't be hard to update NSS 
(and NSPR as they go together) but my first attempt resulted in a crashy 
SM, whereas using the old ones and keeping the DLLs loaded high is very 
stable besides the CPU usage on some sites or even just enabling Chatzilla.
As others have said, the trick is the dependencies. I believe Steve has 
kept up with the needed ones though I do wonder about fontconfig not 
being properly installed, it needs to find its config files in 
@UNIXROOT/etc.
ANPM is a much better way to do it, it's free from Arca Noae, you can 
put your Unixroot on any drive and install all the prerequisites. 
Unluckily the SM RPM is going to be a subscription thing I believe and 
since I'm not packaging the RPM, it is not my place to distribute it.
Dave