winboat icon indicating copy to clipboard operation
winboat copied to clipboard

[Bug] AppImage not starting on Ubuntu 25.10

Open SuitDeer opened this issue 1 month ago • 6 comments

What version of WinBoat are you running?

0.9.0

Your Environment

Ubuntu 25.10 Desktop

Steps to Reproduce / Context

Output:

klaus@HP-ProBook-470-G1:~/AppImages$ ./winboat-0.9.0-x86_64.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

Logs

NO LOGS

Expected Behavior

AppImage is running and showing winboat UI

Current Behavior

Output:

klaus@HP-ProBook-470-G1:~/AppImages$ ./winboat-0.9.0-x86_64.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

Possible Solution

Ubuntu made fuse3 the default

Quality Notice

  • [x] I have checked the issue tracker and verified that this bug is a unique case.

SuitDeer avatar Nov 28 '25 21:11 SuitDeer