Deploy Firefox 38.2.1 ESR display menu bar with mozilla.cfg (about config) or other way
Hi,
I was customizing Firefox 38.2.1 for windows 7 in order to deploy it for my company. Also, i am looking for display automatically the menu bar when user will launch Firefox. I search in about:config in order to include the parameter in mozilla.cfg but i don't find the right one. May you help me, giving me the preference in about config or by an other way?
Thank you
David
Toate răspunsurile (2)
Firefox shows either the Menu bar or the orange Firefox menu button.
If the Firefox window is maximized and the Tab bar is on top then the Tabs are drawn in the title bar.
You can look at these prefs on the about:config page.
- browser.tabs.drawInTitlebar
- browser.tabs.onTop
Current Firefox versions only show the "Tabs on Top" menu entry in the "View > Toolbars" menu and in context menus if the tabs aren't in the default position on top.
If the tabs are on top and the menu entry isn't available and you want to move the tabs below the navigation toolbar then you need to flip the browser.tabs.onTop pref to false on the about:config page.
I'm not sure if it is possible to have the menu bar visible by default. I've tried it with code in userChrome.css, but that doesn't work.
This is a setting stored in xulstore.json
'toolbar-menubar': {
'currentset': 'menubar-items',
'autohide': 'false' (visible)
'autohide': 'true' (hidden)
}