Page 1 of 1

Deleting in Nautilus

Posted: 23 Mar 2012, 16:14
by viking60
In Gnome3 I cannot delete a file or directory without moving it to the trashcan first and then empty it. To get the delete option back when you rightclick the directory:

Code: Select all

gsettings set org.gnome.nautilus.preferences enable-delete "true"

That is what I did :-D
You will still have to confirm that you really want to delete it. To get rid of that:

Code: Select all

gsettings set org.gnome.nautilus.preferences confirm-trash "false"


This works in Cinnamon too.