Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Caută ajutor

Atenție la excrocheriile de asistență. Noi nu îți vom cere niciodată să suni sau să trimiți vreun SMS la vreun număr de telefon sau să dai informații personale. Te rugăm să raportezi activitățile suspecte folosind opțiunea „Raportează un abuz”.

Află mai multe

Deploy Firefox 38.2.1 ESR display menu bar with mozilla.cfg (about config) or other way

  • 2 răspunsuri
  • 1 are această problemă
  • 23 de vizualizări
  • Ultimul răspuns dat de cor-el

more options

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

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)

more options

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.

more options

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)
    }