Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How can i configure Mozzilla firefox browser to show menubar by default using only about:config options

  • 2 réponses
  • 2 ont ce problème
  • 2 vues
  • Dernière réponse par cor-el

more options

I'm trying to configure mozilla firefox browser version 36.0 to use in a silent install deployment and so far i've managed to configure almost all settings that i wanted , except the menu bar.

I use a configure file with the options i want for example :

pref("browser.startup.homepage", about:blank); pref("browser.shell.checkDefaultBrowser", false);

How can make the menubar visible by default ?

Thanks in advance !

Best Regards Filipe Conceição

I'm trying to configure mozilla firefox browser version 36.0 to use in a silent install deployment and so far i've managed to configure almost all settings that i wanted , except the menu bar. I use a configure file with the options i want for example : pref("browser.startup.homepage", about:blank); pref("browser.shell.checkDefaultBrowser", false); How can make the menubar visible by default ? Thanks in advance ! Best Regards Filipe Conceição

Toutes les réponses (2)

more options

frec80 said

I'm trying to configure mozilla firefox browser version 36.0 to use in a silent install deployment and so far i've managed to configure almost all settings that i wanted , except the menu bar. I use a configure file with the options i want for example : pref("browser.startup.homepage", about:blank); pref("browser.shell.checkDefaultBrowser", false); How can make the menubar visible by default ? Thanks in advance ! Best Regards Filipe Conceição

Hello, I don't know whether there is an option for that in config menu. But you can easily do it with the help of Firefox's customize feature. Just follow these simple steps:

  • Go to the Firefox menu ≡
  • At bottom you'll see Customize . Click on that menu.
  • It will temporary change your windows. At the bottom of the page you'll see Show/Hide toolbars dropdown.
  • From that dropdown check Menu bar
  • Then Click on the Exit Customize, Hope it will work for you.

For detail with picture see this [on the Title bar, Menu bar or Bookmarks toolbar]

more options

That is not possible via prefs on the about:config page. Only the toolbar customization is stored in the browser.uiCustomization.state pref. The setting what toolbars are visible is set via the xulstore.json file.