Problem
Nautilus hides hidden files on reboot regardless of setting before rebooting.
Expected
Nautilus keeps "show hidden" setting from before shutdown (in my case, always showing hidden files regardless of setting before shutdown is ok too).
Question
How to have Nautilus show hidden files after reboot without manually enabling "show hidden files" each time?
Debug info
{reboot}
$ gsettings get org.gnome.nautilus.preferences show-hidden-files
true
Open Nautilus (icon on dash) - hidden files not shown in Nautilus
Control+H - hidden files shown in Nautilus
Close Nautilus window
Open Nautilus (icon on dash) - hidden files not shown in Nautilus (expected behaviour)
Nautilus --> Edit --> Preferences --> Show hidden and backup files
Hidden files now shown until reboot
Reboot
Open Nautilus (icon on dash) - hidden files not shown in Nautilus
sudo chown -R $USER:$USER /home/$USER/.*
. – N0rbert Oct 14 '18 at 21:41gsettings
how about using Nautilus Edit Preferences menu forShow hidden and backup files
option? Perhaps Nautilus has it's own configuration file. – WinEunuuchs2Unix Oct 14 '18 at 22:29~/.gvfs
to be owned by me? Will that cause further problems? – tfstwbbnb Oct 14 '18 at 23:00Nautilus --> Edit --> Preferences --> Show hidden and backup files
(using Nautilus Edit Preferences menu). The changes persist until reboot. – tfstwbbnb Oct 14 '18 at 23:00sudo find /home/$USER -user root
– WinEunuuchs2Unix Oct 14 '18 at 23:04/home/$USER/.config/PINCE
,/home/$USER/.config/PINCE/PINCE.conf
,/home/$USER/.gvfs
(replaced my username with$USER
). I'm not sure what.gvfs
is for, butPINCE
is probably fromgameconqueror
. – tfstwbbnb Oct 15 '18 at 04:51