LOGO

Ubuntu File Manager: Show Navigation Bar Instead of Breadcrumbs

April 29, 2016
Ubuntu File Manager: Show Navigation Bar Instead of Breadcrumbs

Switching from Breadcrumbs to Location Entry in Nautilus

Nautilus, the default file manager in Ubuntu, typically presents a breadcrumb bar that illustrates the current directory path. However, for users who frequently navigate using direct paths, this feature can be less efficient. It is possible to configure Nautilus to display a location entry instead.

The location entry provides a direct input field for typing or pasting file paths, enabling swift access to specific folders and files. This guide details the steps required to transition from the breadcrumb bar to the location entry within Nautilus.

Important Note: Throughout this guide, when instructed to enter text, do not include the quotation marks unless explicitly stated.

Installing dconf-tools

First, a terminal window needs to be opened. Press Ctrl + Alt + T to launch the Terminal application. Then, enter the following command and press Enter:

sudo apt-get install dconf-tools

You will be prompted to enter your user password; do so and press Enter to proceed with the installation.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-1.jpg

The installation process will begin, displaying the amount of disk space required. Confirm your intention to continue by typing "y" and pressing Enter.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-2.jpg

Once the installation is complete, close the Terminal window by typing "exit" and pressing Enter.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-3.jpg

Configuring Nautilus with dconf-editor

To launch the dconf Editor, click the Search button located at the top of the Unity bar. Type "dconf-editor" into the search box. As you type, matching items will appear. Select the dconf Editor icon to open the application.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-4.jpg

Within the dconf Editor, navigate to the following path using the tree list in the left pane:

org --> gnome --> nautilus --> preferences

In the right pane, locate and select the "always-use-location-entry" checkbox to enable the location entry.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-5.jpg

To close the dconf Editor, click the "X" button in the upper-left corner of the window.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-6.jpg

Using the Location Entry

Following these steps, the breadcrumb bar will be replaced by the location entry. You can now directly type a path, or paste a path copied from another source, and press Enter to quickly access the desired folder or file. This functionality mirrors the path input available in Windows file explorer.

how-to-show-the-location-entry-instead-of-the-breadcrumb-bar-in-nautilus-in-ubuntu-14.04-7.jpg

Should you wish to revert to the breadcrumb bar, simply repeat the above procedure and uncheck the "always-use-location-entry" checkbox.

#Ubuntu#Nautilus#file manager#breadcrumbs#navigation bar#customize