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
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
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
I tested your method with removing the folder-color on my Zorin 18 live system two days and nautilus didn't hang since then
. I will continue testing it next week. Thank you for the tip!
My pleasure ![]()
@AZorin Thank you for the patch you deployed hours ago for this problem