Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/run/user/$id full and breaks other apps #291

Open
nicolas-delqueferre opened this issue May 26, 2023 · 1 comment
Open

/run/user/$id full and breaks other apps #291

nicolas-delqueferre opened this issue May 26, 2023 · 1 comment

Comments

@nicolas-delqueferre
Copy link

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)

df -h | grep user
tmpfs           1.6G  1.6G     0 100% /run/user/$id
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

du -sh /run/user/$id/app/org.chromium.Chromium/.*
0	/run/user/$id/app/org.chromium.Chromium/.flextop-lock
0	/run/user/$id/app/org.chromium.Chromium/.org.chromium.Chromium.6zWKZ3
1.6G	/run/user/$id/app/org.chromium.Chromium/.org.chromium.Chromium.d07p4H
0	/run/user/$id/app/org.chromium.Chromium/.org.chromium.Chromium.vg13r8

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 !

@refi64
Copy link
Collaborator

refi64 commented May 27, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants