On 6/14/2016 12:11 AM, Kaply Consulting wrote:
> Unfortunately the defaults/profile doesn't work anymore.
> 
> See:
> 
> https://mike.kaply.com/2016/05/24/default-profile-directory-doesnt-work-in-firefox-46/

Thanks for the link and for taking the time to write that post (not to
mention responding to my email). I read over that page and the following
page as well:

https://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

I didn't realize that I could host a Autoconfig file via a web server.
That's huge and will really come in handy.

> 
> 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.

> 
> As far as sizing the window goes, what exactly were you looking for?

Maximized window setting. I once used a customized copy of
localstore.rdf with these settings:

<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#";
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
  <RDF:Description
RDF:about="chrome://browser/content/browser.xul#sidebar-title"
                   value="" />
  <RDF:Description
RDF:about="chrome://browser/content/browser.xul#main-window"
                   sizemode="maximized" />
  <RDF:Description RDF:about="chrome://browser/content/browser.xul">
    <NC:persist
RDF:resource="chrome://browser/content/browser.xul#main-window"/>
    <NC:persist
RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/>
    <NC:persist
RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/>
  </RDF:Description>
</RDF:RDF>

If there is an equivalent that I could place in mozilla.cfg that would
be great.

Thanks again for your help.
_______________________________________________
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"

Reply via email to