Ubuntu

How to enable Tree View in Ubuntu 17.10 Files Manager

How to enable Tree View in Ubuntu 17.10 Files Manager

When it comes to file explorer, I think Tree View is efficient way to navigate inside folders, especially if one has several sub-directory levels. Older versions of Ubuntu had the tree view feature under the Nautilus User Preferences settings, but for some strange reason the team decided to kill it, thus adding to frustration among users.

Tree View in Ubuntu 17.02 after making the dconf tweakThankfully, due to the greatness of the open source world, nothing is impossible. Tree View can be enabled in the Ubuntu Nautilus by installing dconf-editor.

What is dconf-editor?

dconf is a low-level configuration system meant to provide a backend to the GNOME settings on platforms that don't already have configuration storage systems. This is great tool for making several tweaks to Ubuntu, one of those is what we will be making here.

Enabling Tree View in Files (Nautilus)

STEP 1: Launch Terminal.

STEP 2: Enter the following command to install dconf-editor. You will have to enter the root password when requested.

sudo apt-get update
sudo apt-get install dconf-editor

Installing dconf editor

STEP 3: After the installation is complete, go ahead and launch dconf Editor from the 'Activities' menu.

STEP 4: Pay attention when inside the dconf editor. Any accidental changes may make undesirable changes to the Ubuntu settings. Carefully navigate into /org/gnome/nautilus/list-view/ and turn ON use-tree-view setting as shown:

Enable Tree View

STEP 5: Close the dconf editor.

STEP 6: Launch File explorer and you should see the tree view in it. Enjoy!

HD Remastered Games для Linux, які раніше ніколи не випускали Linux
Багато розробників і видавців ігор випускають HD-ремастер старих ігор, щоб продовжити життя франшизи. Будь ласка, шанувальники просять сумісність із с...
Як використовувати AutoKey для автоматизації ігор Linux
AutoKey - це утиліта автоматизації робочого столу для Linux та X11, запрограмована на Python 3, GTK та Qt. Використовуючи його сценарії та функціональ...
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...