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

Lisk Desktop 2.3 fails due to libfuse.so.2 dependency on Ubuntu 22.04 #4704

Closed
Tracked by #4360
janhack opened this issue Jan 9, 2023 · 2 comments
Closed
Tracked by #4360
Assignees
Milestone

Comments

@janhack
Copy link

janhack commented Jan 9, 2023

Description

I noticed that running Lisk Desktop 2.3 failed for me after upgrading to Ubuntu 22.04:

./lisk-linux-x86_64-2.3.0.AppImage 
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 

This can be easily fixed by installing libfuse2. Note that Ubuntu 22.04 has libfuse3 installed by default that could be possibly used. Here is a related GitHub issue that could be helpful AppImageCommunity/libappimage#168.

Motivation

It would be nice if the Lisk Desktop AppImage would run out of the box in the most common Linux distribution.

@welcome
Copy link

welcome bot commented Jan 9, 2023

Thanks for opening your first issue here! Be sure to follow the issue template for bug report or feature request!

@reyraa
Copy link
Contributor

reyraa commented May 8, 2023

I built the app on Linux and did not encounter this issue. It appears that the issue was resolved by updating the dependencies to the latest versions.
I'm closing this issue as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

5 participants