5

By Default in the nautilus for Ubuntu 20.04 (called "Files") I have a number of default bookmarks

  • Starred & Recent

    • "Starred" can be removed using this guide
    • same guide claims to help removing "Recent", but it doesn't work.
  • Default locations: Desktop, Downloads, Pictures, etc

    • can be removed by modifying ~/.config/user-dirs.dirs, see this answer
      • make sure you switch off auto-rollback by echo "enabled=False" > ~/.config/user-dirs.conf, see this answer
  • Trash

    • haven't found any info on how to remove it.

Two questions:

a) how can I still get rid of "Recent" and "Trash"

b) Is there a better way? dconf, gnome.settings or such?

Ufos
  • 469

1 Answers1

1

The item "Recent" is removed when you disable "File History" under "File History & Trash" in the "Privacy" settings.

You still could also remove "Other locations" by changing "show-other-locations" to "False", i.e. <property name="show-other-locations">False</property> in the resource description (cfr. Can the "Starred" folder be removed).

I am not aware of any possibility to remove the "Trash" icon without going into the source code itself.

vanadium
  • 97,564