localsend
localsend copied to clipboard
missing dependency in LocalSend-1.17.0-linux-x86-64.AppImage
Describe the bug
The AppImage doesn't work (start) in Ubuntu 24.04.2 LTS until you install libfuse2.
To reproduce
- Download LocalSend-1.17.0-linux-x86-64.AppImage
- make LocalSend-1.17.0-linux-x86-64.AppImage executeable
- Doubleclick LocalSend-1.17.0-linux-x86-64.AppImage
- ...nothing happens...
- open a Terminal
- run
./LocalSend-1.17.0-linux-x86-64.AppImage - get an error:
- do a workaround:
- open a Terminal
- do a
sudo apt install libfuse2 - Doubleclick LocalSend-1.17.0-linux-x86-64.AppImage again, everything works fine
Expected behavior
working App without external dependencies, so you can just:
- Download LocalSend LocalSend-1.17.0-linux-x86-64.AppImage
- make LocalSend-1.17.0-linux-x86-64.AppImage executeable
- Doubleclick LocalSend-1.17.0-linux-x86-64.AppImage
Screenshots
No response
Desktop (please complete the following information)
Ubuntu 24.04.2 LTS
Smartphone (please complete the following information)
No response
Additional context
No response
Appimages require FUSE. See here: https://docs.appimage.org/user-guide/troubleshooting/fuse.html#the-appimage-tells-me-it-needs-fuse-to-run