You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some applications and libraries hardcode paths in /usr. This is why for these, we binary patch the absolute path /usr to the relative path ././ which works if we cd to $APPDIR/usr before executing the app, and if the app does not call chrdir().
There are more elegant ways around this, but so far none of them seems to work 100% yet. Contributions in this area are highly welcome.
https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format
Experimental implementation:
https://github.com/probonopd/appimagetool
The advantage of this is that there is no fixed offset for the filesystem image, which means that it is not so tightly size-restricted.
The text was updated successfully, but these errors were encountered: