cmcadams wrote on 01/04/18 15:27:
David E. Ross wrote:
On 3/31/2018 11:23 AM, EE wrote:
cmcadams wrote:
Trying a user.js didn't work.

prefs.js didn't wish to be changed...tried both Windows 7 Notepad and
DOS Edit, but evidently didn't know the right save options, because
after running SM the new entry disappeared. Rejected by SM, I suppose.

If an entry into user.js is not recognized by SeaMonkey as being valid,
it will not appear in about:config.  This includes errors in syntax in
the setting, and also settings that are simply not recognized.  The
format for entries in user.js is the same as that for prefs.js.


To check whether SeaMonkey loaded all of user.js into prefs.js
successfully, insert
    user_pref("00_user.js.loaded", "user.js load failed");
as the very first line of user.js and
    user_pref("00_user.js.loaded", "yes");
as the very last line of user.js, all with SeaMonkey not running.  Note
that the semicolon (;) is required.

Then, launch SeaMonkey and enter about:config in the address area (URI
bar).  You should see
    00_user.js.loaded   user set  string  yes
if the entire user.js file was okay.  If there was a problem, you will
instead see
    00_user.js.loaded   user set  string  user.js load failed

This also works with Thunderbird and should work (but I have not tested
it) with Firefox.

This works, I am duly amazed.

With both Notepad and (after toggling value to null) in Wordpad, no problems.

Thank you very much.

Alls well that ends well!! Good to hear!

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171016030418

User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to