I'm thinking about put all temporary files at system stardard path /tmp #1458
Replies: 1 comment 5 replies
-
The files that get made there are the In other words we are only getting 2 files that are less than 0.1 MIB each, if this is slow, doing it on And also this only happens during installation, during updates AM will not get the You might want to install If you check the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, during install/upgrading apps,
am
will extract all temps file in current directory of the path of each app.What if we allow users to specify temp files in a different directory, or use the default Unix path like /tmp/?
Since my appimages are currently located in a path that is fused mounted to a NAS and cloud drive, installing and generating a lot of temporary/auxiliary files is usually quite slow.
I think it would be reasonable if the temporary files during the installation process were located in a different directory and only the final results were moved to the destination directory.
Would that be more flexible?
Beta Was this translation helpful? Give feedback.
All reactions