Search found 4 matches
- Sun Mar 05, 2023 9:38 pm
- Forum: EasyOS
- Topic: Error 127 trying to run AppImage in container (Solved)
- Replies: 5
- Views: 700
Re: Container for AppImage
looking at /usr/share/applications/ec-www..desktop (as an example for chromium), I see on line 11, Exec=ec-chroot-www
it would be interesting to see if your method has the same capabilities as an install using /usr/local/easy_containers/ec-chroot
Sorry for the confusion, the program in the ...
- Sun Mar 05, 2023 7:35 am
- Forum: EasyOS
- Topic: Error 127 trying to run AppImage in container (Solved)
- Replies: 5
- Views: 700
Re: Container for AppImage
Oh, and the icon for the program is found in the squasfs-root folder after extraction if you want to change it
- Sun Mar 05, 2023 7:27 am
- Forum: EasyOS
- Topic: Error 127 trying to run AppImage in container (Solved)
- Replies: 5
- Views: 700
Re: Container for AppImage
Hi damiano,
I think the scripted container creation process also makes a proper .desktop file.
It would help to post the contents of the desktop file you are currently trying to run with.
Yeah sorry for the confusion, I meant that for something to show in easy-containers it needs a .desktop ...
- Sat Mar 04, 2023 4:41 pm
- Forum: EasyOS
- Topic: Error 127 trying to run AppImage in container (Solved)
- Replies: 5
- Views: 700
Error 127 trying to run AppImage in container (Solved)
Hello
I tried to create a container for an AppImage (VSCodium).
I downloaded the appimage and created the following file in /usr/bin with:
#!/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 ...
I tried to create a container for an AppImage (VSCodium).
I downloaded the appimage and created the following file in /usr/bin with:
#!/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 ...