Replies: 2 comments 2 replies
-
I don't think that it is possible to support this for
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried that too, but settings aren't saved. The next time it starts, you get the default settings. only i used: Isn't there a way to set the $HOME folder and persists whatever files get changed there? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
AppImage supports portable mode: https://docs.appimage.org/user-guide/portable-mode.html
When you have:
and run
program
, the settings that would go into%HOME
are stored inprogram.AppImage.home
if I want to run an app without network access (
firejail --net=none --noprofile --appimage program.AppImage
), what do I need to pass to make it work as if I didn't use firejail (minus the network)?Right now, settings are discarded on each run.
Beta Was this translation helpful? Give feedback.
All reactions