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

Ubuntu 22.04: AppImages require FUSE to run. #1948

Open
k9ert opened this issue Oct 30, 2022 · 1 comment
Open

Ubuntu 22.04: AppImages require FUSE to run. #1948

k9ert opened this issue Oct 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@k9ert
Copy link
Contributor

k9ert commented Oct 30, 2022

Describe the bug

➜  specter_desktop-v1.13.2-pre7-x86_64-linux-gnu ./Specter-1.13.2-pre7.AppImage
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
➜  specter_desktop-v1.13.2-pre7-x86_64-linux-gnu 

Desktop (please complete the following information):

  • Where is your node/specter running:Ubuntu 22.04LTS (AppImage)
  • Specter Version: v0.13.2-pre7

Additional context
OpenShot/openshot-qt#4789

@k9ert k9ert added the bug Something isn't working label Oct 30, 2022
@xrviv
Copy link

xrviv commented Aug 8, 2023

Seconding this.

OS: Ubuntu 22.04 VM Client
Specter version: 2.0.1

Details:

$ ./Specter-2.0.1.AppImage 
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information

Fixed with:
$ sudo apt-get install fuse
$ sudo modprobe fuse
$ ./Specter-2.0.1.AppImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants