Hello
I tried to create a container for an AppImage (VSCodium).
I downloaded the appimage and created the following file in /usr/bin with:
Code: Select all
#!/bin/bash
/files/portable/VSCodium-1.76.0.23062.glibc2.17-x86_64.AppImage --no-sandbox
This worked to run codium. I then made a codium.desktop file (since I noticed Easy Containers only saw programs with a desktop file). Codium shows up in Easy Containers but the container will not run when created.
When I ran it in a terminal it gave error code 127. Does that mean that it didn't find the file?
I tried to move the AppImage to the shared folder and I tried to extract it with --appimage-extract (and fixed the file in /usr/bin and recreated the containers each time), but I still got the same error.
Could someone please tell me what I am doing wrong or point me to the correct direction?
And if BarryK ever sees this: thank you for creating EasyOS and Puppy Linux. They are just great operating systems!