Skip to content
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

Appimage does not run on *buntu 21.10 #374

Closed
claydoh opened this issue Feb 16, 2022 · 2 comments
Closed

Appimage does not run on *buntu 21.10 #374

claydoh opened this issue Feb 16, 2022 · 2 comments

Comments

@claydoh
Copy link

claydoh commented Feb 16, 2022

Downloading the appimage for 1.0.1 and trying to run it on Kubuntu 21.10 shows this error:


$ ./Gourmet-1.0.1-x86_64.AppImage
Traceback (most recent call last):
File "/tmp/.mount_GourmeH339ra/usr/bin/gourmet", line 6, in <module>
from gourmet.GourmetRecipeManager import launch_app
File "/tmp/.mount_GourmeH339ra/opt/python3.8/lib/python3.8/site-packages/gourmet/__init__.py", line 1, in <module
>
from gi import require_version
File "/tmp/.mount_GourmeH339ra/opt/python3.8/lib/python3.8/site-packages/gi/__init__.py", line 40, in <module>
from . import _gi
ImportError: libffi.so.7: cannot open shared object file: No such file or directory 

There is no issue with 20.04 based systems.
I know this will be relatively minor as the latest release of this program is available natively in the current Ubuntu release, as well as via flatpak, but any future releases of Gourmand might possibly have this problem in the appimage build.

@cydanil
Copy link
Collaborator

cydanil commented Feb 17, 2022

Thanks for your report.
Gourmet was forked into Gourmand in which this issue was resolved.
I invite you to use it instead.

Cheers,
Cyril

@cydanil cydanil closed this as completed Feb 17, 2022
@claydoh
Copy link
Author

claydoh commented Feb 17, 2022

Apologies for not noticing;)

Thanks!
Clay

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