cryptoadvance / specter-desktop

A desktop GUI for Bitcoin Core optimised to work with hardware wallets
MIT License
793 stars 236 forks source link

Ubuntu 22.04: AppImages require FUSE to run. #1948

Open k9ert opened 1 year ago

k9ert commented 1 year ago

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):

Additional context https://github.com/OpenShot/openshot-qt/issues/4789

xrviv commented 1 year ago

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