Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AppImage built successfully yet --appimage-mount shows it is empty? #293

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

Open
kpeeters opened this issue Aug 21, 2024 · 2 comments
Open

Comments

@kpeeters
Copy link

I am building an AppImage using a build of linuxdeploy from source. All seems to go well, no errors when running linuxdeploy, and the resulting .AppImage file is definitely non-empty (about 100MB size which makes sense given all the libraries that linuxdeploy pulls into the AppDir). Yet, when I run it I get execv error: No such file or directory, and if I run it instead with program.AppImage --appimage-mount and look in the folder at the mount point, it is completely empty.

Any ideas? It works fine on the same system if I use the linuxdeploy AppImage, but not when I use the version built from source. What am I missing?

@kpeeters kpeeters changed the title AppImage built successfully yet mount shows it is empty? AppImage built successfully yet --appimage-mount shows it is empty? Aug 21, 2024
@kpeeters
Copy link
Author

For completeness, I build and install linuxdeploy with

git clone https://github.com/AppImage/appimagetool.git --recurse-submodules
git clone https://github.com/linuxdeploy/linuxdeploy.git --recurse-submodules
git clone https://github.com/linuxdeploy/linuxdeploy-plugin-appimage.git --recurse-submodules
(cd appimagetool && mkdir build && cd build && cmake .. && sudo make install)
(cd linuxdeploy  && mkdir build && cd build && cmake -DBUILD_TESTING=OFF .. && sudo make install)
(cd linuxdeploy-plugin-appimage && mkdir build && cd build && cmake .. && sudo make install)

This is on Ubuntu 22.04 on aarch64.

@andy5995
Copy link

@kpeeters I just worked with a friend who had the same problem with one of my AppImages. I built it using the linuxdeploy container, building linuxdeploy from source (not that building it from source was related, just a commonality).

I found the exact same problem here, along with the solution: https://bbs.archlinux.org/viewtopic.php?id=301177

Uninstall appimagelauncher and reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants