View Single Post
Posts: 263 | Thanked: 108 times | Joined on May 2008
#14
Originally Posted by RobbieThe1st View Post
You can always try renaming it:
Code:
sudo gainroot
cd /usr/libexec
mv hildon-thumbnailerd hildon-thumbnailerd-old
echo "#!/bin/ash
return 0" > hildon-thumbnailerd
Note: press the enter key after typing "ash", then type the next line.

This will replace that application with a script that does nothing.
That's kinda ugly, the process should work... completelly disabling it makes my thumbs never appear, wich is a bad thing, or it still build thumbs by another process?