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

Skip to content

Symbolic link to an extracted AppImage fails #303

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
caclark opened this issue Jan 1, 2025 · 2 comments
Open

Symbolic link to an extracted AppImage fails #303

caclark opened this issue Jan 1, 2025 · 2 comments

Comments

@caclark
Copy link

caclark commented Jan 1, 2025

I am using an AppImage from the Geeqie project, created using linuxdeploy and the gtk plugin:
https://github.com/BestImageViewer/geeqie

The AppImage is downloaded to:
$HOME/bin
and extracted to:
$HOME/bin/Geeqie-latest-x86_64-AppImage/
and a symbolic link created:
ln -s $HOME/bin/Geeqie-latest-x86_64-AppImage/squashfs-root/AppRun $HOME/bin/geeqie

Calling geeqie gives the error:
home/cclark/bin/geeqie: line 10: /home/cclark/bin/apprun-hooks/linuxdeploy-plugin-gtk.sh: No such file or directory

Is it possible to use a symbolic link in this way?

@TheAssassin
Copy link
Member

It should be. Please re-run the AppRun entrypoint script with bash -x and provide the output.

@caclark
Copy link
Author

caclark commented Jan 2, 2025

From $HOME/bin, running:
bash -x ./Geeqie-latest-x86_64-AppImage/squashfs-root/AppRun

gives the output in the attached file.
303-1.txt.gz

mowgli pushed a commit to BestImageViewer/geeqie that referenced this issue Jan 10, 2025
Problems reported with linuxdeploy AppImages are:
linuxdeploy/linuxdeploy#303
linuxdeploy/linuxdeploy#304

This patch is a temporary workaround.
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