29

How to achieve List/Tree view in Nautilus like the following screenshot?

https://i.sstatic.net/mKSOd.png

Cant find information about this. ps
Im using Ubuntu Remix with pure Gnome 3, and last version of Nautilus.

9 Answers9

35

You can do this in the Nautilus (Also called "Files") preferences window. Here's how:

  1. Make sure you have "Files" (program) running (or else the menus will NOT bring you the correct sub menus when you click on them)

  2. Click Edit > Preferences

  3. On the Views tab, select the List View viewing option next to "View new folders using:" and click close.

You're done!

Nautilus preferences window

wjandrea
  • 14,504
devius
  • 1,229
21

gsettings set org.gnome.nautilus.preferences default-folder-viewer 'list-view'

Options are 'list-view', 'icon-view' and 'compact-view'.

efthialex
  • 3,941
Bruno Pereira
  • 74,715
17

The tree view can be enabled from the files > preferences. There is a check box for this.

Version : 3.8.2

enter image description here

12

This is the "List View" in Nautilus up to v3.4 (shipped with Ubuntu 12.10). It's no longer available in Nautilus v3.6

You can activate it in the "View" menu:

Screenshot of the Naulius View menu

11

Open Nautilus go to Edit ► Preferences then under Display tab checked:

List View
enter image description hereNavigate folders in a tree

enter image description here

And also In Views tab select "List View" mode and close. Close and open Nautilus again see the changes.

enter image description here

αғsнιη
  • 36,350
9

Ubuntu 20.04, 18.04, and 17.10

  1. Enable list view if it's not already enabled: Click the "Toggle view" button at top right.
    • If list view is already enabled, the button will look like a grid of squares: Screenshot of button

      If icon view is enabled, the button will look like a bulleted list: Screenshot of button

  2. Enable tree view: Go to Files menu -> Preferences -> Views tab -> under List View, enable Allow folders to be expanded

Or via CLI

  1. Enable list view

    gsettings set org.gnome.nautilus.preferences default-folder-viewer 'list-view'
    
  2. Enable tree view

    gsettings set org.gnome.nautilus.list-view use-tree-view true
    
wjandrea
  • 14,504
3

In nautilus-3.6 (raring), it's gone though I've added back along with several other changes in a ppa https://launchpad.net/~mc3man/+archive/nautilus-hacks

In 3.8 or higher it's been returned, enabled thru - click on files > preferences > Display > & enable there.

doug
  • 17,212
2

Ubuntu 18.04 gnome-shell 3.28

Use this command:

gsettings set org.gnome.nautilus.list-view use-tree-view true
abu_bua
  • 11,313
0

You can activate the tree view, called as "list view" by clicking via View -> List.

The same can be done by pressing Ctrl + 2 To revert back press Ctrl+ 1

List view

jobin
  • 28,567