Deleting in Nautilus
Posted: 23 Mar 2012, 16:14
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:
That is what I did
You will still have to confirm that you really want to delete it. To get rid of that:
This works in Cinnamon too.
Code: Select all
gsettings set org.gnome.nautilus.preferences enable-delete "true"That is what I did
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.