data: Remove all /var/tmp/flatpak-cache-* directories on boot#5584
data: Remove all /var/tmp/flatpak-cache-* directories on boot#5584TingPing merged 1 commit intoflatpak:mainfrom
Conversation
No one is clearing those directories so they pile up and can take a significant amount of disk space. Resolves: flatpak#1119 Signed-off-by: Alberto Garcia <berto@igalia.com>
TingPing
left a comment
There was a problem hiding this comment.
This looks correct to me. The cache is indeed only used for the lifetime of a users session.
I'll give a moment for any other maintainer to chime in also.
If it's only for a user session, why is it in |
AFAICT the existing code hard-codes the Line 1953 in 14c5483 /tmp.
|
Well |
Also it's my understanding that |
No one is clearing those directories so they pile up and can take a significant amount of disk space.
Resolves: #1119