I don't want engrampa cache to persist on my filesystem or write to my SSD, I'd rather it go through RAMFS to extend the life of my SSD and because I don't want it to be persistent.
Yet setting XDG_CACHE_HOME=/tmp doesn't work and even if I simlink ~/tmp -> /tmp/, engrampa still rejects it and defaults to my home directory. Why is that?
I don't want engrampa cache to persist on my filesystem or write to my SSD, I'd rather it go through RAMFS to extend the life of my SSD and because I don't want it to be persistent.
Yet setting
XDG_CACHE_HOME=/tmpdoesn't work and even if I simlink~/tmp -> /tmp/, engrampa still rejects it and defaults to my home directory. Why is that?