11

Since I changed from Unity to Gnome 3.8, nautilus has not remembered any view options:

  • Every time I launch nautilus, hidden files are displayed
  • Nautilus doesn't remember view settings for any folders (e.g. I change to sort by date modified, descending, in ~/Downloads, but next time I start nautilus it has forgotten).

Any ideas what could be causing this?

Thanks.

wyqydsyq
  • 329

7 Answers7

7

I realize that When using Nautilus (Fedora 19 - Gnome 3.8) an icon named "Files" appears in the top left of the screen (not in the window of Nautilus itself). Right click in the icon and choose "Preferences". After changing the settings we should close and restart Nautilus to see the results.

5

This behaviour was changed from remembering the view settings on a folder-by-folder basis to remembering the view settings on a window-by-window basis. See the bugs:

https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1152226

and the upstream bug:

https://bugzilla.gnome.org/show_bug.cgi?id=682017

I'm not sure that this was a good user design change. I think some users would rather when going to some folders to see a set of icons and for other folders to see a detailed list, depending on the contents of the folders. It doesn't seem to make sense to have the view setting stick based on the window.

2

Turns out the fix was to clear my Nautilus settings (I guess some settings from when I had Unity installed must have been messing with the new version of Nautiulus):

$ rm -rf ~/.config/nautilus; rm -rf ~/.config/nautilus-extensions; dconf reset -f /org/gnome/nautilus/

Source: https://bbs.archlinux.org/viewtopic.php?pid=1266840#p1266840

wyqydsyq
  • 329
2

Source

You can manually change nautilus settings like that:

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

Tested on Ubuntu 16.04. From now Nautilus remembers that I want list-view)

0

For all people who find this thread by googling: The answer is hidden in one of the comments. If you use GNOME Shell, then the preferences are "hidden": Open an instance of nautilus and then click the "Files" window on the left in the system bar at the top. Then click "Preferences". You can set and save view preferences here in the "Views" tab.

0

Sort settings are remembered on a per folder basis in Nautilus 3.18. View settings are not, they are instead remembered on a per window basis. I think it would be more sensible for both to be persistent on a per folder level, but in the meantime, you can use Ctrl+1 and Ctrl+2 to quickly toggle between list and icon view.

joelostblom
  • 1,367
-1

Nautilus>Preferences(Left corner)>View