Archimage builder #82
Replies: 3 comments 2 replies
-
Definetly try that. Mine tries wasn't yet sucessfull Thank you helping me ❤️ |
Beta Was this translation helpful? Give feedback.
-
Thanks again ❤️ Not yet tried that LD_PRELOAD. But for debuging I divided into two AppImages
And branches Both AppImages missing dependecies (It's why I created two to easily debug, before part 3) Which I am not sure how to solve. One solution could be putting my package to AUR. Second one. How to include file in /usr/bin (automatic)? |
Beta Was this translation helpful? Give feedback.
-
Can we move here? Since test files are there... |
Beta Was this translation helpful? Give feedback.
-
Hi @zen0bit , this is a gift for you.
Copy/paste the script down below into a file (I've named it quickemu-junest.sh) and made it executable. Then run it.
I've obtainet it using https://github.com/ivan-hc/ArchImage, command
archimage-cli -b quickemu
, added the dependences that you can see in the variable $DEPENDENCES and included them all, then I've used the standart configuration.All I've added manually are the icon and the launcher (needed to bundle any Appimage package) and some keywords for $BINSAVED and $LIBSAVED to prevent errors about missing libraries (I had to add
liburing
in dependences becauseqemu
asks for it).I can see the "help" message now, with all options... but I'm not sure if everything works.
If you have doubts, run the AppRun script into the AppDir directory using LD_DEBUG as I have described at https://github.com/ivan-hc/ArchImage?tab=readme-ov-file#troubleshooting and manually drag/drop libraries and files from the "junest-backup" directory to "quickemu.AppDir/.junest/"
this is a start point if you want to upload an AppImage/Archimage.
Using this script it takes 122 MB, but you can decide to implement the full Arch Linux/JuNest container and have a big file by commenting all standalone lines starting with "_" (dor example _binlibs, _libkeywords and all the _liblibs...), just to be sure that quickemu works in JuNest.
Have fun!
Beta Was this translation helpful? Give feedback.
All reactions