flathub / org.blender.Blender

https://flathub.org/apps/details/org.blender.Blender
17 stars 26 forks source link

Blender flatpak fills user's /run/user allocated space #122

Open dpalais opened 1 year ago

dpalais commented 1 year ago

Blender autosave files shouldn't be saved to the user's /run folder as it's very restricted with regards to available space. Once it's filled other programs are likely to fail to start.

❯ du -sh /run/user/1000/.flatpak/org.blender.Blender/*
1.4G    /run/user/1000/.flatpak/org.blender.Blender/tmp
0       /run/user/1000/.flatpak/org.blender.Blender/xdg-run
❯ du -sh /run/user/1000/.flatpak/org.blender.Blender/tmp/*
548M    /run/user/1000/.flatpak/org.blender.Blender/tmp/2_autosave.blend
0       /run/user/1000/.flatpak/org.blender.Blender/tmp/blender_Tp9GnG
260K    /run/user/1000/.flatpak/org.blender.Blender/tmp/copybuffer_pose.blend
551M    /run/user/1000/.flatpak/org.blender.Blender/tmp/base_2_autosave.blend
294M    /run/user/1000/.flatpak/org.blender.Blender/tmp/base walk_2_autosave.blend
❯ df -h
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           1.4G  1.4G  0M  100% /run/user/1000