IIUC, the problem is that tumblerd keeps respawning so killing all instances just once doesn't do much because it will just respawn. That's why people added a cron job that periodically wakes up and kills all tumblerd processes. IMO, the lack of an easy "off" switch indicates a poor or immature design. Having to make a cron job that keeps running killall tumblerd over and over is a really ugly solution. It is a significant waste of resources and it doesn't fully solve the problem unless killall runs every second or so. Even if tumblerd wasn't so broken, I would still want it to have an easy off switch. Hopefully, such a switch exists but was just not well advertised.mangku wrote:What about adding ''killall tumblerd'' to Thunars Custom actions, or as a launcher on the panel.
I'm not certain tumbler is responsible for the crashes on systems with 512 Meg of RAM but it is the only hypothesis I've come up with that explains why some 512M systems crash consistently while others work fine. If you do a fresh install with no existing data on a hard drive then tumbler should not be a problem. Likewise if you have plenty of RAM and CPU then even if you have a hard drive with lots of stuff for tumbler to work on, you should be fine. It is just the combination of a small system and a lot of data for tumbler to work on when you get a problem.