About AppImage slow startup time. #3116
Samueru-sama
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @sinelaw, I saw this blog post you made: https://getfresh.dev/docs/blog/packaging-for-linux/
This is a problem we have a fixed long ago by using DwarFS instead of SquashFS.
Plus the uruntime offers the option to keep the appimage mounted forever, which means only the very first start would have a measurable delay, all other launches will be as instant as if the appimage was extracted: pkgforge-dev/ghostty-appimage#54
(The 100ms difference is due to GTK4 not liking a long
XDG_DATA_DIRSwhich the appimage sets)This issue is also solved by our tools. 1 2
It doesn't, the uruntime has a fallback to mount namespaces and finally fallback to extract and run in
/tmpif that isn't possible either.All reactions