Nautilus (file manager) in Zorin 18 randomly stuck and thumbnails problem

For those who encounter a problem with Nautilus freezing during launch or use

Remove folder color

sudo apt remove folder-color

for now it seem working fine, if you can test and tell me if it work for you it could be great

1 Like

A little trick if you have some thumbnails problem with SVG and PNG ( thumbnails have no background)

Clear thubmails cache:

rm -rf ~/.cache/thumbnails/*

Open your terminal and create/edit your profile's CSS file (if it doesn't already exist):

nano ~/.config/gtk-4.0/gtk.css

Copy and paste these lines inside:

.nautilus-window.view .thumbnail {
background: none;
box-shadow: none;
}

Save (Ctrl+O, Enter) and exit (Ctrl+X).

Restart Nautilus to see the change:

nautilus -q

1 Like

I tested your method with removing the folder-color on my Zorin 18 live system two days and nautilus didn't hang since then :grinning_face:. I will continue testing it next week. Thank you for the tip!

My pleasure :wink:

1 Like

@AZorin Thank you for the patch you deployed hours ago for this problem