-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't understand how to open JuNest AppImages #26
Comments
Hi, why you should use JuNest to run these Appimages? They are normal Appimages (built using JuNest), its enough to made them executable and run them simplescreenrecorder-2024-06-03_23.51.52.mkv.mp4 |
At first I tried not using Junest, but it doesn't work either way. The PPA Appimages do work, though. |
I need to see a video, some screenshots or at least a log, I can't figure out what happens without enough information |
This issue remembers me this ivan-hc/AM#107 Would you like to try using "AM" or AppMan instead? |
How can I use AM or AppMan to open AppImages by double clicking it? |
The ways you can use my gimp appimages using AM or AppMan:
|
Anyway, it's strange that AppimageLauncher can't launch my GIMP AppImages. You should contact the author of AppimageLauncher to report the problem. Have you tried launching any other AppImage I created? The list is here https://github.com/ivan-hc#my-appimage-packages |
Also, I've seen that AppimageLauncher is a Type2 AppImage it means that it requires libfuse2 to work... while all my AppImages are Type3. I don't know how it manages Type3 AppImages. I only know that Arch Linux and its derivatives have I've already faced this issue two times ivan-hc/AM#387 ivan-hc/Chrome-appimage#3 I don't know if this is your case. |
It doesn't launch with AM, same error. |
I don't think it's a AppimageLauncher problem. |
my PPA ones are type2, I don't update them from before I switced to type3 can you try other ones from my lists? For example, google-chrome, edge... the ones marked as based on .deb There are also the ones marked as "JuNest, Arch Linux (ArchImage)", for example VLC or OBS Studio... try also them and see if they work with AppimageLauncer, just for tests. |
VLC , chrome, edge and OBS studio don't work, same error. What does "Archimage / JuNest require /run/user to work" do i need to configure something? |
Chrome and Edge are based on the official .deb packages, the others are Archimages. That fix was done after an experiment I did for non-systemd users. In brief, Archimage is an arch Linux container (see JuNest) into an AppImage (see Archimage). It uses its internal "bubblewrap" to integrate itself on the host system. To do so, it needs to see some directories on the system, nd the two that must do present are /home and /run/user... all others are optional so I've changed this in the last commit. However, non-systemd users need at least to create an empty directory named /run/user on their system. You use Manjaro, so you use systemd like many others. However, let talk about your issue... all my Type3 AppImages are not working with AppImageLaincher... while the old Type2 ones I've built until July 2023 are working... I'd like to see other Type3 not developed by me to see if your is an issue with these... I need someone that suggests me. @Samueru-sama , sorry if I always call you, but I don't know other AppImage packager experts other than you. In brief, @yataghan012 uses Manjaro and none of my AppImages is working on AppimageLauncher. Any idea? |
appimagelauncher is broken, this is why I usually have this message on my appimages:
Back when yuzu was still around, it also failed to integrate its appimage. When I made the script that made the Ryujinx appimage: https://github.com/Ryujinx/Ryujinx/issues/2492 The user there could not even open I consider appimagelauncher dead at this point, it's last stable release was in 2020 while its last pre-release was in 2022. Also @ivan-hc I am on a non systemd distro and I have a |
Is there another way to launch AppImages by double clicking them and in a portable way? I tried launching them with AM, from the terminal and it didn't work, gave me the same EXACT error. It looks like it's still using appimagelauncher despite using a launcher made with AM (located $/.local/bin/). |
you should completelly remove appimagelauncher, see ivan-hc/AM#107 |
Yeah as Ivan said, you have to remove appimagelauncher and reboot. I don't know why this happens but it was something that I also replicated back then. |
I rebooted and my AM launcher finally works, am I supposed to make a launcher for each AppImage i have and launch them from the terminal from now on? |
You can also just use am to install them and it puts them in PATH automatically.
You can also use |
Nevermind, it works double clicking it too. Thanks I will keep using AM. |
Hi, I downloaded "GNU-Image-Manipulation-Program_2.10.38-1-archimage3.4.1-1-x86_64.AppImage" and "GNU-Image-Manipulation-Program_DEV_2.99.18-2-archimage3.4-x86_64.AppImage", and can't open them.
I installed JuNest from both the pamac (junest-git) and manually (https://github.com/fsquillace/junest). I tried opening the images from the host distro and nothing shows up (execv error: No such file or directory), I also tried from the JuNest environment located at /home/manjaro/.junest/ and says "cannot execute: required file not found". I've made the images executables through chmod.
I'm on Manjaro, Linux LTS 6.6.32-1.
The text was updated successfully, but these errors were encountered: