-
Notifications
You must be signed in to change notification settings - Fork 550
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: Appimage doesn't start : libfuse.so.2: cannot open shared object file: No such file or directory #4789
Comments
ok, i found the solution ti fix: sudo apt install libfuse2 now it works |
@Tibsun75 Thanks for the report, and the update! We might be able to include that in our AppImage to avoid that in future. |
libfuse2 must be installed to use an AppImage. It is not something we can include in our AppImage. The newer distros are switching to fuse3 though, and this is the reason so many users are seeing the libfuse2 errors. We probably need to update our AppImage to use fuse3, so they will work on the latest distros without needing to install additional libraries. But if we do that, what will happen to support on older distros, that might not have access to fuse3. This needs more research I suppose. |
thank you for your update, it stuck me whole day |
there is still an issue on Ubuntu 22.10 |
…n Ubuntu 22.04 -- OpenShot/openshot-qt#4789), fixed Powershell ... - debugging CI [ci] [travis] [appveyor]
Just sharing this warning. I just tried installing fuse libfuse2 and it practically nuked all the UI components for ubuntu 23.04. This is also discussed here: https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/1978310 |
+1, libfuse2 crush UI and OS booting on 23.04 Ubuntu I described steps how to boot successfully after that (just reinstall UI): |
Hello @Panzerwaffe. Thank you for the FYI.
|
Hi, @Colorjet3 !
OS: Ubuntu 23.04 (kernel 6.4.11) Thank you for your message! |
Thank you so much @Panzerwaffe for the fyi. I know that the lead developer, @jonoomph, is aware of this issue and his response from May 26, 2022, in this thread, clearly describes the challenge with older distros vs. newer distros. I am not a developer so this is something @jonoomph will have to deal with. I wonder if he can somehow identify older distro vs. newer distro and load the appropriate libraries. I've assigned this to him so he will have to review it and decide the next steps. |
Can't we just install both in the appimage? There's no conflicts afaik. |
This is why I assigned this issue to the lead developer. He will be the one to decide the solution moving forward. |
@chancecardona @Colorjet3 |
For anyone who is having an issue getting libfuse2 by running If this still doesn't work, another solution is to get the source package directly and install it: For Ubuntu22.04(Jammy Jellyfish) use this: If I did not include your version(23.10, 20.04) or your distro(debain, openSUSE), please visit here, you'll find a list of all the distros and versions available, select yours, copy the download url and replace it in the command I showed above. Next cd into the directory where you saved the file, in the example I gave above that would be: Now install the .deb file: SIDE NOTE: Do not by any chance remove or purge fuse3. Alot of immportant packages like ubuntu-desktop, gnome shell extension and many other important packages are dependent on fuse3, so you will completely crash your OS. |
I solved this with |
It's |
Describe the bug:
Daily Appimage OpenShot-v2.6.1-dev-daily-9432-50a9a648-46255e46-x86_64.AppImage doesn't start.
./OpenShot-v2.6.1-dev-daily-9432-50a9a648-46255e46-x86_64.AppImage: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: