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
Maybe we should symlink ld-linux into each directory that contains ELF executables (e.g., usr/bin inside the AppImage), or symlink/move it at least into the directory of the main application.
Complication: We are looking for different payload applications when invoked through differently named symlinks. Those payload applications might be at different paths in the AppImage.
Potential heuristic:
Check the PATH variable in the AppRun we generate, and put one such symlink into each of those directories from the PATH that exist in the AppImage. When launching a payload application, always launch it through the ld-linux that is in the same directory as the payload application.
The text was updated successfully, but these errors were encountered:
appimagetool -s deploy
breaks things likeqApp->applicationDirPath()
.Murmele/Gittyup#579 (comment) contains a potential solution.
Maybe we should symlink ld-linux into each directory that contains ELF executables (e.g.,
usr/bin
inside the AppImage), or symlink/move it at least into the directory of the main application.Complication: We are looking for different payload applications when invoked through differently named symlinks. Those payload applications might be at different paths in the AppImage.
Potential heuristic:
Check the PATH variable in the AppRun we generate, and put one such symlink into each of those directories from the PATH that exist in the AppImage. When launching a payload application, always launch it through the ld-linux that is in the same directory as the payload application.
The text was updated successfully, but these errors were encountered: