Container /files save fix
November 24, 2024 —
BarryK
I posted this morning about a container session save fix:
- Container session save fix — November 24, 2024
Forum member CF-DKS reported that /files folder in the daedalus container does not get saved:
https://forum.puppylinux.com/viewtopic.php?p=136335#p136335
Yes, on the main desktop, /files is a direct link to /mnt/wkg/files, so anything written to it is immediately saved. It is not "running in RAM" as are all other folders.
However, in containers, /files is just a folder and is in RAM. For anything written to it to persist, it has to be saved, to /mnt/wkg/containers/daedalus/.session/files (in the case of daedalus). Fixed, see github:
https://github.com/bkauler/woofq/commit/ab3ae3c65ea58a7891285fa14c0f57defff89372
Tags: easy