20141023

KDE: La papelera ha alcanzado su tamaño máximo - KDE: The trash has reached its maximum size! Cleanup the trash

I'm back!
Hoy he ido a borrar un archivo desde KDE Plasma que llaman ahora y me ha salido este diálogo.
He revisado la papelera y a parte de 4 fotos X de no alta resolución no había gran cosa. He revisado también la del resto de usuarios del equipo y nada:
for i in `ls /home/`; do sudo du -h -s /home/$i/.local/share/Trash; done

Finalmente he visto que el problema era el tamaño de la misma indicado en el fichero metadata en la ruta de mi papelera que decía tener un valor absurdo:
bdispatcher@laptop:~$ cat /home/bdispatcher/.local/share/Trash/metadata
[Cached]
Size=18446744073680960460

Solucíon? Borrar el archivo y al enviar un nuevo archivo a la papelera, se genera un nuevo archivo ya indicando el tamaño correcto.

Estoy de vuelta!
Today I got the following dialog trying to delete a file on my KDE Plasma Desktop. I have checked my trash bin and appart from 4 pr0n pictures there weren't too much. I have also checked the other users' trash bin with the following command:
for i in `ls /home/`; do sudo du -h -s /home/$i/.local/share/Trash; done

But no success. Finally I have found the problem on the size parameter into the file metadata on my trash bin folder:
bdispatcher@laptop:~$ cat /home/bdispatcher/.local/share/Trash/metadata
[Cached]
Size=18446744073680960460

Solution? Just delete the metadata file and after sending a new file to the trash bin the system generates a new one file with the right size.