How to Get the File Menu in Ubuntu 22.04
Ubuntu 22.04 (Jammy Jellyfish) ships with GNOME as its default desktop environment, and if you've recently switched from Windows or an older Linux distribution, you might be puzzled by something simple: where is the File menu? In many apps, it seems to have disappeared entirely. This isn't a bug — it's a deliberate design choice by GNOME, and once you understand how it works, navigating file menus becomes second nature.
Why the File Menu Isn't Always Visible in Ubuntu 22.04
GNOME 42, which powers Ubuntu 22.04, uses a design pattern called the application menu and header bar layout. Traditional menu bars — the row of File, Edit, View, Help options you'd find at the top of older applications — were largely moved or hidden as part of GNOME's effort to create a cleaner, more modern interface.
This affects different applications differently. Some apps still show a classic menu bar. Others hide options inside a hamburger menu (the three-line ☰ icon or three-dot ⋮ icon in the top-right corner of the window). A few apps split functions between the header bar and a right-click context menu.
So the answer to "where is the File menu?" depends heavily on which application you're using.
Getting the File Menu in the Nautilus File Manager
Nautilus is Ubuntu's default graphical file manager (also called Files). In Ubuntu 22.04, Nautilus does not show a traditional File menu bar by default.
Here's how to access file-related options:
- Hamburger menu: Click the three-line icon in the top-right corner of the Nautilus window. This gives you access to options like New Window, Enter Location, Show Hidden Files, and Preferences.
- Right-click context menu: Right-clicking on any file or empty space inside a folder reveals options like Open, Rename, Move to Trash, Compress, and Properties.
- Keyboard shortcut: Press
F10to open the primary menu in many GNOME applications, including Nautilus.
There is no dedicated "File" dropdown in Nautilus. Its functions are distributed between the header bar, the hamburger menu, and the context menu.
Restoring the Classic Menu Bar in Text Editors and Other Apps
Applications like gedit (GNOME Text Editor) and LibreOffice behave differently from each other.
- gedit in Ubuntu 22.04 uses the GNOME header bar style, with a hamburger menu replacing the traditional menu bar. File operations like Open, Save, and Save As are accessed through that menu or via keyboard shortcuts (
Ctrl+O,Ctrl+S). - LibreOffice retains a classic menu bar by default, including a full File menu at the top of the window. If your LibreOffice installation is showing a Notebookbar (a ribbon-style interface) instead, you can switch back by going to View → User Interface → Standard Toolbar.
| Application | Menu Style | How to Access File Options |
|---|---|---|
| Nautilus (Files) | Header bar | Hamburger menu + right-click |
| gedit | Header bar | Hamburger menu + keyboard shortcuts |
| LibreOffice | Classic menu bar | File menu at top of window |
| Thunar (if installed) | Classic menu bar | File menu visible by default |
| Terminal apps | N/A | Commands directly |
Enabling the Menu Bar System-Wide with GNOME Extensions 🛠️
If you prefer a persistent, traditional menu bar across all applications, GNOME Extensions can restore this behavior.
The GNOME Shell Extension called "Application Menu" was deprecated in newer GNOME versions, but alternatives exist:
- Unite extension: Moves window controls and integrates the app menu into the top bar, giving a more traditional feel.
- Dash to Panel: Brings back a Windows-style taskbar with application indicators that make navigation feel more familiar.
Extensions are installed through the GNOME Extensions app (available in the Ubuntu Software center) or via the extensions.gnome.org website with the browser integration plugin.
Keep in mind that extensions interact with the GNOME Shell version bundled in your Ubuntu release, and compatibility can vary. An extension working cleanly on one system may behave differently depending on whether you've applied system updates or installed additional desktop components.
Using the Terminal to Access File Operations
For users comfortable with the command line, the terminal gives you complete control without relying on any graphical menu at all. Common file operations include:
ls— list files in a directorycp,mv,rm— copy, move, delete filesmkdir— create new foldersnautilus .— open the current folder in the Nautilus GUI
This approach bypasses the question of where the menu is entirely, which is worth noting if you're working on a minimal install or a headless server setup where no graphical file manager is present.
The Variables That Determine Your Experience
What "getting the File menu" actually looks like in practice depends on several factors specific to your setup:
- Which application you're working in — each app handles menus differently under GNOME
- Whether you've installed alternative file managers (Thunar, Dolphin, Nemo) that use classic menu bars by default
- Your familiarity with keyboard shortcuts, which can replace most menu interactions entirely
- Whether you've applied GNOME extensions to modify the desktop's behavior
- Whether you're running a pure Ubuntu GNOME session or a flavor like Xubuntu or Kubuntu, which use different desktop environments with their own menu conventions 🖥️
Ubuntu's GNOME interface reflects a deliberate philosophy about where menus belong — and that philosophy doesn't align with every user's habits or workflow. Whether the default layout works for you, or whether restoring a classic menu bar makes more sense, comes down to how you actually work with files day to day.