I am switching computers and quite some time ago set up a crontab to
delete old thumbs. I moved the shell script, but can't remember (and
did not document) how I set up the cron job.
Can't seem to find it in the gnome apps, nor can I find a .whatever file
that looks like a crontab.
This really isn't a gnome question, but here are some pointers. There are two main ways that crontab handles jobs, one via user crontabs and the other is by placing scripts in special directories under /etc.
First, try:
crontab -l
at a shell prompt - if you are logged in as the user that the cron jub was setup for you will get a linting of the crontab file for that user
If that doesn't help, try the same thing for other users, including root.