I created a VeraCrypt AppImage using appimagetool-x86_64.AppImage following a guide found on VeraCrypt's GitHub repo.
Everything works as expected but I run into an issue whey trying to mount encrypted volumes on Tails (likely this is not an AppImage issue, but just in case, reaching out here).
Failed to obtain administrative privileges: sudo /tmp/.mount_Ver********/usr/bin/veracrypt: command not found
Would someone happen to know why sudo is not found? Is there anything that can be done at the AppImage creation level?
$ which sudo
/usr/bin/sudo
I created a VeraCrypt AppImage using
appimagetool-x86_64.AppImagefollowing a guide found on VeraCrypt's GitHub repo.Everything works as expected but I run into an issue whey trying to mount encrypted volumes on Tails (likely this is not an AppImage issue, but just in case, reaching out here).
Would someone happen to know why
sudois not found? Is there anything that can be done at the AppImage creation level?