On 6/14/2016 12:11 AM, Kaply Consulting wrote:
Adding this code to your mozilla.cfg:
Components.utils.import("resource:///modules/CustomizableUI.jsm");
CustomizableUI.setToolbarVisibility("PersonalToolbar", "true");
Should show the bookmarks toolbar.
Thank you! I'll give that a shot tomorrow.
I removed all previous entries in my copy of INSTALL_DIR\mozilla.cfg and
inserted the following (total of four lines if you count the trailing
whitespace):
// Display the bookmarks toolbar
Components.utils.import("resource:///modules/CustomizableUI.jsm");
CustomizableUI.setToolbarVisibility("PersonalToolbar", "true");
and didn't get any results.
Prior to removing the previous entries I was able to set the homepage,
disable auto-updates, etc., so I feel confident that the file was being
used.
This is with Firefox 47.0. I'm about to try downgrading to 46.0.1 to see
if that makes a difference.
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise
To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise
or send an email to [email protected] with a subject of
"unsubscribe"