Ubuntu – How to make the Nautilus sidebar default to tree view

gnomenautilusunity

Yesterday, I just noticed how every time I click on my Home folder the sidebar view would go back to its Places view instead of the Tree view.

I tried using this command but it didn't work. Is there a way to solve this another way?

gsettings set org.gnome.nautilus.window-state side-pane-view "tree"

Best Answer

Using the application Menu:

Go to the menu view → sidebar → tree


Using a graphical interface:

If you want to change it using a graphical application, you will need dconf-editor:

  • install dconf-tools
  • start dconf-editor: Alt+F2 → dconf-editor
  • navigate to org → gnome → nautilus → window-state
  • change the value of side-pane-view to “tree”.

To install via command line:

open a terminal ctrl+alt+t then type: sudo apt-get install dconf-tools.


Using the command line:

gsettings set org.gnome.nautilus.window-state side-pane-view "tree"