Originally Posted by
halogen2
I couldn't find a GUI way to do this, so I did it in dconf-editor modifying /org/gnome/nautilus/list-view/default-visible-columns
I had to add the key, because it doesn't exist on 22.04. I took the values from 20.04, and did this:
Code:
gsettings set org.gnome.nautilus.list-view default-visible-columns "['name', 'size', 'owner', 'permissions', 'date_modified_with_time', 'detailed_type']"
It worked, thank you.