Merge pull request #1673 from Runfusion/fix/appimage-local-runtime-root

fix: root local runtime at home dir, not process.cwd()
This commit is contained in:
gsxdsm
2026-06-13 15:38:20 -07:00
committed by GitHub

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix "Couldn't start local Fusion" on the Linux AppImage (and any packaged build launched from a desktop launcher). The embedded local runtime now roots its data at the user's home directory (`~/.fusion`) instead of `process.cwd()`, which was `/` or the read-only AppImage mount point and caused database creation to fail with EACCES/EROFS. Set `FUSION_HOME` to override the location.