my hackaround it (remove thumbnail files older than 10 days, via cron, each hour:
sudo vi /etc/cron.hourly/tmp-cleanup #!/bin/bash ## login disk thrashing find /home/elink/.thumbnails -mtime +10 -type f -exec rm -rf {} \; :wx sudo chmod 755 /etc/cron.hourly/tmp-cleanup -- gnome-settings-daemon extensive disk usage https://bugs.launchpad.net/bugs/505085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs