You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running another flatpak (Visual Studio Code) but it wouldn't run ... I saw that my tmpfs was full, with chromium taking pretty much all the available space (1.6G)
du -sh /run/user/$id/*/*
0 /run/user/$id/app/com.mattermost.Desktop
1.6G /run/user/$id/app/org.chromium.Chromium
24K /run/user/$id/app/org.mozilla.Thunderbird
I don't know the root cause of this problem, but today, I've downloaded a file and save the content on my download's folder (/home/user/Downloads) (around 10G) and it happened again
The problem is that every other app (for example, Thunderbird Flatpak) that try to write to this space cannot ( I can't send a mail because this space is full)
The only workaround I found is to log out and log back in to clear the space.
Thanks for your help !
The text was updated successfully, but these errors were encountered:
Huh seems like Chromium is downloading everything to $TMPDIR first? That is...strange. Did you customize your downloads folder or ever modify Chromium's permissions?
Hi,
Yesterday I encountered this error :
I tried running another flatpak (Visual Studio Code) but it wouldn't run ... I saw that my tmpfs was full, with chromium taking pretty much all the available space (1.6G)
I don't know the root cause of this problem, but today, I've downloaded a file and save the content on my download's folder (/home/user/Downloads) (around 10G) and it happened again
The problem is that every other app (for example, Thunderbird Flatpak) that try to write to this space cannot ( I can't send a mail because this space is full)
The only workaround I found is to log out and log back in to clear the space.
Thanks for your help !
The text was updated successfully, but these errors were encountered: