Hello and thanks for a great application.
I'm on KDE Neon 5.15 (Ubuntu 18.04 with new KDE Plasma goodness on top) running itch 25.4.0 and I recently noticed that my home folder was getting rather large.
Upon closer inspection, it turns out that the itch.io downloads directory never gets cleaned up, so all games I have previously downloaded have their installers staying around taking up disk space.
I have tried looking for an option to "clean the downloads cache on exit" or something similar, but I cannot find it and I cannot find a way to move the downloads dir either.
IMO, itch has some odd defaults for data directories. The default app installation and downloads dir is inside ~/.config, which is really not designed to hold large amounts of data.
My solution has been to symlink the dir to my mechanical data hdd, but I suggest the following changes:
- Add an option to set the downloads dir in app Preferences.
- Move the default downloads dir to be inside /tmp
- Empty the downloads dir on app exit (or at least add the option to enable this in Preferences)