CryoByte33
CryoByte33
That's... interesting. Did you let the whole sync window load before attaching this? It looks like it's cut off.
Okay yeah, so basically it's crashing and not giving a message. Could you provide the output of these commands? ```bash ls -lash /home/deck/.local/share/Steam/steamapps/compatdata ls -lash /home/deck/.local/share/Steam/steamapps/shadercache ls -lash /run/media/mmcblk0p1/steamapps/compatdata ls...
That's very odd. I'm not sure why there's a compatdata folder on the SD card at all, since there shouldn't be one in that folder AFAIK. It also seems like...
If you navigate to `/home/deck/.local/share/Steam/steamapps`, they'll be shown in italics.
I just did a once-over of the code and I'm not sure where the issue would be. Asking the user to re-confirm.
This is definitely an issue on further review. It's also an issue for drives with quotes in the name, which I didn't even realize was valid. ``` INFO 2023/02/23 14:25:05...
Great idea! I marked this as an enhancement and will try to implement it in the coming days. Thank you!
This was resolved with updated verbiage in #91
I'm admittedly not an expert in Flatpaks, but from a short bit of research it appeared that even wide-open permissions wouldn't be permissive enough to write to sysfs and procfs....
Hmmm good catch, I didn't know about the `--host` parameter. Quite a few of the features would need that, almost the entire project, but I really look forward to your...