0

yesterday due to no enough space on my / root partition I reduced and move right /home partition and than I extended the root partition. The actual situation of my SSH is this:

enter image description here

I did not touch /media/data partition.

I did this procedure with a Live of Ubuntu by gparted. All gone well. Now my system works "good", but I have a big problem: .png and .pdf icons are missing enter image description here

Furthermore, caja (The MATE File Manager) consume a lot of CPU every time I open a folder enter image description here (fan speed goes to the maximum)

This happens in all partition, not only in the /home which I moved. Even /media/data.

How can I fix? I consume a lot of energy every time I open caja.

linofex
  • 554
  • 9
  • 28

1 Answers1

0

I finally solved the problem! The reason why I could not see png, pdf thumbnails was that my ~\.cache\thumbnails folder had only root privileges (I do not know why). After a sudo chown -R user:user ~\.cache\thumbnails, my thumbanails started rebuild.

Before changing the ownership:

enter image description here

After changing the ownership:

enter image description here

(look at total dimension)

linofex
  • 554
  • 9
  • 28