Nautilus show hidden files
Solution 1:
In addition to the gsettings
key in the post, check if
gsettings get org.gtk.Settings.FileChooser show-hidden
is false.
If it is false, run
gsettings set org.gtk.Settings.FileChooser show-hidden true
In addition to the gsettings
key in the post, check if
gsettings get org.gtk.Settings.FileChooser show-hidden
is false.
If it is false, run
gsettings set org.gtk.Settings.FileChooser show-hidden true