I'm having some trouble with my Steam Deck and I think I may have messed things up. I was following a guide and now my Discover app isn't functioning properly. It says that Steam is not configured for installing apps. When I try to run the 'flatpak repair' command, I get an error message: 'Invalid min-free-space-size '100mb' it should be in format '123MB', '123GB' or '123TB'.' According to the post I followed, it mentioned that OSTree sets a minimum of 500MB of free space. I also saw a suggestion to lower the threshold to 100MB using a command, but now I'm stuck. Can anyone help?
2 Answers
Double-check that you actually typed '100MB' with the correct casing in the terminal. You can use the up arrow key to scroll through your previous commands and confirm. If you made a mistake there, correcting it should help.
It looks like the issue might be due to how you entered the value. The setting for 'min-free-space-size' is case-sensitive, so try using '100MB' instead of '100mb'. That should fix the error you’re seeing.

Yeah, I did mess that up, but even after correcting it, I still get the same error.