OpenCloud Desktop Client under Linux not working #2938
Unanswered
techsupportkoeln
asked this question in
Q&A
Replies: 1 comment
|
On Ubuntu 26, the first useful check is whether the AppImage itself prints a loader error when started directly from a terminal. AppImageLauncher can hide the real failure, so run the file once outside the launcher and capture the output. For example: chmod +x ./OpenCloud*.AppImage
./OpenCloud*.AppImageOn newer Ubuntu releases, one common AppImage failure is missing FUSE 2 support. If the terminal output mentions sudo apt update
sudo apt install libfuse2t64If that package name is not available on your Ubuntu build, check for apt search '^libfuse2'If it still does not start, paste the terminal error from running the AppImage directly, plus: lsb_release -a
uname -mThat should separate a missing Ubuntu/AppImage runtime dependency from an OpenCloud client crash. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am trying to get the Open Cloud Client running on Ubuntu 26. Installing AppImageLauncher is no problem. I can also download the Open Cloud Client version and add it to AppImageLauncher, but the client won't launch. Is this an issue with Ubuntu 26?
All reactions