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
The gtk plugin has some dependencies which we should bundle, most notably patchelf and pkgconf. This way, we don't need to have users install random versions of the tools (mostly important for patchelf).
For patchelf, an alternative solution would be to have linuxdeploy set an environment variable to its own patchelf binary that the plugin reads and uses if available.
The text was updated successfully, but these errors were encountered:
For pkgconf, I am not sure if bundling this tool is a great idea. If we bundle pkgconf with this plugin inside an AppImage, I am afraid that we may face the same issue as described here.
IMHO, pkgconf must be present on the system, as some .pc reside on host's filesystem.
The gtk plugin has some dependencies which we should bundle, most notably patchelf and pkgconf. This way, we don't need to have users install random versions of the tools (mostly important for patchelf).
For patchelf, an alternative solution would be to have linuxdeploy set an environment variable to its own
patchelf
binary that the plugin reads and uses if available.The text was updated successfully, but these errors were encountered: