Ade Malsasa Akbar contact
Senior author, Open Source enthusiast.
Saturday, May 13, 2017 at 16:03


I've written similar article before but that was not for Unity. The autohide menu bar in recent Firefox versions can be annoying because user should press Alt to show it. Fortunately, we can change that behavior. In Unity, we need to disable the global menu support in Firefox first and then enable the menu bar manually.

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


1. Enter Configuration


Visit about:config page using Firefox and press I accept the risk! button.



2. Disable Unity Support


Search for 'unity' keyword and you should find ui.use_unity_menubar entry. Change the value into false. This disables the Firefox's use of Unity global menu.



3. Show Menu Bar


Still on Firefox, click on menu button (most right, 3-lines button) > click Customize > see the selection on bottom-left corner > enable Menu Bar > click Exit Customize.



4. Enjoy Normal Menu Bar


Now you should see the menu bar is back permanently.