Version: 1.5.1 (using KDE KDE 3.5.3) OS: Linux Krita always dumps its swap data in /tmp/kde-$USER, but that might not always be the place where the most free diskspace is. Please allow the user to select a different swap directory.
also the option to delete all swaps. (thats not krita-specific) Every time i dig into temp dirs there are old files in it, and I really don't know if I could just rm them save.
Git commit d242cbc6a27a5092492797c47c4d69d8e6419ba5 by Boudewijn Rempt. Committed on 09/10/2011 at 15:47. Pushed by rempt into branch 'master'. Make the location of the swapfile configurable I do not intend to expose this from the settings gui, it's too advanced for that. Advanced users can use the "swaplocation" entry in kritarc to move the swapfiles out of the temp dir. For the swapfile, we now use KTemporaryFile instead of QTemporaryFile since we're still a KDE application. BUG:131930 M +5 -0 krita/image/kis_image_config.cpp M +6 -0 krita/image/kis_image_config.h M +13 -10 krita/image/tiles3/swap/kis_memory_window.cpp M +7 -3 krita/image/tiles3/swap/kis_memory_window.h M +1 -1 krita/image/tiles3/swap/kis_swapped_data_store.cpp http://commits.kde.org/calligra/d242cbc6a27a5092492797c47c4d69d8e6419ba5