SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.
MIT License
938 stars 13 forks source link

How to make Linux AppImage version run in portable mode? #351

Closed Curculigo closed 1 month ago

Curculigo commented 1 month ago

https://github.com/SpartanJ/eepp/releases/download/nightly/ecode-linux-nightly-x86_64.AppImage

Does portable_mode.txt work? If it does, where are the config files stored? The current directory where the AppImage is located?

Curculigo commented 1 month ago

It seems this is impossible with AppImage.

SpartanJ commented 1 month ago

Yeah, not possible by design, there's no place to store the data safely, but portable mode still works with the app image, the data will be written in the default temp directory (for example that's usually /tmp/ecode_portable).